aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/ExportBackupService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* optimize importsChristian Schneppe2020-01-311-1/+2
|
* use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2019-12-131-1/+1
|
* make exporting backup compatible with conversationsChristian Schneppe2019-11-161-1/+2
|
* make export of chats as txt working againChristian Schneppe2019-10-191-0/+9
| | | | fixes #402
* migrate to AndroidXChristian Schneppe2019-09-201-2/+1
|
* catch empty password exceptions in ExportBackupServiceChristian Schneppe2019-09-131-2/+6
|
* include user into quote messageChristian Schneppe2019-09-111-0/+1
|
* fix some crashesChristian Schneppe2019-09-031-1/+3
|
* create share button in backup done notificationChristian Schneppe2019-07-171-61/+78
|
* 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