immich/mobile/lib/domain/models
Luis Nachtigall f4e156494f
feat(mobile): add playbackStyle to local asset entity and related database schema (#26596)
* feat: add playbackStyle to local asset entity and related database schema

* implement conversion function for playbackStyle in local sync service

* implement conversion function for playbackStyle in local sync service

* refactor: remove deducedPlaybackStyle from TrashedLocalAssetEntityData

* add playbackStyle column to trashed local asset entity

* make playbackStyle non-nullable across the mobile codebase

* Streamline playbackStyle backfill:
- only backfill local assets playbackStyle in flutter/dart code
- only update trashed local assets in db migration

* bump target database version to 23 and update migration logic for playbackStyle

* set playback_style to 0 in merged_asset.drift as its a getter in base asset

* run make pigeon

* Populate playbackStyle for trashed assets during native migration
2026-03-01 14:50:21 -05:00
..
album feat: album info sync (#21103) 2025-09-04 18:44:10 +00:00
asset feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
asset_face.model.dart feat(mobile): asset face sync (#20022) 2025-07-22 17:17:52 +00:00
device_asset.model.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
events.model.dart feat(mobile): inline asset details (#25952) 2026-02-17 09:24:34 -06:00
exif.model.dart feat(mobile): star rating (#24457) 2026-01-23 21:17:46 +05:30
log.model.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
map.model.dart refactor(mobile): sqlite-based map view (#20665) 2025-08-06 10:05:49 -05:00
memory.model.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
person.model.dart feat: people page/sheet/detail (#20309) 2025-07-30 03:07:53 +00:00
search_result.model.dart fix: persist search page scroll offset between rebuilds (#22733) 2025-10-08 10:00:51 -05:00
setting.model.dart feat: add video auto play setting (#20416) 2025-10-15 11:24:47 -04:00
stack.model.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
store.model.dart feat: tap to see next/previous image (#20286) 2026-02-22 05:28:17 +00:00
sync_event.model.dart refactor: logger service and remove dynamic (#17733) 2025-06-08 22:01:31 -05:00
tag.model.dart feat(mobile): filter by tags (#26196) 2026-02-18 21:16:26 +00:00
timeline.model.dart chore: refactor mobile events (#24263) 2025-11-30 12:43:33 -06:00
user_metadata.model.dart feat: sync AuthUserV1 (#21565) 2025-09-08 14:00:10 -05:00
user.model.dart feat: sync AuthUserV1 (#21565) 2025-09-08 14:00:10 -05:00