Torsten Grote
Torsten Grote
Awesome contribution, thanks a lot! I just browsed through a bit and wondered if it would make sense to split the v0/v1 parts into separate files instead of mixing both...
Could it be that an app was backed up, then later entered the stopped state, so it is in `WAS_STOPPED`, but still has historic backup data available? Would be nice...
> 1. However, from a user perspective, it could make more sense to tell them all of this at the very end of the process. No, because when apps fail...
> Why does it need to happen here / why does the data need to be restored in the next step? You need to install apps before you can restore...
Current work-around: clear app data, choose restore on first start from other location. Then to move back to previous location: clear app data again then choose restore from previous location,...
related to https://github.com/seedvault-app/seedvault/issues/636
### Current situation The restore and the backup flow currently use the _same_ saved key and the same saved backup location. This simplifies the code and allows restore after SUW...
OK, I hadn't thought about the "change your mind" scenario, but rather when you entered actual wrong information and thus no backups were found. We'd have to think how to...
The categories aren't made up. They are taken directly from [`MediaStore`](https://developer.android.com/reference/android/provider/MediaStore) which for some reason is missing `Documents`.
AFAIK, Android doesn't allow us to allow cleartext only for LAN. It is either per specific domain or for everything. We don't want everything and don't know your domain beforehand....