1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00
immich/mobile
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
..
android Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498) 2023-01-31 22:05:54 -06:00
assets Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498) 2023-01-31 22:05:54 -06:00
fonts feat(mobile) Add in app logging to show app's log information (#1014) 2022-11-27 14:34:19 -06:00
integration_test chore(mobile): Run dart analyze in CI (#1425) 2023-01-26 08:40:19 -06:00
ios Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498) 2023-01-31 22:05:54 -06:00
lib (fix)mobile: Improve the gallery to improve scale, double tap, and swipe gesture detection (#1502) 2023-02-01 10:59:34 -06:00
openapi refactor(server): asset service - upload asset (#1438) 2023-01-30 10:14:13 -06:00
scripts feat(mobile) added french translations (#343) 2022-07-13 11:35:02 -05:00
test feat(mobile): Various minor performance improvements (#1176) 2023-01-18 09:59:23 -06:00
.gitignore Enable swiping between assets (#381) 2022-08-03 15:36:12 -05:00
.metadata Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
analysis_options.yaml Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
flutter_01.png feat(mobile): Rework of the exif sheet (#1213) 2023-01-11 14:54:12 -06:00
makefile Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498) 2023-01-31 22:05:54 -06:00
pubspec.lock (fix)mobile: Improve the gallery to improve scale, double tap, and swipe gesture detection (#1502) 2023-02-01 10:59:34 -06:00
pubspec.yaml (fix)mobile: Improve the gallery to improve scale, double tap, and swipe gesture detection (#1502) 2023-02-01 10:59:34 -06:00
README.md Update readme 2022-02-07 23:55:30 -06:00

Immich Mobile Application - Flutter