Torsten Grote

Results 626 comments of Torsten Grote

Yes, so if DavX5 uses `EncryptedSharedPreferences` then a hardware backed key is used for encryption which can't be backed up, so when you start it again after restore, it can't...

I think if you turn off app backups, there should be no downside to enable it again later, right? For file backups, it may re-recreate backups and delete previous ones....

One option could be to require device credential even on initial setup when writing down recovery code, would be slightly worse UX, but should ensure that the attacker can't know...

What version are you on? Can you please record a video of the behavior, so we can understand it better? Can also happen after setup wizard. Did you scroll down...

Very strange. @t-m-w maybe something for the list of things to check for the next test run?

What would be the suggested solution? It sounds like everything works as it should though I agree it can be confusing.

What do you mean by other progress notifications? Do you have examples?

Ok, the notification channels are all using `IMPORTANCE_LOW`. Then app data backup uses `PRIORITY_DEFAULT`, backup success notification uses `PRIORITY_LOW`. App data pruning also uses `PRIORITY_LOW`, so not sure why some...

Maybe `PRIORITY_DEFAULT` is what causes it not to show 🤷

I don't think we should manually override something. What I don't get is why only one of our notifications isn't shown without override, but the others are shown?