aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/configure_tools_path_info_fragment.xml
Commit message (Collapse)AuthorAge
* activities/configure: replace config and log paths with browse linkseuxane12 days
|
* project: align name and descriptioneuxane12 days
| | | | | Use the more explicit name and shorter description following the changes in 5a54bf9 and 90d672c.
* project: update given nameeuxane2024-08-31
|
* context: read configuration from and write logs and temp files to private ↵pacien2020-12-08
| | | | | | | | | | | | | | app storage The external app public storage directory is no longer reliably accessible on Android 11 and above. This makes editing the configuration and accessing the log files impossible in some cases. Let's move to the app private storage, to be made accessible to the user by some other mean. This has the benefit of also protecting the private keys that need to be stored encrypted otherwise. We also split the configuration and cache directory into specialised sub-directories. GitHub: related to #103
* Refactor configuration activitypacien2018-08-09