aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/ExportBackupService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix backup creation for older installationsChristian Schneppe2019-03-141-5/+14
| | | | If you had problems importing the backup you need to create a new backup after this patch
* try to catch some NPEChristian Schneppe2019-03-061-1/+1
|
* show notification when backup is done or failedChristian Schneppe2019-02-181-2/+76
| | | | show success notification only if backup was started manually
* also make human readable logs as text files work with new backup and restoreChristian Schneppe2019-01-261-0/+100
|
* rework backup & restoreChristian Schneppe2019-01-261-0/+287
use the implementation from Conversations