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 Sep 9, 2024
2 parents 542a613 + 958c111 commit a552d9f
Show file tree
Hide file tree
Showing 131 changed files with 2,615 additions and 1,228 deletions.
34 changes: 34 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1150,3 +1150,37 @@

**InviZible Pro beta 2.2.6**
* Fixed a crash when using Tor bridges containing only IP and port.

**InviZible Pro beta 2.2.7**
* Updated Tor to version 4.8.12.
* Implemented Tor isolate by app option.
* Added donation addresses to the about screen.
* Fixes and optimizations.

**InviZible Pro beta 2.2.8**
* Improved app update process.
* Updated Polish, German, Spanish, Indonesian and Chinese translations.
* Fixes and optimizations.

**InviZible Pro beta 2.2.9**
* Updated Purple I2P to version 2.53.0.
* Updated Tor geoip files.
* Preparing the app for use on Android 15.
* Fixed detecting internet access permission in apps with a shared id.
* Fixes and optimizations.

**InviZible Pro beta 2.3.0**
* Updated Tor bridges: Conjure, Lyrebird, SnowFlake.
* Updated French and Portuguese (Brazil) translations.
* Added Arabic and Bulgarian translations.
* Fixes and optimizations.

**InviZible Pro beta 2.3.1**
* Updated Purple I2P to version 2.53.1.
* Updated German, Bulgarian, Chinese, Polish, Arabic, Persian and Portuguese (Brazil) translations.
* Fixed using socks5 proxy with authentication.
* A lot of minor fixes and optimisations.

**InviZible Pro beta 2.3.2**
* Updated Tor.
* Fixes and optimizations.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,19 +158,21 @@ This product is produced independently from the **Tor®**, **DNSCrypt**, **Purpl
and carries no guarantee from The Above Projects about quality, suitability or anything else.
## Donations
**PayPal**: Send to invizible.soft@gmail.com
**Patreon**: https://www.patreon.com/inviziblepro
**BTC**: 1GfJwiHG6xKCQCpHeW6fELzFfgsvcSxVUR
**LTC**: MUSAXkcAvnN1Ytauzeo9bwjVjarUdDHGgk
**BCH**: qzl4w4ahh7na2z23056qawwdyuclkgty5gc4q8tw88
**USDT**: 0xdA1Dd53FE6501140E3Dcd5134323dfccF20aD536
**XLM**: GBID6I3VYR4NIFLZWI3MEQH3M2H72COC3HQDI5WMYYQGAC3TE55TSKAX
**XMR** 83k3FtpRhoT8QpE3M8mKunjXsktfVhGS2fVXm1X1Myj4EoH5hJ4BfuFXkYcRod61kCDP1hpcDSw2FFM622rRD6rWEJ45UjU
**XMR** 82WFzofvGUdY52w9zCfrZWaHVqEDcJH7y1FujzvXdGPeU9UpuFNeCvtCKhtpC6pZmMYuCNgFjcw5mHAgEJQ4RTwV9XRhobX
Please note that the XMR address has changed. The old address is no longer valid.
## License
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
kotlin_version = '1.9.23'
dagger_version = '2.51.1'
multidex_version = "2.0.1"
work_version = "2.9.0"
}


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


Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100227.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**InviZible Pro beta 2.2.7**
* Updated Tor to version 4.8.12.
* Implemented Tor isolate by app option.
* Added donation addresses to the about screen.
* Fixes and optimizations.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100228.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**InviZible Pro beta 2.2.8**
* Improved app update process.
* Updated Polish, German, Spanish, Indonesian and Chinese translations.
* Fixes and optimizations.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100229.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**InviZible Pro beta 2.2.9**
* Updated Purple I2P to version 2.53.0.
* Updated Tor geoip files.
* Preparing the app for use on Android 15.
* Fixed detecting internet access permission in apps with a shared id.
* Fixes and optimizations.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100230.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**InviZible Pro beta 2.3.0**
* Updated Tor bridges: Conjure, Lyrebird, SnowFlake.
* Updated French and Portuguese (Brazil) translations.
* Added Arabic and Bulgarian translations.
* Fixes and optimizations.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100231.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**InviZible Pro beta 2.3.1**
* Updated Purple I2P to version 2.53.1.
* Updated German, Bulgarian, Chinese, Polish, Arabic, Persian and Portuguese (Brazil) translations.
* Fixed using socks5 proxy with authentication.
* A lot of minor fixes and optimisations.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100232.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**InviZible Pro beta 2.3.2**
* Updated Tor.
* Fixes and optimizations.
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.6-all.zip
distributionSha256Sum=85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionSha256Sum=194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0
Loading

0 comments on commit a552d9f

Please sign in to comment.