aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/activities/start
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
* activities/start: add missing callback super callpacien2020-09-08
|
* treewide: fix code style issues reported by linterpacien2020-09-08
|
* target sdk 28pacien2019-10-13
| | | | switching from android.support to androidx
* notify user of missing vpn permissionpacien2019-09-15
|
* submit key unlock form on virtual keyboard DONE eventpacien2019-03-24
| | | | github ref: closes #81
* Do not update null placeholder textpacien2018-09-25
|
* Isolate recent crash handlerpacien2018-08-26
|
* Re-organise string resourcespacien2018-08-22
|
* Use custom base fragment and switch to embedded qr-code scannerpacien2018-08-22
|
* Remove side gutters on large screenspacien2018-08-21
|
* Generify periodically refreshing live datapacien2018-08-20
|
* Refactor start activitypacien2018-08-20