Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Feb 20, 2024
2 parents d8d5480 + c07bf28 commit 1649834
Show file tree
Hide file tree
Showing 645 changed files with 3,788 additions and 2,256 deletions.
44 changes: 44 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -999,3 +999,47 @@
* Updated default DNSCrypt settings.
* Fixed on/off firewall button is not displayed.
* Fixes and optimizations.

**InviZible Pro beta 2.0.2**
* Updated Tor to version 4.8.10.
* Updated Purple I2P to version 2.50.1.
* Fixed mode switching on some devices.
* Fixes and optimizations.

**InviZible Pro beta 2.0.3**
* Updated Purple I2P to version 2.50.2.
* Improved real-time connection logs.
* Fixes and optimizations.

**InviZible Pro beta 2.0.4**
* Updated DNSCrypt.
* Updated default DNSCrypt servers.
* Updated Tor Snowflake bridge to version 2.8.1.
* Updated Tor Lirebird bridge.
* Updated Polish translation.
* The app icon and color scheme have been changed.
* Improved handling of IPv6-only networks.
* Fixes and optimizations.

**InviZible Pro beta 2.0.5**
* The app icon and color scheme have been changed.
* Added monochrome adaptive icon.
* Fixed the appearance of the DNSCrypt rules import dialog.
* Updated translations.
* Fixes and optimizations.

**InviZible Pro beta 2.0.6**
* Various user interface fixes and improvements.
* Improved switching speed between networks.
* Fixes and optimizations.

**InviZible Pro beta 2.0.7**
* Various fixes to save battery power when network is unavailable.
* Added DormantClientTimeout option to Tor settings.
* Updated Tor Snowflake bridge to version v2.9.0.
* Fixes and optimizations.

**InviZible Pro beta 2.0.8**
* Updated DNSCrypt to save battery power when the network is unavailable.
* Further improvements to save battery power when the network is unavailable.
* Fixes and optimizations.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ and carries no guarantee from The Above Projects about quality, suitability or a
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.txt)
Copyright (c) 2019-2023 Garmatin Oleksandr [email protected]
Copyright (c) 2019-2024 Garmatin Oleksandr [email protected]
All rights reserved
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
ext {
kotlin_version = '1.9.0'
dagger_version = '2.47'
kotlin_version = '1.9.22'
dagger_version = '2.50'
multidex_version = "2.0.1"
}

Expand All @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"


Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100202.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**InviZible Pro beta 2.0.2**
* Updated Tor to version 4.8.10.
* Updated Purple I2P to version 2.50.1.
* Fixed mode switching on some devices.
* Fixes and optimizations.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100203.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**InviZible Pro beta 2.0.3**
* Updated Purple I2P to version 2.50.2.
* Improved real-time connection logs.
* Fixes and optimizations.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100204.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**InviZible Pro beta 2.0.4**
* Updated DNSCrypt.
* Updated default DNSCrypt servers.
* Updated Tor Snowflake bridge to version 2.8.1.
* Updated Tor Lirebird bridge.
* Updated Polish translation.
* The app icon and color scheme have been changed.
* Improved handling of IPv6-only networks.
* Fixes and optimizations.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100205.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**InviZible Pro beta 2.0.5**
* The app icon and color scheme have been changed.
* Added monochrome adaptive icon.
* Fixed the appearance of the DNSCrypt rules import dialog.
* Updated translations.
* Fixes and optimizations.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100206.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**InviZible Pro beta 2.0.6**
* Various user interface fixes and improvements.
* Improved switching speed between networks.
* Fixes and optimizations.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100207.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**InviZible Pro beta 2.0.7**
* Various fixes to save battery power when network is unavailable.
* Added DormantClientTimeout option to Tor settings.
* Updated Tor Snowflake bridge to version v2.9.0.
* Fixes and optimizations.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**InviZible Pro beta 2.0.8**
* Updated DNSCrypt to save battery power when the network is unavailable.
* Further improvements to save battery power when the network is unavailable.
* Fixes and optimizations.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ android.enableJetifier=true
# org.gradle.parallel=true
kotlin.code.style=official
kotlin.caching.enabled=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
org.gradle.configuration-cache=true
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionSha256Sum=f30b29580fe11719087d698da23f3b0f0d04031d8995f7dd8275a31f7674dc01
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionSha256Sum=5022b0b25fe182b0e50867e77f484501dba44feeea88f5c1f13b6b4660463640
25 changes: 13 additions & 12 deletions tordnscrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

android {
compileSdk 33
compileSdk 34

namespace 'pan.alexander.tordnscrypt'

Expand All @@ -15,7 +15,7 @@ android {

fdroid{
applicationId "pan.alexander.tordnscrypt.stable"
versionName "6.4.0"
versionName "6.5.0"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -55,7 +55,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 33
versionCode 201
versionCode 208

resConfigs "en", "ru", "pl", "de", "fa", "fi", "in", "fr", "ja", "zh", "es", "pt", "pt-rBR", "el", "tr", "it", "uk"

Expand All @@ -77,15 +77,15 @@ android {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility = 17
targetCompatibility = 17
}
buildToolsVersion = '33.0.1'
buildToolsVersion = '34.0.0'

bundle {
language {
Expand Down Expand Up @@ -129,6 +129,7 @@ android {

buildFeatures {
viewBinding true
buildConfig true
}

kotlinOptions {
Expand All @@ -146,19 +147,19 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.lifecycle:lifecycle-process:2.7.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'eu.chainfire:libsuperuser:1.1.1'
implementation 'com.jrummyapps:android-shell:1.0.1'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation project(':filepicker')

Expand Down
Loading

0 comments on commit 1649834

Please sign in to comment.