summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-06-16 11:26:25 +0200
committerParménides GV <parmegv@sdf.org>2015-06-16 11:26:25 +0200
commite533cf6939e3ea4233aa8a82812f8ce5fcb565ca (patch)
tree67075abe6ea28f7fc7213f654b86464b13507058
parented2256ef0ef71fb9e1a35c2328a467d423f588ad (diff)
parent1293020b81b3c912c64d8cdbc65929e2d3be32a8 (diff)
Merge branch 'release-0.9.4' into develop
-rw-r--r--CHANGELOG31
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 33 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 98eebcdb..aa1aef66 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,34 @@
+0.9.4 June 16th, 2015 - the "fabbutton" release
+Bugs:
+- Show the log window only when a real error happened, since some
+ users weren't able to know why Bitmask had failed and they didn't
+ think of opening the log by themselves.
+- Aborting the establishment of a new VPN connection didn't work
+ properly, and some users were confused because they wanted to cancel
+ the start and Bitmask didn't do it, although the UI stated the
+ opposite. That has been improved, detecting the real status of the
+ VPN connection much better.
+- If the user doesn't "trust this application", bitmask doesn't try to
+ connect to the VPN anymore.
+
+Features:
+- Removed the progress bars that caused confusion in some states (such
+ as "Waiting for connectivity")
+- Removed the switch button that was not clear enough (some users
+ experimented problems with it during connections, staying "on" while
+ the VPN was "off", and put an icon with a progress indicator around
+ it.
+- Code tests to avoid this bugs are revived, since some problems the
+ users were experiencing had already been fixed in the early days of
+ the project.
+- Optimized the layout to various devices, so that UI remains
+ consistent across sizes, screen resolutions...
+- Localized the app to Spanish, and simplified the login/logout
+ feedback so that localization can be polished.
+- Improved wording, both in Spanish and in English.
+- Updated gradle libraries
+- Updated ics-openvpn (thanks Arne), from GitHub!
+
0.9.3
Bugs:
- If VPN connection fails, blocking VPN is turned off
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index cc31de43..ce89a317 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="120"
- android:versionName="0.9.3" >
+ android:versionCode="125"
+ android:versionName="0.9.4" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />