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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cyberta
bitmask_android
Commits
719c63ee
Commit
719c63ee
authored
7 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
set version name to 0.9.7RC1
parent
3fd35b1e
Branches
Branches containing commit
Tags
0.9.7RC1
Tags containing commit
No related merge requests found
Pipeline
#21445
canceled
6 years ago
Stage: docker_image_sdk
Stage: docker_image_other
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+16
-0
16 additions, 0 deletions
CHANGELOG
app/src/main/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
app/src/main/AndroidManifest.xml
with
18 additions
and
2 deletions
CHANGELOG
+
16
−
0
View file @
719c63ee
0.9.7 - the maintenance release
Bugs:
- fixes failing login on Android 7.0 and Android 7.1 (Android Nougat)
- switching between different providers was buggy - bitmask selected
the nearest gateway of all providers ever chosen, now the nearest
gateway of the current provider is selected
Features:
- updated ics-openvpn code, incl. openvpn and openssl
- show vpn data throughput and button to disconnect vpn in notification bar
- support for Android O
- enforce TLSv1.2 on all devices
- bitmask honors the default protocol order (udp/tcp) specified by
the provider
- removes redundant cancellation confirmation dialog - one is sufficient
0.9.4 June 16th, 2015 - the "fabbutton" release
0.9.4 June 16th, 2015 - the "fabbutton" release
Bugs:
Bugs:
- Show the log window only when a real error happened, since some
- Show the log window only when a real error happened, since some
...
...
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
+
2
−
2
View file @
719c63ee
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"se.leap.bitmaskclient"
package=
"se.leap.bitmaskclient"
android:versionCode=
"12
8
"
android:versionCode=
"12
9
"
android:versionName=
"0.9.
6Beta
"
>
android:versionName=
"0.9.
7RC1
"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<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