immich/mobile/lib/shared/services
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
..
api.service.dart Fix crash at first start when 'userInfoBox' does not contain 'serverEndpointKey' before API service is initialized (#1362) 2023-01-19 13:06:57 -06:00
asset_cache.service.dart refactor(mobile): reworked Asset, store all required fields from local & remote (#1539) 2023-02-04 14:42:42 -06:00
asset.service.dart refactor(mobile): add Isar DB & Store class (#1574) 2023-02-09 11:32:08 -06:00
cache.service.dart chore(mobile): clean up linter problems (#1000) 2022-11-21 06:13:14 -06:00
device_info.service.dart Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
immich_logger.service.dart chore(mobile): Run dart analyze in CI (#1425) 2023-01-26 08:40:19 -06:00
json_cache.dart refactor(mobile): reworked Asset, store all required fields from local & remote (#1539) 2023-02-04 14:42:42 -06:00
server_info.service.dart Implement album feature on mobile (#420) 2022-08-03 00:04:34 -05:00
share.service.dart refactor(mobile): reworked Asset, store all required fields from local & remote (#1539) 2023-02-04 14:42:42 -06:00
user.service.dart refactor(mobile): introduce Album & User classes (#1561) 2023-02-06 01:13:32 -06:00