Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to swipe between photos #13

Open
stsdc opened this issue May 17, 2024 · 1 comment
Open

Add possibility to swipe between photos #13

stsdc opened this issue May 17, 2024 · 1 comment

Comments

@stsdc
Copy link

stsdc commented May 17, 2024

Would be nice to be able to swipe photos when they're open at full.
Currently it is needed to go back to grid view to choose another photo.

Probably, It will require a specific prefetch strategy e.g. if photo_002 is open then photo_003...004 started to fetch.

@petabyt
Copy link
Owner

petabyt commented May 17, 2024

I don't know how to implement swiping in Android. If you (or anybody else reading this) knows how to implement it, feel free to drop some advice.

When you download a photo in Fudge, it downloads a full resolution copy and lets you preview it. Fuji's Camera Connect app downloads a heavily compressed 'thumbnail' and lets you view that. Then, if you want to save the photo, it will download the full res photo.

Given my use cases (I took few photos, I want to view and and download some on my phone) I think my current approach is best.

The reason I mention this is because it takes 3-10 seconds to download a single photo, and I don't see how swiping left and waiting 3-10 seconds for the next photo to be downloaded would be much of an improvement over hitting back, and tapping the next one.

@petabyt petabyt mentioned this issue Jun 3, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants