v1.0.68: fix two-way DATA LOSS — list remote recursively
Build & Release APK / build (push) Successful in 12m54s

The remote was listed Depth:1 (top level only) while the local folder is
walked recursively. Files inside remote subfolders looked 'missing from
remote', so TWO_WAY + mirror-delete ran DELETE_LOCAL and wiped them off the
device. Now walk the remote tree (Depth:1 per dir) so subfolder files are
matched and never falsely deleted.
This commit is contained in:
2026-06-07 00:43:16 +00:00
parent cf2fd8c452
commit 147da702a1
2 changed files with 37 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.67
VERSION_CODE=68
VERSION_NAME=1.0.68
VERSION_CODE=69