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