1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 11:24:37 +02:00
immich/mobile/lib/entities
Alex 6b6d2a6621
feat(mobile): preserve mobile album info on upload (#11965)
* curating assets with albums to upload

* sorting for background backup

* background upload works

* transform fields string array to javascript array

* send json array

* generate sql

* refactor upload callback

* remove albums info from upload payload

* mechanism to create album on album selection

* album creation

* Sync to upload album

* Remove unused service

* unify name changes

* Add mechanism to sync uploaded assets to albums

* Put add to album operation after updating the UI state

* clean up

* background album sync

* add to album in background context

* remove add to album in callback

* refactor

* refactor

* refactor

* fix: make sure all selected albums are selected for building upload candidate

* clean up

* add manual sync button

* lint

* revert server changes

* pr feedback

* revert time filtering

* const

* sync album on manual upload

* linting

* pr feedback and proper time filtering

* wording
2024-08-26 13:21:19 -05:00
..
album.entity.dart chore: remove all deprecated endpoints/properties from server and mobile app (#9724) 2024-05-24 15:37:01 +01:00
album.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
android_device_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
android_device_asset.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
asset.entity.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
asset.entity.g.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
backup_album.entity.dart chore(mobile): Revert "remove exclude album mechanism for backup (#10552)" (#10686) 2024-06-29 11:30:18 -05:00
backup_album.entity.g.dart chore(mobile): Revert "remove exclude album mechanism for backup (#10552)" (#10686) 2024-06-29 11:30:18 -05:00
device_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
duplicated_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
duplicated_asset.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
etag.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
etag.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
exif_info.entity.dart chore(mobile): refactor detail panel (#11662) 2024-08-09 13:43:47 +00:00
exif_info.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
ios_device_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
ios_device_asset.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
logger_message.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
logger_message.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
README.md refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
store.entity.dart feat(mobile): preserve mobile album info on upload (#11965) 2024-08-26 13:21:19 -05:00
store.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
user.entity.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
user.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00

This directory contains entity that is stored in the local storage.