immich/mobile/lib
Thomas dd72ec2621
fix(mobile): correct local asset dimensions (#26677)
* fix(mobile): correct local asset dimensions

We are constraining the size of videos so that they play nicely with
hero animations, and don't stretch in weird ways. This however caused a
regression as we are not account for local assets on Android which have
un-oriented dimensions.

* post-orientation width and height in local sync

* migration

* no need to handle it in asset viewer

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-03-07 13:07:34 -05:00
..
constants perf(mobile): optimized album sorting (#25179) 2026-02-23 20:13:45 +05:30
domain fix(mobile): incorrect asset dimensions in search (#26725) 2026-03-05 21:58:58 -06:00
entities chore: use hosted isar flutter libs (#22757) 2025-10-08 04:19:46 -05:00
extensions chore(mobile): simplify asset page scroll (#26635) 2026-03-04 10:28:55 -06:00
infrastructure feat(mobile): SyncAssetEditV1 (#26518) 2026-03-05 13:03:59 -06:00
interfaces refactor(mobile): interfaces refactor (#19415) 2025-06-23 11:27:44 -05:00
mixins chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
models feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
pages chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
platform feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
presentation fix(mobile): inconsistent asset details background (#26634) 2026-03-05 17:45:21 +00:00
providers feat(mobile): SyncAssetEditV1 (#26518) 2026-03-05 13:03:59 -06:00
repositories feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
routing feat(mobile): Allow users to set profile picture from asset viewer (#25517) 2026-02-22 06:02:33 +00:00
services chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
theme fix(mobile): prevent nav bar label text wrapping (#26011) 2026-02-12 16:57:03 +00:00
utils fix(mobile): correct local asset dimensions (#26677) 2026-03-07 13:07:34 -05:00
widgets chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
main.dart feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
wm_executor.dart fix: isolate freeze app on older ios device (#22509) 2025-10-22 12:43:03 -05:00