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
aa7c3d2c
Commit
aa7c3d2c
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Plain Diff
Merge branch 'prepare_release' into 'master'
Prepare release See merge request
leap/bitmask_android!222
parents
e7b18dc8
22195cbe
Branches
Branches containing commit
Tags
1.1.6RC1
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
app/build.gradle
+3
-9
3 additions, 9 deletions
app/build.gradle
with
8 additions
and
9 deletions
CHANGELOG
+
5
−
0
View file @
aa7c3d2c
1.1.6RC1 Beta
* updated UI
* support for Android 12's new splash screen design
* Message of the day: allows the provider to show a message on app start
1.1.5RC2 Beta
* improvements of obfuscation proxy pinning
* support for Android API 31 (Android S)
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
3
−
9
View file @
aa7c3d2c
...
...
@@ -22,8 +22,8 @@ android {
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n
// to extracted bundle apks, supplied by google
// however we don't calculate the versionCode here, because F-Droid doesn't like that
versionCode
16
4
000
versionName
"1.1.
5
RC
2
"
versionCode
16
5
000
versionName
"1.1.
6
RC
1
"
minSdkVersion
16
targetSdkVersion
31
vectorDrawables
.
useSupportLibrary
=
true
...
...
@@ -45,8 +45,6 @@ android {
buildConfigField
'boolean'
,
'priotize_anonymous_usage'
,
'false'
//allow manual gateway selection
buildConfigField
'boolean'
,
'allow_manual_gateway_selection'
,
'true'
// grey out background in EipFragment (main screen) if VPN is not running
buildConfigField
'boolean'
,
'use_color_filter'
,
'false'
// decide if we use obfsvpn or shapeshifter as obfs4 lib
buildConfigField
'boolean'
,
'use_obfsvpn'
,
'true'
// obfsvpn Debugging config fields to pin and configure a particular proxy
...
...
@@ -146,8 +144,6 @@ android {
buildConfigField
'boolean'
,
'priotize_anonymous_usage'
,
'true'
//allow manual gateway selection
buildConfigField
'boolean'
,
'allow_manual_gateway_selection'
,
'true'
// grey out background in EipFragment (main screen) if VPN is not running
buildConfigField
'boolean'
,
'use_color_filter'
,
'false'
// decide if we use obfsvpn or shapeshifter as obfs4 lib
buildConfigField
'boolean'
,
'use_obfsvpn'
,
'true'
// obfsvpn Debugging config fields to pin and configure a particular proxy
...
...
@@ -285,15 +281,13 @@ android {
assets
.
srcDirs
=
[
'assets'
,
'ovpnlibs/assets'
,
'../ics-openvpn/main/build/ovpnassets'
,
// '../go/out' TODO: uncomment this line as soon as we want to use PT in production
]
jniLibs
.
srcDirs
=
[
'../ics-openvpn/main/build/intermediates/cmake/skeletonRelease/obj/'
]
jni
.
srcDirs
=
[]
//disable automatic ndk-build
}
debug
{
assets
.
srcDirs
=
[
'src/debug/assets'
,
/*'../go/out'*/
]
assets
.
srcDirs
=
[
'src/debug/assets'
]
}
test
{
...
...
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