ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

"Edit" button should save edited resource into the same folder #84

Closed kirillt closed 2 years ago

kirillt commented 3 years ago

An external app which handles intents of EDIT type saves the modified file into random folder, defined in preferences of the app itself apparently. EDIT intent has no parameter to pass to the app to change this. It looks that it is also not easy for our app to know which folder was used to save the resource into.

It is desired to find the new version of modified file in order to track it in our tags system too. It could work with file system monitoring, but this might cause significant load on the operating system if do not specify a folder to monitor.

kirillt commented 2 years ago

Solved by #203