mirror-immich/mobile/test
Luis Nachtigall d6c724b13b
feat(mobile): add playbackStyle to native sync API (#26541)
* feat(mobile): add playbackStyle to native sync API

Adds a `playbackStyle` field to `PlatformAsset` in the pigeon sync API so
native platforms can communicate the asset's playback style (image, video,
animated, livePhoto) to Flutter during sync.

- Add `playbackStyleValue` computed property to `PHAsset` extension (iOS)
- Populate `playbackStyle` in `toPlatformAsset()` and the full-sync path
- Update generated Dart/Kotlin/Swift files

* fix(tests): add playbackStyle to local asset test cases

* fix(tests): update playbackStyle to use integer values in local sync tests

* feat(mobile): extend playbackStyle enum to include videoLooping

* Update PHAssetExtensions.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(playback): simplify playbackStyleValue implementation by removing iOS version check

* feat(android): implement proper playbackStyle detection

* add PlatformAssetPlaybackStyle enum

* linting

---------

Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-28 03:08:51 +00:00
..
domain feat(mobile): add playbackStyle to native sync API (#26541) 2026-02-28 03:08:51 +00:00
drift/main fix: missing deletedAt and isVisible columns on mobile (#26414) 2026-02-23 09:50:54 -05:00
fixtures fix: mobile edit handling (#25315) 2026-01-19 12:22:53 -06: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 fix: free up space using small batch size to reliably work on Android (#26047) 2026-02-09 11:48:55 -06:00
test_utils fix: mobile edit handling (#25315) 2026-01-19 12:22:53 -06:00
utils chore: add Option type (#26467) 2026-02-23 16:20:25 -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 fix: mobile edit handling (#25315) 2026-01-19 12:22:53 -06:00
widget_tester_extensions.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00