IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.04k stars 57 forks source link

Fixes #399 #400

Closed VishnuSanal closed 2 months ago

VishnuSanal commented 2 months ago

changed maxScale to 2f from 10f. the excessive zoom issue from double tap gets fixed for now. but, this limited the maximum zoom limit to twice the size. @luca020400 PTAL, should I implement a custom double tap listener in order to fix this?

IacobIonut01 commented 2 months ago

Thanks but I'm going to modify the current subsampled image loading libraring to allow stepped double tap zooming

VishnuSanal commented 2 months ago

Thanks but I'm going to modify the current subsampled image loading libraring to allow stepped double tap zooming

oh, alright! didn't know this issue was being worked upon. would love to contribute to the project, I will pick some other issues to work on.

IacobIonut01 commented 2 months ago

I forgot to update the #399 issue to specify that. Thanks tho, go ahead and pick what you like, currently I'm working on the improved Image Editor