mirror-immich/mobile/lib
shenlong 6f4f79d8cc
feat: migrate store to sqlite (#21078)
* add store entity and migration

* make store service take both isar and drift repos

* migrate and switch store on beta timeline state change

* chore: make drift variables final

* dispose old store before switching repos

* use store to update values for beta timeline

* change log service to use the proper store

* migrate store when beta already enabled

* use isar repository to check beta timeline in store service

* remove unused update method from store repo

* dispose after create

* change watchAll signature in store repo

* fix test

* rename init isar to initDB

* request user to close and reopen on beta migration

* fix tests

* handle empty version in migration

* wait for cache to be populated after migration

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-08-21 14:58:50 -05:00
..
constants feat(mobile): optimized thumbnail widget (#21073) 2025-08-21 18:06:02 +00:00
domain feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
entities chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
extensions fix(mobile): use cached thumbnail in full size image provider (#20637) 2025-08-05 10:20:25 -04:00
infrastructure feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -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 chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
pages feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
platform feat(mobile): platform thumbnail api (#20910) 2025-08-19 12:48:35 -04:00
presentation feat(mobile): optimized thumbnail widget (#21073) 2025-08-21 18:06:02 +00:00
providers feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
repositories feat(mobile): shared album activities (#20714) 2025-08-14 22:50:56 +00:00
routing feat: show remainder assets info (#21114) 2025-08-21 17:18:31 +00:00
services feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
theme chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
utils feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
widgets feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
main.dart feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00