anglers-log icon indicating copy to clipboard operation
anglers-log copied to clipboard

Notify user when automatic backup fails

Open cohenadair opened this issue 2 years ago • 2 comments

If automatic backup fails due to network or some other issue, the user should be notified in some way so they know there's a problem and they may need to do a manual backup.

cohenadair avatar Sep 09 '22 12:09 cohenadair

Further to this, I just realised that my installation had become de-authorised from Google Drive as some point in the past (I was reviewing my app access in Google Drive itself). My automated backups from Angler's Log were apparently failing, but were doing so silently, so it was only pure chance that I was able to fix it.

dpage avatar Apr 24 '24 12:04 dpage

Thanks for that information @dpage. That is quite annoying. I'll add this issue to the 2.7 project so it'll be included in the next version.

cohenadair avatar Apr 24 '24 13:04 cohenadair

Reopening. The local notification isn't shown on Android when the app is in the foreground (tested release build on a real device).

Note that all test scenarios for iOS passed.

cohenadair avatar Jul 16 '24 13:07 cohenadair

Issue was I missed an Android configuration step for the notifications plugin: https://pub.dev/packages/flutter_local_notifications#release-build-configuration

cohenadair avatar Jul 16 '24 17:07 cohenadair