aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/ExportBackupService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-22BackupExport format like Conversations (#342)genofire1-2/+10
This makes it possible to import/export backup files from/to Conversations
2019-06-08fix some more NPEChristian Schneppe1-0/+3
2019-05-04some bug fixesChristian Schneppe1-1/+4
2019-05-04fix export error for non-unicode numbersChristian Schneppe1-1/+1
2019-03-14fix backup creation for older installationsChristian Schneppe1-5/+14
If you had problems importing the backup you need to create a new backup after this patch
2019-03-06try to catch some NPEChristian Schneppe1-1/+1
2019-02-18show notification when backup is done or failedChristian Schneppe1-2/+76
show success notification only if backup was started manually
2019-01-26also make human readable logs as text files work with new backup and restoreChristian Schneppe1-0/+100
2019-01-26rework backup & restoreChristian Schneppe1-0/+287
use the implementation from Conversations