1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00
immich/mobile
Fynn Petersen-Frey 911c35a7f1
refactor(mobile): add Isar DB & Store class (#1574)
* refactor(mobile): add Isar DB & Store class

new Store: globally accessible key-value store like Hive (but based on Isar)

replace first few places of Hive usage with the new Store

* reduce max. DB size to prevent errors on older iOS devices

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-02-09 11:32:08 -06:00
..
android fix(mobile): Added flutter native splash and splash screens (#1520) 2023-02-06 00:41:07 -06:00
assets fix(mobile): Added flutter native splash and splash screens (#1520) 2023-02-06 00:41:07 -06:00
fonts feat(mobile) Add in app logging to show app's log information (#1014) 2022-11-27 14:34:19 -06:00
integration_test refactor(mobile): add Isar DB & Store class (#1574) 2023-02-09 11:32:08 -06:00
ios fix(mobile): Added flutter native splash and splash screens (#1520) 2023-02-06 00:41:07 -06:00
lib refactor(mobile): add Isar DB & Store class (#1574) 2023-02-09 11:32:08 -06:00
openapi chore(server): make owner as required response for AlbumResponseDto (#1579) 2023-02-07 15:11:14 -06:00
scripts feat(mobile) added french translations (#343) 2022-07-13 11:35:02 -05:00
test feat(mobile): Library page rework (album sorting, favorites) (#1501) 2023-02-04 21:25:11 -06:00
.gitignore Enable swiping between assets (#381) 2022-08-03 15:36:12 -05:00
.metadata Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
analysis_options.yaml Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
flutter_01.png feat(mobile): Rework of the exif sheet (#1213) 2023-01-11 14:54:12 -06:00
flutter_native_splash.yaml fix(mobile): Added flutter native splash and splash screens (#1520) 2023-02-06 00:41:07 -06:00
makefile fix(mobile): Added flutter native splash and splash screens (#1520) 2023-02-06 00:41:07 -06:00
pubspec.lock refactor(mobile): add Isar DB & Store class (#1574) 2023-02-09 11:32:08 -06:00
pubspec.yaml refactor(mobile): add Isar DB & Store class (#1574) 2023-02-09 11:32:08 -06:00
README.md Update readme 2022-02-07 23:55:30 -06:00

Immich Mobile Application - Flutter