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
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
Chirayu Desai
bitmask_android
Commits
ad14a420
Commit
ad14a420
authored
7 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
set version name to 0.9.7RC2
parent
73d85b0b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+4
-0
4 additions, 0 deletions
CHANGELOG
app/src/main/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
app/src/main/AndroidManifest.xml
with
6 additions
and
2 deletions
CHANGELOG
+
4
−
0
View file @
ad14a420
...
@@ -4,6 +4,10 @@ Bugs:
...
@@ -4,6 +4,10 @@ Bugs:
- switching between different providers was buggy - bitmask selected
- switching between different providers was buggy - bitmask selected
the nearest gateway of all providers ever chosen, now the nearest
the nearest gateway of all providers ever chosen, now the nearest
gateway of the current provider is selected
gateway of the current provider is selected
- fixes app crashes on tablets
- fix major tablet layout issues
- fixes app crashes during provider set up if a user clicks too fast around
- update information in About Page
Features:
Features:
- updated ics-openvpn code, incl. openvpn and openssl
- updated ics-openvpn code, incl. openvpn and openssl
...
...
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
+
2
−
2
View file @
ad14a420
...
@@ -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=
"1
29
"
android:versionCode=
"1
30
"
android:versionName=
"0.9.7RC
1
"
>
android:versionName=
"0.9.7RC
2
"
>
<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