HM Tamim

Results 13 comments of HM Tamim

The issue is being closed due to inactivity and the absence of any information.

Hi, could you please describe in detail what you want? Do you mean a fast scroller? It has been recently implemented in all file/folder list-related screens. Thank you.

The issue was resolved after migrating to WorkManager from service.

Hi @saket, I was playing with it a bit and noticed something: panning by the value obtained by subtracting the offset of the current high-res image from previous image seems...

I applied the logic based on aspect ratio, and it actually worked nicely! The transition to hi-res image is also extremely smooth (3-4th second of the video). Here's the [commit](https://github.com/mega-ht/telephoto/commit/e81cc658e1871bbf3464a918c1d6dd02e0e97515)....

Hello @Saket, Good news! It seems that recalculating the `UserOffset` is the better/correct approach. This also resolves the pan position reset issue when gesture is applied (dragged) after image is...

Hello Saket, thanks for taking time to work in it. I've ran the app from trunk branch, but it seems there're some issues with the pan offset retention. You can...

https://github.com/user-attachments/assets/2dd153dc-a062-4704-8a52-1e5ea0a20637

Hi @saket , should we reopen this ticket as it's not fully working?

In case the information is relevant, slightly updating implementation of `RetainPanAcrossContentSizeChangesEffect` fixes the calculation issue, and works with all images. ``` private var lastGestureState by mutableStateOf(null) // introduce it //...