seedvault/app
Torsten Grote 7401ead553
Request backoff when asked to backup to network storage while no internet available
K/V backups are normally only attempted when charging and having an (un-metered) internet connection. However, if the system could not do a backup for more than a day, it ignores these requirements and still attempts a backup run. If a backup storage is used that is only accessible on the internet, but there is no internet connection, the backup attempt will fail. Therefore, we check if our storage requires the internet and if so, we treat it similar to a removable storage, by rejecting backup attempts and suppressing error notifications.
2020-10-23 07:33:58 -03:00
..
libs Upgrade AOSP libraries for gradle build 2020-10-07 19:01:39 +05:30
src Request backoff when asked to backup to network storage while no internet available 2020-10-23 07:33:58 -03:00
build.gradle Enable automatic coding style linting with ktlint (also on CI) 2020-10-07 19:44:05 +05:30
lint.xml Fix lint issues with translations and ignore missing translations 2020-10-07 19:01:39 +05:30