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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Global localhost
bitmask_android
Commits
c5733656
Commit
c5733656
authored
5 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
set version to 1.0.2RC3
parent
1f22508e
Branches
Branches containing commit
Tags
1.0.2RC3
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+6
-1
6 additions, 1 deletion
CHANGELOG
app/build.gradle
+2
-2
2 additions, 2 deletions
app/build.gradle
with
8 additions
and
3 deletions
CHANGELOG
+
6
−
1
View file @
c5733656
1.0.2 - the anti-censorship release
1.0.2 - the anti-censorship release
features:
features:
- implement Pluggable Transports to circumvent VPN blocking
- implement Pluggable Transports to circumvent VPN blocking
- exclude apps from VPN >> credits to Akuma
- exclude apps from VPN
-> credits to Akuma!
- improved gateway setup error handling
- improved gateway setup error handling
- updated translations
bugfixes:
bugfixes:
- fix performance issues on UI thread if VPN (re-)connects
- fix performance issues on UI thread if VPN (re-)connects
- fix several crashes
- fix several crashes
1.0.1
- fix Android 9 crash
1.0.0
1.0.0
Bugs:
Bugs:
- fix tablet layouts in portrait
- fix tablet layouts in portrait
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
2
−
2
View file @
c5733656
...
@@ -14,8 +14,8 @@ android {
...
@@ -14,8 +14,8 @@ android {
defaultConfig
{
defaultConfig
{
applicationId
"se.leap.bitmaskclient"
applicationId
"se.leap.bitmaskclient"
versionCode
14
3
versionCode
14
4
versionName
"1.0.2RC
2
"
versionName
"1.0.2RC
3
"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
28
targetSdkVersion
28
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
...
...
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