immich/mobile/lib
Thomas 1772f720bf
fix(mobile): reset video controls hide timer when showing controls ch… (#26985)
fix(mobile): reset video controls hide timer when showing controls changes

The hide timer currently only resets when the status of the video
changes, but does not account for when the controls change. This means
that two things happen:

 1. The hide timer does not reset when the controls become visible
    again, the controls will stay visible forever or until the playback
    status changes.
 2. The hide timer will fire too quickly, and will hide the controls
    much sooner than 5 seconds if the controls are hidden and then shown
    again before the hide timer fires.
2026-04-04 16:12:56 -05:00
..
constants fix(mobile): simplified chinese not available (#27066) 2026-03-20 00:27:50 -05:00
domain feat(mobile): show animated images in asset viewer (#26614) 2026-03-11 12:07:06 -05: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 fix(mobile): low upload timeout on android (#27399) 2026-03-30 16:05:21 -05: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 fix(mobile): wrap backup error message text (#26834) 2026-03-10 20:40:01 -05:00
platform fix(mobile): logout on upgrade (#26827) 2026-03-11 12:07:27 -05:00
presentation chore(mobile): persist video controls visibility when swiping (#26986) 2026-04-04 16:11:59 -05:00
providers fix(mobile): logout on upgrade (#26827) 2026-03-11 12:07:27 -05:00
repositories fix(mobile): logout on upgrade (#26827) 2026-03-11 12:07:27 -05:00
routing feat(mobile): Allow users to set profile picture from asset viewer (#25517) 2026-02-22 06:02:33 +00:00
services fix(mobile): streamline error handling for live photo saving (#27337) 2026-03-27 19:07:38 -05:00
theme fix(mobile): mismatch between system and app color when using low-chroma system color scheme (#27282) 2026-03-27 09:21:43 -05:00
utils fix: user-agent format (#27488) 2026-04-03 12:26:50 -04:00
widgets fix(mobile): reset video controls hide timer when showing controls ch… (#26985) 2026-04-04 16:12:56 -05: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