Update SyncthingNative to v2.0.1 / APK version 2.0.1.0 (#1567)
This commit is contained in:
parent
719c566244
commit
2b4dcdc44f
@ -275,6 +275,7 @@ public class LogActivity extends SyncthingActivity {
|
|||||||
logline.contains("/MIUI") ||
|
logline.contains("/MIUI") ||
|
||||||
logline.contains("/MiInputConsumer") ||
|
logline.contains("/MiInputConsumer") ||
|
||||||
logline.contains("/Miui") ||
|
logline.contains("/Miui") ||
|
||||||
|
logline.contains("MiuiBoosterUtils") ||
|
||||||
logline.contains("/NativeTurboSchedManager") ||
|
logline.contains("/NativeTurboSchedManager") ||
|
||||||
logline.contains("W/netstat") ||
|
logline.contains("W/netstat") ||
|
||||||
logline.contains("/ngandroid.debu") ||
|
logline.contains("/ngandroid.debu") ||
|
||||||
|
|||||||
@ -491,9 +491,6 @@ public class SyncthingRunnable implements Runnable {
|
|||||||
targetEnv.put("STMONITORED", "1");
|
targetEnv.put("STMONITORED", "1");
|
||||||
targetEnv.put("STNOUPGRADE", "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.
|
// Workaround SyncthingNativeCode denied to read gatewayIP by Android 14+ restriction.
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
|
||||||
final String gatewayIpV4 = getGatewayIpV4(mContext);
|
final String gatewayIpV4 = getGatewayIpV4(mContext);
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -5,8 +5,8 @@ min-sdk = "21"
|
|||||||
target-sdk = "36"
|
target-sdk = "36"
|
||||||
|
|
||||||
# App version
|
# App version
|
||||||
version-code = "2000000"
|
version-code = "2000100"
|
||||||
version-name = "2.0.0.0"
|
version-name = "2.0.1.0"
|
||||||
|
|
||||||
aboutLibraries = "12.2.4"
|
aboutLibraries = "12.2.4"
|
||||||
activity = "1.10.1"
|
activity = "1.10.1"
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 5d8033343fd31963286395b009fa7ff0b18ee461
|
Subproject commit 7a76685d7ef277d2a4aaccf9685d55323ad1d6de
|
||||||
Loading…
Reference in New Issue
Block a user