immich/mobile/test
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
..
domain feat(mobile): add playbackStyle to native sync API (#26541) 2026-02-28 03:08:51 +00:00
drift/main feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
fixtures feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
infrastructure test: backup repository (#26494) 2026-02-24 15:50:02 -05:00
medium refactor: remote album repository test to use context (#26481) 2026-02-24 13:25:07 +00:00
mocks feat: opt-in sync of deletes and restores from web to Android (beta timeline) (#20473) 2025-11-10 16:20:51 +00:00
modules feat: image editing (#24155) 2026-01-09 17:59:52 -05:00
pages/search chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
presentation/widgets/remote_album feat(mobile): album options to kebab menu (#24204) 2025-12-26 18:46:05 +00:00
services feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
test_utils feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
utils feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
api.mocks.dart fix: width and height migration issue (#25643) 2026-01-28 15:14:50 -06:00
dto.mocks.dart fix(mobile): fix text search (#14873) 2025-01-07 16:26:14 +00:00
mock_http_override.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
repository.mocks.dart chore: bump line length to 120 (#20191) 2025-07-25 02:37:22 +00:00
service.mocks.dart fix(mobile): auto trash using MANAGE_MEDIA (#17828) 2025-04-24 19:09:50 -05:00
test_utils.dart feat(mobile): add playbackStyle to local asset entity and related database schema (#26596) 2026-03-01 14:50:21 -05:00
widget_tester_extensions.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00