mirror of
https://github.com/immich-app/immich.git
synced 2026-07-05 21:07:15 +08:00
* 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 |
||
|---|---|---|
| .. | ||
| asset.service.dart | ||
| background_worker.service.dart | ||
| hash.service.dart | ||
| local_album.service.dart | ||
| local_sync.service.dart | ||
| log.service.dart | ||
| map.service.dart | ||
| memory.service.dart | ||
| partner.service.dart | ||
| people.service.dart | ||
| remote_album.service.dart | ||
| search.service.dart | ||
| setting.service.dart | ||
| store.service.dart | ||
| sync_linked_album.service.dart | ||
| sync_stream.service.dart | ||
| timeline.service.dart | ||
| user.service.dart | ||