aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/ExportBackupService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-31optimize importsChristian Schneppe1-1/+2
2019-12-13use setFlags instead of addFlags to grant uri permissionsChristian Schneppe1-1/+1
2019-11-16make exporting backup compatible with conversationsChristian Schneppe1-1/+2
2019-10-19make export of chats as txt working againChristian Schneppe1-0/+9
2019-09-20migrate to AndroidXChristian Schneppe1-2/+1
2019-09-13catch empty password exceptions in ExportBackupServiceChristian Schneppe1-2/+6
2019-09-11include user into quote messageChristian Schneppe1-0/+1
2019-09-03fix some crashesChristian Schneppe1-1/+3
2019-07-17create share button in backup done notificationChristian Schneppe1-61/+78
2019-06-23make backup compatible to Conversations (only works for Android >= 8)Christian Schneppe1-1/+16
2019-06-23Revert "BackupExport format like Conversations (#342)"Christian Schneppe1-10/+2
2019-06-22BackupExport format like Conversations (#342)genofire1-2/+10
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
2019-03-06try to catch some NPEChristian Schneppe1-1/+1
2019-02-18show notification when backup is done or failedChristian Schneppe1-2/+76
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