diff options
author | Parménides GV <parmegv@sdf.org> | 2015-03-27 13:43:36 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-03-27 13:43:36 +0100 |
commit | 91cfa79e99421b5813cea11661ad057d9a75209c (patch) | |
tree | a83a6d921661b49158e9d22b86d1dc40e6608eef | |
parent | 88fd90e85c8aa584520ad67978e1ed4c419e2fd9 (diff) |
0.9.3 RC3
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -4,6 +4,9 @@ Bugs: - Don't try to log out if nothing is logged in. - Give better user feedback to some problems - Switching orientation doesn't hide any useful message +- Blocking VPN is more consistently removed if an error happens +- Typo: you is not logged in -> you *are* not logged in +- Cleaner log messages to logcat Features: - Show the user status progress and info in its own place diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 07315bdd..6d947bc3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="118" - android:versionName="0.9.3RC2" > + android:versionCode="119" + android:versionName="0.9.3RC3" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |