Update SyncthingNative to v2.0.1 / APK version 2.0.1.0 (#1567)

This commit is contained in:
Catfriend1 2025-08-14 14:46:17 +02:00 committed by GitHub
parent 719c566244
commit 2b4dcdc44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 deletions

View File

@ -275,6 +275,7 @@ public class LogActivity extends SyncthingActivity {
logline.contains("/MIUI") ||
logline.contains("/MiInputConsumer") ||
logline.contains("/Miui") ||
logline.contains("MiuiBoosterUtils") ||
logline.contains("/NativeTurboSchedManager") ||
logline.contains("W/netstat") ||
logline.contains("/ngandroid.debu") ||

View File

@ -491,9 +491,6 @@ public class SyncthingRunnable implements Runnable {
targetEnv.put("STMONITORED", "1");
targetEnv.put("STNOUPGRADE", "1");
// Since Syncthing v2+: purge deletes from database after 1 year.
targetEnv.put("STDBDELETERETENTIONINTERVAL", "8766h");
// Workaround SyncthingNativeCode denied to read gatewayIP by Android 14+ restriction.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
final String gatewayIpV4 = getGatewayIpV4(mContext);

View File

@ -1 +1 @@
Please read https://github.com/syncthing/syncthing/releases/tag/v2.0.0 to see details on the v2.0.0 milestone.
Please read https://github.com/syncthing/syncthing/releases/tag/v2.0.1 to see details on the v2 milestone.

View File

@ -5,8 +5,8 @@ min-sdk = "21"
target-sdk = "36"
# App version
version-code = "2000000"
version-name = "2.0.0.0"
version-code = "2000100"
version-name = "2.0.1.0"
aboutLibraries = "12.2.4"
activity = "1.10.1"

@ -1 +1 @@
Subproject commit 5d8033343fd31963286395b009fa7ff0b18ee461
Subproject commit 7a76685d7ef277d2a4aaccf9685d55323ad1d6de