diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-10-21 00:59:38 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-10-21 00:59:38 -0700 |
commit | f21030aacec6b7f36ea1b8adc86769e3f0b8a9ad (patch) | |
tree | 072b13f104cf2da87db80b0a6b78214139ae0618 | |
parent | d3413b007a8f89e8a222455b5dd571b0e05e5a78 (diff) | |
parent | fb46b7de5456d9a986d69ce41184ba0b57c37cf3 (diff) |
Merge branch 'release-0.2.1'
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | CHANGELOG | 26 |
2 files changed, 28 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2933a1ba..70e0211d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="60" - android:versionName="0.2.0" > + android:versionCode="61" + android:versionName="0.2.1" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> @@ -1,3 +1,29 @@ +0.2.1 - Oct 21 2013 - the "get on that rolling bandwagon" release: +Bugs Fixed +- SRP tests should be runnable localhost +- Evaluate testing solution: http://appium.io/ +- EIP fragment is not showed after switching provider +- Provider down is not differentiated from certificate error +- EIP switch toggles on screen rotate +- bug - login dialog should require username +- Backstack is screwed up by notification tap +- Inconsistent Cookie Management +- danger_on is true for assets' provider +- EIP Service Exported With No Access Control +- Lack of Input Validation on User Certificates +- LeapHttpClient Disables Hostname Verification +Features +- Tests for ConfigurationWizard +- Sensible notification handling +- User friendly EIP status and notifications strings +- Refactor EIP UI logic into a Fragment +- Only parse eip-service.json if serial incremented +- Add progress indicator while VPN connection is being established +- Refactor EIP switch logic +- Retry login should retain username +- Move all ConfigHelper constants to their corresponding classes + + 0.2.0 Initial release. |