1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/mobile/lib/modules
martyfuhry 02f5a86ee9
(fix)mobile: Improve the gallery to improve scale, double tap, and swipe gesture detection (#1502)
* photoviewgallery

* stiffer scrolling to react more like google photos

* adds a dx threshhold for the swipe/up down from the original dropped point

* stopped wrapping imageview in gallery viewer to avoid the double photoview issue. breaks imageview page pinch-to-zoom, so i need to fix that for other callers

* refactors gallery view to use remoteimage directly and breaks imageviewpage

* removed image_viewer_page

* adds minscale

* adds photo_view to repository

* double tap to zoom out with hacked commit

* double tapping!

* got up and down swipe gestures working

* fixed wrong cache and headers in image providers

* fixed image quality and added videos back in

* local loading asset image fix

* precaches images

* fixes lint errors

* deleted remote_photo_view and more linters

* fixes scale

* load preview and load original

* precache does original / preview as well

* refactored image providers to nice functions and added JPEG thumbnail format to remote image thumbnail lookup

* moved photo_view to shared/ui/

* three stage loading with webp and fixes some thumbnail fits

* fixed local thumbnail

* fixed paging in iOS
2023-02-01 10:59:34 -06:00
..
album fix(mobile): Fix back button closing the app from multiselection in Android (#1477) 2023-01-29 22:36:26 -06:00
asset_viewer (fix)mobile: Improve the gallery to improve scale, double tap, and swipe gesture detection (#1502) 2023-02-01 10:59:34 -06:00
backup feat(mobile) reused HTTP client for uploading assets (#1487) 2023-01-30 16:00:03 -06:00
home fix(mobile): Fix back button closing the app from multiselection in Android (#1477) 2023-01-29 22:36:26 -06:00
login chore(mobile): Run dart analyze in CI (#1425) 2023-01-26 08:40:19 -06:00
search feat(mobile): Various minor performance improvements (#1176) 2023-01-18 09:59:23 -06:00
settings fix(mobile): Fix endless 'Building timeline' loop after changing the number of assets per row (#1445) 2023-01-27 13:08:05 -06:00