1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/mobile
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
..
android feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00
assets feat(mobile): Add selected assets to album (#901) 2022-11-05 20:21:55 -05:00
fonts Update inline font for f-droid publication metric (#107) 2022-04-04 09:08:53 -05:00
ios Update size 2022-11-06 21:20:48 -06:00
lib feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -06:00
openapi feat(web): favorite an asset (#939) 2022-11-08 10:20:36 -06:00
scripts feat(mobile) added french translations (#343) 2022-07-13 11:35:02 -05:00
test feat(mobile): show local assets (#905) 2022-11-08 11:00:24 -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
makefile Implement CI/CD for Android (#48) 2022-03-13 22:10:07 -05:00
pubspec.lock feat(mobile): Improve timeline performance on mobile - experimental (#710) 2022-09-28 11:30:38 -05:00
pubspec.yaml Up version for release 2022-11-06 21:00:32 -06:00
README.md Update readme 2022-02-07 23:55:30 -06:00

Immich Mobile Application - Flutter