1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-19 00:32:49 +02:00
immich/mobile/lib/modules/backup/models
Fynn Petersen-Frey 1633af7af6
feat(mobile): show local assets (#905)
* introduce Asset as composition of AssetResponseDTO and AssetEntity

* filter out duplicate assets (that are both local and remote, take only remote for now)

* only allow remote images to be added to albums

* introduce ImmichImage to render Asset using local or remote data

* optimized deletion of local assets

* local video file playback

* allow multiple methods to wait on background service finished

* skip local assets when adding to album from home screen

* fix and optimize delete

* show gray box placeholder for local assets

* add comments

* fix bug: duplicate assets in state after onNewAssetUploaded
2022-11-08 11:00:24 -06:00
..
available_album.model.dart fix(mobile): Fixed iOS 16 overflow cache and memory leaked in gallery viewer. (#700) 2022-09-16 16:46:23 -05:00
backup_state.model.dart upload new photos in background with a service (#382) 2022-08-18 09:41:59 -05:00
current_upload_asset.model.dart Add information for uploading asset and error indication with error message for each failed upload. (#315) 2022-07-06 16:12:55 -05:00
error_upload_asset.model.dart feat(mobile) duplicated asset upload handling mechanism (#853) 2022-10-25 09:51:03 -05:00
hive_backup_albums.model.dart feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00
hive_backup_albums.model.g.dart upload new photos in background with a service (#382) 2022-08-18 09:41:59 -05:00
hive_duplicated_assets.model.dart feat(mobile) duplicated asset upload handling mechanism (#853) 2022-10-25 09:51:03 -05:00
hive_duplicated_assets.model.g.dart feat(mobile) duplicated asset upload handling mechanism (#853) 2022-10-25 09:51:03 -05:00