Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cyberta
bitmask_android
Commits
fe95b769
Commit
fe95b769
authored
Apr 10, 2015
by
Parménides GV
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-0.9.3' into develop
parents
45eecc4c
65f1f65c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+15
-0
15 additions, 0 deletions
CHANGELOG
app/src/main/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
app/src/main/AndroidManifest.xml
with
17 additions
and
2 deletions
CHANGELOG
+
15
−
0
View file @
fe95b769
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
...
...
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
+
2
−
2
View file @
fe95b769
...
...
@@ -17,8 +17,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"se.leap.bitmaskclient"
android:versionCode=
"1
16
"
android:versionName=
"0.9.
2
"
>
android:versionCode=
"1
20
"
android:versionName=
"0.9.
3
"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment