immich/mobile/lib
Santo Shakil 238895cad9
fix(mobile): restore notification plugin init (#28284)
#27666 removed LocalNotificationService with the legacy stack, which
was the only place calling FlutterLocalNotificationsPlugin().initialize().
without it, ios never prompts for the notification perm on fresh
installs so background_downloader notifications get dropped silently.

restores the init in the same spot the deleted call used to live.
2026-05-08 10:45:52 +07:00
..
constants refactor: move theme config to metadata table (#28224) 2026-05-07 15:12:14 +00:00
domain refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
entities refactor: yeet old timeline (#27666) 2026-04-15 23:00:27 +05:30
extensions chore!: duration in milliseconds (#28003) 2026-04-30 09:44:27 -04:00
infrastructure refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
interfaces refactor(mobile): interfaces refactor (#19415) 2025-06-23 11:27:44 -05:00
mixins chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
models refactor: yeet old timeline (#27666) 2026-04-15 23:00:27 +05:30
pages refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
platform refactor(mobile): Migrate durationInSeconds to durationMs (#26615) 2026-04-20 23:28:11 -04:00
presentation fix(mobile): correct filter default and UI desync in similar photos search (#27516) 2026-05-07 15:22:35 +00:00
providers refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
repositories chore!: migrate album owner to album_user (#27467) 2026-04-22 16:52:23 +02:00
routing fix(mobile): clear local data on forced logout (#27957) 2026-04-21 15:52:00 -05:00
services refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
theme fix(mobile): mismatch between system and app color when using low-chroma system color scheme (#27282) 2026-03-27 09:21:43 -05:00
utils refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
widgets refactor: move cleanup config to metadata table (#28225) 2026-05-07 11:27:06 -05:00
main.dart fix(mobile): restore notification plugin init (#28284) 2026-05-08 10:45:52 +07:00
wm_executor.dart chore(mobile): minor dependency updates (#27949) 2026-04-19 11:56:39 -05:00