v1.0.53: block storage-root sync paths

Android 11+ denies writes to /storage/emulated/0 directly. SyncEngine
now catches this early and returns FAILED with an actionable message
instead of silently logging PARTIAL. LocalBrowserDialog disables the
Select button at the storage root with an inline warning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 00:56:45 +00:00
parent 99193af2c5
commit 77d56ee6be
4 changed files with 36 additions and 16 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.52
VERSION_CODE=53
VERSION_NAME=1.0.53
VERSION_CODE=54