seedvault/app/src/main/java/com/stevesoltys/backup
Torsten Grote 9cede639f3
When restoring, ask for location first and then restore code
This also checks if there's a backup at the chosen location
and requires the user to select another once,
if we can not find a backup.
2019-09-11 17:26:03 -03:00
..
activity Add a unit test for checking word list integrity 2019-09-02 17:03:44 -03:00
crypto Huge refactoring of backup transport 2019-09-02 09:47:49 -03:00
header Add a unique ID to the device folder name to avoid collisions 2019-09-02 09:47:51 -03:00
metadata Get rid of device folders, use unix epoch as backup token and store it 2019-09-11 15:26:10 -03:00
restore When restoring, ask for location first and then restore code 2019-09-11 17:26:03 -03:00
service Remove BackupJobService as the OS is scheduling its own backups 2019-09-02 09:47:52 -03:00
session Re-implement manual backup run and show notification during manual backups 2019-07-09 10:41:58 +02:00
settings When restoring, ask for location first and then restore code 2019-09-11 17:26:03 -03:00
transport When restoring, ask for location first and then restore code 2019-09-11 17:26:03 -03:00
ui When restoring, ask for location first and then restore code 2019-09-11 17:26:03 -03:00
Backup.kt Implement restoring of backup and show progress in UI 2019-09-10 13:35:58 -03:00
BackupNotificationManager.kt Show error notification when backup fails 2019-09-02 17:07:21 -03:00
Base64Utils.kt Add a unique ID to the device folder name to avoid collisions 2019-09-02 09:47:51 -03:00
NotificationBackupObserver.kt Implement restoring of backup and show progress in UI 2019-09-10 13:35:58 -03:00