v1.0.55: SAF system folder picker (same as Autosync)

Tapping the local folder field now opens Android's native folder picker
via ACTION_OPEN_DOCUMENT_TREE. The picked content:// URI gets persistent
read/write permission and is stored as-is; the existing Saf backend
handles all sync I/O through it. "Browse manually" link kept for the
raw-path custom browser.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 01:12:42 +00:00
parent 683169e8b7
commit 69d4257a18
2 changed files with 37 additions and 13 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.54
VERSION_CODE=55
VERSION_NAME=1.0.55
VERSION_CODE=56