aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/ExportBackupService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make backup compatible to Conversations (only works for Android >= 8)Christian Schneppe2019-06-231-1/+16
|
* Revert "BackupExport format like Conversations (#342)"Christian Schneppe2019-06-231-10/+2
| | | | | This patch is not compatible with Android SDK < 26 (Android 8 / OREO) This reverts commit 514b63f48684ab82031b0291da8d303abe1d680c.
* BackupExport format like Conversations (#342)genofire2019-06-221-2/+10
| | | This makes it possible to import/export backup files from/to Conversations
* fix some more NPEChristian Schneppe2019-06-081-0/+3
|
* some bug fixesChristian Schneppe2019-05-041-1/+4
|
* fix export error for non-unicode numbersChristian Schneppe2019-05-041-1/+1
|
* 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