aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/context/AppNotificationManager.kt
Commit message (Collapse)AuthorAge
* errors: handle notifications internallypacien2023-07-30
|
* storage: remove embedded FTP serverpacien2023-07-30
| | | | | | | Moving back the configuration files and logs to the user-accessible storage. Everything should be accessible through a file manager using the "USB storage" mode. The embedded FTP server is no longer necessary.
* fix app crash due to missing intent flag for android API >=31pacien2023-01-06
| | | | | This was causing a crash when connecting or enabling the internal FTP server or opening manual links.
* ConfigurationAccessService: prevent service from being stopped when app ↵pacien2020-12-08
| | | | | | | | | loses focus This makes the ConfigurationAccessService (formerly ConfigurationFtpService) start in foreground through the use of a persistent notification so that it isn't stopped by the system after the app loses the focus on the user's screen, which happens when the user switches to an FTP client application on the same device.
* target sdk 28pacien2019-10-13
| | | | switching from android.support to androidx
* 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