immich/mobile/android/app
Brandon Wees 3b5e00131b
fix: android widget periodic updates (#20389)
* fix: android widget updates

* ensure periodic work is queued when we receive an update

This will not "reset the clock" on the periodic work since we are using         ExistingPeriodicWorkPolicy.UPDATE. This is needed since existing widgets have already been asked to queue their workers. If those periodic workers were overwritten by a widget update request from the app, there is no way to queue them again. onReceive gets run when the app requests a widget update so the periodic workers will get queued again.
2025-07-29 08:59:10 -05:00
..
src fix: android widget periodic updates (#20389) 2025-07-29 08:59:10 -05:00
build.gradle chore: remove build flavor Android (#20161) 2025-07-24 14:55:49 -05:00
proguard-rules.pro feat(mobile): android widgets (#19310) 2025-07-18 09:37:07 -05:00