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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask_android
Commits
0d1948b5
There was a problem fetching the pipeline summary.
Commit
0d1948b5
authored
7 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
set version name to 0.9.8RC1
parent
f3de2025
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+14
-0
14 additions, 0 deletions
CHANGELOG
app/src/main/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
app/src/main/AndroidManifest.xml
with
16 additions
and
2 deletions
CHANGELOG
+
14
−
0
View file @
0d1948b5
0.9.8 - the UI overhaul
Bugs:
- fixes notification channel bug on Android 8+
- fixes Bitmask starting always on restart regardless of the last state before the phone was turned off
Features:
- support for Android's always-on vpn system setting:
- Bitmask starts the vpn with the last selected profile
- if no vpn provile is available Bitmask blocks all outgoing internet traffic until
the user creates a vpn profile or enables unsecured internet traffic
with a click on a notification
- improved certificate pinning mechanism
- (more to come)
0.9.7 - the maintenance release
Bugs:
- fixes failing login on Android 7.0 and Android 7.1 (Android Nougat)
...
...
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
+
2
−
2
View file @
0d1948b5
...
...
@@ -17,8 +17,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"se.leap.bitmaskclient"
android:versionCode=
"13
1
"
android:versionName=
"0.9.
7
"
>
android:versionCode=
"13
2
"
android:versionName=
"0.9.
8RC1
"
>
<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