1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/mobile/lib
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
..
constants feat(mobile) duplicated asset upload handling mechanism (#853) 2022-10-25 09:51:03 -05:00
module_template Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
modules feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00
routing feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00
shared feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00
utils fixed delete dialog colors 2022-10-14 11:15:19 -05:00
main.dart feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00