seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.26k stars 74 forks source link

Move to our own scheduling #583

Closed grote closed 6 months ago

grote commented 11 months ago

We can now disable framework scheduling of backups via IBackupManager#setFrameworkSchedulingEnabledForUser() and currently have these use-cases lined up for using our own scheduling:

Storage backups are already using their own scheduling.

chirayudesai commented 11 months ago

This could even be the 4.x moment :)

grote commented 7 months ago

When exposing schedule settings in the UI, what should we allow the user to manually set?

I guess if we expose for than one or two, we'd introduce a new category for this on the main page? Or use a sub-page for scheduling settings?