aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/context/AppNotificationManager.kt
Commit message (Collapse)AuthorAge
* 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