immich/mobile/lib/presentation/widgets
Thomas 0fa385c465
fix(mobile): infer drag intent early (#26344)
The drag intent was not set until it reached the kTouchSlop threshold.
This is not necessary as flutter already has its own heuristics for
preventing unintended drags.

The result of using kTouchSlop is that dismissing or scroll can feel a
little delayed, and will jump from 0 to kTouchSlop (18px) rather than
moving smoothly.
2026-02-19 09:56:51 -06:00
..
action_buttons feat(mobile): inline asset details (#25952) 2026-02-17 09:24:34 -06:00
album feat(mobile): inline asset details (#25952) 2026-02-17 09:24:34 -06:00
asset_viewer fix(mobile): infer drag intent early (#26344) 2026-02-19 09:56:51 -06:00
backup chore: expose upload errors to UI (#25566) 2026-01-27 16:33:44 +00:00
bottom_sheet fix(mobile): bring back map settings (#25448) 2026-01-22 21:51:48 +00:00
images fix: evict image from cache on error during image loading (#26078) 2026-02-09 17:01:10 -05:00
map fix(mobile): bring back map settings (#25448) 2026-01-22 21:51:48 +00:00
memory fix: mobile edit handling (#25315) 2026-01-19 12:22:53 -06:00
people refactor(mobile): consolidate image requests (#25743) 2026-02-05 12:16:42 -05:00
remote_album feat(mobile): album options to kebab menu (#24204) 2025-12-26 18:46:05 +00:00
search feat(mobile): Quick date picker in the search page (#22653) 2025-11-10 13:55:09 -06:00
timeline fix: bring back timeline args auto-scoping (#26219) 2026-02-16 08:20:28 -06:00