seedvault/app
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
..
libs Upgrade android.jar to API 28 2019-06-14 07:04:19 -03:00
src/main Fix detection of the end of backup 2019-06-14 16:33:05 -03:00
build.gradle Upgrade android.jar to API 28 2019-06-14 07:04:19 -03:00