seedvault/app/src/main/java/com/stevesoltys/backup
Torsten Grote 7b95256ba5
Fix detection of the end of backup
For the current transport it is important to know when the backup ends,
because it resets its state only then and closes the ZIP file.

The detection was broken,
because some packages didn't have data to back up (LOG_EVENT_ID_NO_DATA_TO_SEND),
so the transport's methods weren't called and the package counter not updated.

The hacky solution is to use the BackupObserver to call back into the
transport at the end of backup.
Ideally, future transports won't need to know when the backup finishes.
2019-06-14 16:33:05 -03:00
..
activity Pre-select all packages and give option to unselect all 2019-06-14 16:33:04 -03:00
security Fix transport encryption 2019-03-14 20:09:06 -04:00
service Fix detection of the end of backup 2019-06-14 16:33:05 -03:00
session Fix detection of the end of backup 2019-06-14 16:33:05 -03:00
settings Allow the user to schedule full background backups 2019-06-11 09:28:03 -03:00
transport Fix detection of the end of backup 2019-06-14 16:33:05 -03:00
Backup.java Don't start transport service in foreground 2019-06-11 10:18:20 -03:00