aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/activities/start/NetworkListFragment.kt
Commit message (Collapse)AuthorAge
* 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
* target sdk 28pacien2019-10-13
| | | | switching from android.support to androidx
* Do not update null placeholder textpacien2018-09-25
|
* Use custom base fragment and switch to embedded qr-code scannerpacien2018-08-22
|
* Refactor start activitypacien2018-08-20