diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | CHANGELOG | 17 |
2 files changed, 17 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6738a90c..e8061b76 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="67" - android:versionName="0.4" > + android:versionCode="70" + android:versionName="0.5.1 RC" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> @@ -1,4 +1,17 @@ -0.4 Feb 10 2014 +0.5 March 26 2014 - the "soft winds" release +Features +- Replace bitmask.net with demo.bitmask.net +- Transifex URL added to the About page +Bugs Fixed +- Tests run without problems from ant +- Calyx.net and all registered-only EIP providers works correctly once logged in. +- Menu gets built correctly from the beginning +- Switching provider doesn't crash the app +- Removed an unnecessary string from strings.xml +- Link to the "Building with Eclipse" file corrected. +- Clearer message when the provider isn't reachable. + +0.4 Feb 10 2014 - the "early spring cleaning" release Features - Use token based authentication - UI Improvements @@ -12,7 +25,7 @@ Bugs Fixed - References to "LEAP Android" changed to Bitmask - Login/logout messages clear when complete -0.2.3 Nov 29 2013 +0.2.3 Nov 29 2013 - the "three is a magic number" release Features - Begin integrating tests into repository - Clearer wording in some places |