aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/activities/configure
Commit message (Collapse)AuthorAge
* app: add configuration FTP serverpacien2020-12-08
| | | | | | | | | | | | | This is a ridiculous workaround to make the configuration (and other files) accessible to the user necessary after the new storage access restriction enforced in Android 11 which prevent other applications from accessing the supposedly public application's directory. The app's internal private storage directory is now exposed to the user through an embedded FTP server that the user can turn on and off from the configuration activity. The user can then play with the configuration and retrieve logs through a remote or local FTP client application of their choice. GitHub: closes #103
* treewide: fix code style issues reported by linterpacien2020-09-08
|
* treewide: fix trivial null assertion warningspacien2020-09-08
|
* target sdk 28pacien2019-10-13
| | | | switching from android.support to androidx
* Separate configuration tools into fragmentspacien2018-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
|
* Refactor log viewer activitypacien2018-08-19
|
* Refactor configuration activitypacien2018-08-09