aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ImportBackupActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-1/+1
2020-01-31optimize importsChristian Schneppe1-5/+7
2019-12-13use setFlags instead of addFlags to grant uri permissionsChristian Schneppe1-1/+1
2019-09-20migrate to AndroidXChristian Schneppe1-5/+5
2019-08-31catch IllegalArgumentException when reading backup fileChristian Schneppe1-0/+2
2019-08-31do password empty check in dialog not in restore backup serviceChristian Schneppe1-16/+26
2019-08-31open backup files on view actionChristian Schneppe1-18/+40
2019-08-31allow backup to be restored from selected fileChristian Schneppe1-3/+73
2019-06-18small improvement of welcome screenChristian Schneppe1-1/+10
2019-02-08optimize importsChristian Schneppe1-2/+0
2019-01-26make new backup and restore possible with old databasesChristian Schneppe1-6/+11
2019-01-26small layout fixesChristian Schneppe1-1/+9
2019-01-26show spinning wheel in restore backup activityChristian Schneppe1-3/+13
2019-01-26rework backup & restoreChristian Schneppe1-0/+124