Fynn Petersen-Frey

Results 103 comments of Fynn Petersen-Frey

@alextran1502 I've made some improvements to the service and its handling. However, before continuing further, I'd rather like to plan with you how to integrate the background service nicely. Both...

> What would trigger the background service to start running? Current setup is the following: User activates automatic backup in the app, this enqueues the BackupWorker in the Android WorkManager....

Thanks for the extensive answers! 1. I'll try out accessing Hive boxes at the same time and see if any issues arise 2. I guess if the background upload is...

Did some performance testing to check if the current backup preparation (code in method `startBackupProcess` until `_backupService.backupAsset` is called) takes too much time/CPU/battery to run often (as a potentially frequently...

> This is a very good assessment and testing, thank you. Another direction I think we can try to mitigate the overhead of using our traditional backup method is to...

> I used this for some hours now and it seems to work very well. There could always be situations where some power saving logic kicks in (my phone is...

> 1. We should provide a way for users to only allow background uploading when the phone is on WiFi and ideally also a toggle for only allowing it when...

> 6. Is the app supposed to perform background backup here? The current behavior is that it doesn't upload that new photo. > > 7. If I take a new...

This PR should now be ready to be merged :tada: - Added options to perform background backup only when on WiFi and/or charging - Now using translatable texts

Works on Android with #382 the new background upload