aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/context/App.kt
Commit message (Collapse)AuthorAge
* storage: rename ConfigurationDirectoryMigrator -> StorageMigratorpacien2023-07-30
|
* app: add configuration directory migratorpacien2020-12-08
| | | | | | | | | | | This adds an automatic configuration migrator which moves the configuration files previously located on the external public-ish directory to the private app storage, so that existing users can seamlessly transition to the next version. The cache directory containing the logs is cleared instead of being migrated, because those files are considered disposable. GitHub: related to #103
* pass network device fd via unix socket instead of inheritancepacien2020-01-20
| | | | | | | | | Workaround for new shared memory restrictions added in Android 10 preventing file descriptor leakage to sub-processes. This change set BREAKS ENCRYPTED PRIVATE KEYS SUPPORT. GitHub: https://github.com/pacien/tincapp/issues/92
* target sdk 28pacien2019-10-13
| | | | switching from android.support to androidx
* Limit email report log snippet sizepacien2018-08-26
|
* Re-organise string resourcespacien2018-08-22
|
* Revert "Rename source directory"pacien2018-08-07
| | | | This reverts commit dbba24e
* Rename source directorypacien2018-08-07
|
* Capitalise app namepacien2018-08-06
|
* Use notifications for error reportingpacien2018-08-06
|
* Code stylepacien2018-08-05
|
* Add start yearpacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Add current version in logpacien2018-04-21
|
* Prompt for bug reportpacien2018-03-31
|
* Implement dual logging for application contextpacien2018-03-14
|
* Use activity chooserpacien2018-03-04
|
* Handle daemon startup failurespacien2018-02-24
|
* Cosmeticpacien2018-02-16
|
* Reformat codepacien2018-02-10
|
* Better error handlingpacien2017-08-22
|
* Use global app contextPacien TRAN-GIRARD2017-07-01