Skip to content
Snippets Groups Projects
Commit fe95b769 authored by Parménides GV's avatar Parménides GV
Browse files

Merge branch 'release-0.9.3' into develop

parents 45eecc4c 65f1f65c
Branches
Tags
No related merge requests found
0.9.3
Bugs:
- If VPN connection fails, blocking VPN is turned off
- 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
- Remember riseup's users that this is a different service
- Advice users to be cautious when surfing the web after disconnecting the VPN
0.9.2
Bugs:
- Sign Up dialog works correctly
......
......@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
android:versionCode="116"
android:versionName="0.9.2" >
android:versionCode="120"
android:versionName="0.9.3" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment