Skip to content

Commit adbf499

Browse files
committed
Merge branch 'master' into stable
2 parents a71ce14 + 980fd16 commit adbf499

File tree

154 files changed

+4853
-2393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+4853
-2393
lines changed

.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
patreon: inviziblepro

ChangeLog.md

+56
Original file line numberDiff line numberDiff line change
@@ -1043,3 +1043,59 @@
10431043
* Updated DNSCrypt to save battery power when the network is unavailable.
10441044
* Further improvements to save battery power when the network is unavailable.
10451045
* Fixes and optimizations.
1046+
1047+
**InviZible Pro beta 2.0.9**
1048+
* Updated Tor Snowflake bridge to version v2.9.1.
1049+
* Added CDN77 and Azure Snowflake rendezvous.
1050+
* Added exclude UDP from Tor and Bypass app options.
1051+
* Updated translations.
1052+
* Fixes and optimizations.
1053+
1054+
**InviZible Pro beta 2.1.0**
1055+
* Improved Tor bridges screen.
1056+
* Improved firewall screen.
1057+
* Improved Tor apps screen.
1058+
* Improved real-time connection logs.
1059+
* Fixed Tor Snowflake bridge.
1060+
1061+
**InviZible Pro beta 2.1.1**
1062+
* Updated Tor Snowflake bridge.
1063+
* Fixed previously updated screens for use with Android TV.
1064+
* Fixed and improved script control.
1065+
* Updated German and Spanish translations.
1066+
* Fixes and optimizations.
1067+
1068+
**InviZible Pro beta 2.1.2**
1069+
* Updated Tor.
1070+
* Updated Tor Snowflake bridge to version v2.9.2.
1071+
* Attempt to improve Snowflake bridge censorship resistance.
1072+
* Added Amazon Snowflake rendezvous.
1073+
* Updated Tor Lirebird and WebTunnel bridges.
1074+
* Fixes and optimizations.
1075+
1076+
**InviZible Pro beta 2.1.3**
1077+
* Optimized performance and memory usage in VPN mode.
1078+
* Fixes and optimizations.
1079+
1080+
**InviZible Pro beta 2.1.4**
1081+
* Fixed adding Tor WebTunnel bridges.
1082+
* Updated Polish translation.
1083+
* Updated Chinese translation.
1084+
1085+
**InviZible Pro beta 2.1.5**
1086+
* Optimized performance and memory usage in VPN mode.
1087+
* Improved handling of IPv6 networks.
1088+
* Improved handling of the ICMP protocol.
1089+
* Improved handling of resources in the local network.
1090+
* Fixes and optimizations.
1091+
1092+
**InviZible Pro beta 2.1.6**
1093+
* Updated Tor to version 4.8.11.
1094+
* Updated Purple I2P to version 2.51.0.
1095+
* ipv4only.arpa was excluded from the rebinding detection as a legitimate domain.
1096+
* Show a warning when blocking the internet for critical system apps in the firewall.
1097+
* DNSCrypt server settings have been completely reworked.
1098+
* Fixes and optimizations.
1099+
1100+
**InviZible Pro beta 2.1.7**
1101+
* Fixed Telegram messenger always connecting.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,16 @@ Telegram channel: [InviZiblePro](https://t.me/InviZiblePro)
9292

9393
Telegram group: [InviZiblePro_Group](https://t.me/InviZiblePro_Group)
9494

95+
Matrix group: [Matrix](https://matrix.to/#/#invizible-pro-en:matrix.org)
96+
9597
### For Russian-speaking users:
9698

9799
Telegram channel: [InviZiblePro](https://t.me/InviZibleProRus)
98100

99101
Telegram group: [InviZiblePro_Group](https://t.me/InviZibleProRus_Group)
100102

103+
Matrix group: [Matrix](https://matrix.to/#/#invizible-pro-ru:matrix.org)
104+
101105
There is support for the latest version of **InviZible Pro** only.
102106

103107
There is no support for things that are not directly related to **InviZible Pro**.

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '1.9.22'
6-
dagger_version = '2.50'
5+
kotlin_version = '1.9.23'
6+
dagger_version = '2.51'
77
multidex_version = "2.0.1"
88
}
99

@@ -13,7 +13,7 @@ buildscript {
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:8.2.2'
16+
classpath 'com.android.tools.build:gradle:8.3.2'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1818

1919

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**InviZible Pro beta 2.0.9**
2+
* Updated Tor Snowflake bridge to version v2.9.1.
3+
* Added CDN77 and Azure Snowflake rendezvous.
4+
* Added exclude UDP from Tor and Bypass app options.
5+
* Updated translations.
6+
* Fixes and optimizations.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**InviZible Pro beta 2.1.0**
2+
* Improved Tor bridges screen.
3+
* Improved firewall screen.
4+
* Improved Tor apps screen.
5+
* Improved real-time connection logs.
6+
* Fixed Tor Snowflake bridge.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**InviZible Pro beta 2.1.1**
2+
* Updated Tor Snowflake bridge.
3+
* Fixed previously updated screens for use with Android TV.
4+
* Fixed and improved script control.
5+
* Updated German and Spanish translations.
6+
* Fixes and optimizations.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**InviZible Pro beta 2.1.2**
2+
* Updated Tor.
3+
* Updated Tor Snowflake bridge to version v2.9.2.
4+
* Attempt to improve Snowflake bridge censorship resistance.
5+
* Added Amazon Snowflake rendezvous.
6+
* Updated Tor Lirebird and WebTunnel bridges.
7+
* Fixes and optimizations.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**InviZible Pro beta 2.1.3**
2+
* Optimized performance and memory usage in VPN mode.
3+
* Fixes and optimizations.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**InviZible Pro beta 2.1.4**
2+
* Fixed adding Tor WebTunnel bridges.
3+
* Updated Polish translation.
4+
* Updated Chinese translation.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**InviZible Pro beta 2.1.5**
2+
* Optimized performance and memory usage in VPN mode.
3+
* Improved handling of IPv6 networks.
4+
* Improved handling of the ICMP protocol.
5+
* Improved handling of resources in the local network.
6+
* Fixes and optimizations.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**InviZible Pro beta 2.1.6**
2+
* Updated Tor to version 4.8.11.
3+
* Updated Purple I2P to version 2.51.0.
4+
* ipv4only.arpa was excluded from the rebinding detection as a legitimate domain.
5+
* Show a warning when blocking the internet for critical system apps in the firewall.
6+
* DNSCrypt server settings have been completely reworked.
7+
* Fixes and optimizations.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**InviZible Pro beta 2.1.7**
2+
* Fixed Telegram messenger always connecting.
Loading

gradle/wrapper/gradle-wrapper.jar

57.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
7-
distributionSha256Sum=5022b0b25fe182b0e50867e77f484501dba44feeea88f5c1f13b6b4660463640
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
7+
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419

gradlew

100644100755
File mode changed.

tordnscrypt/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ target_link_libraries( invizible
2424
${log-lib} )
2525

2626
if(${CMAKE_ANDROID_ARCH_ABI} STREQUAL "arm64-v8a")
27-
target_compile_options(invizible PRIVATE -Ofast -funsafe-math-optimizations -ftree-vectorize -fvectorize -fslp-vectorize)
27+
target_compile_options(invizible PRIVATE -Ofast -march=armv8-a -flto=thin -funsafe-math-optimizations -ffast-math -ftree-vectorize -fvectorize -fslp-vectorize)
2828
else()
29-
target_compile_options(invizible PRIVATE -Ofast -funsafe-math-optimizations -ftree-vectorize -fvectorize -fslp-vectorize)
29+
target_compile_options(invizible PRIVATE -Ofast -march=armv7-a -flto=thin -funsafe-math-optimizations -ffast-math -ftree-vectorize -fvectorize -fslp-vectorize)
3030
endif()

0 commit comments

Comments
 (0)