Open r748 opened 1 month ago
The wrapper does not know what "~" is , especially the problem is that Android more tends to prefer SAF paths over absolute paths which made development a little bit tricky the last years to preserve the absolute folder paths SyncthingNative requires to work with.
Description of the issue
According to the documentation, when changing the location of the default folder, the tilde character (~) acts as shortcut to
/storage/emulated/0
. Folders synced to the mobile device are correctly created under this path, but syncthing-fork doesn't seem to replace the~
character with/storage/emulated/0
when trying to access a folder in the default path.Reproduction Steps
~/Syncthing
/storage/emulated/0/Syncthing/sharedfolder
~/Syncthing/sharedfolder
instead of/storage/emulated/0/Syncthing/sharedfolder
and fail to do succeed~/Syncthing/sharedfolder
cannot be found.Version Information
Device platform info
Android Log