immich/mobile/android
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
..
app fix: android widget periodic updates (#20389) 2025-07-29 08:59:10 -05:00
fastlane chore: version v1.136.0 2025-07-24 14:24:38 +00:00
gradle/wrapper chore(mobile): upgrade gradle (#13901) 2024-11-05 10:34:24 -06:00
metadata/en-US chore(web,mobile): update github repo url (#974) 2022-11-15 20:30:44 -06:00
.gitignore chore: build report 2023-07-28 09:06:25 -05:00
build.gradle feat(mobile): native_video_player (#12104) 2024-12-04 16:03:46 -05:00
Gemfile Implement CI/CD for Android (#48) 2022-03-13 22:10:07 -05:00
Gemfile.lock chore(deps): update dependency fastlane to v2.220.0 (#9653) 2024-05-22 09:46:53 +00:00
gradle.properties ci: much faster mobile builds (#19490) 2025-06-25 10:40:53 -05:00
settings.gradle feat: delta sync (#18428) 2025-05-29 10:42:00 -05:00