v1.0.56: allow root folder selection + MANAGE_EXTERNAL_STORAGE prompt

Remove root folder block from the browser — user can now select
/storage/emulated/0 exactly like Autosync. If MANAGE_EXTERNAL_STORAGE
is not granted a red banner appears with a direct "Grant" button that
opens the Android All files access settings screen. Root guard removed
from SyncEngine; individual file failures (e.g. root-level writes) are
already caught and logged per-file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 01:21:35 +00:00
parent 69d4257a18
commit 0ba4fd7eb9
3 changed files with 42 additions and 24 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.55
VERSION_CODE=56
VERSION_NAME=1.0.56
VERSION_CODE=57