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

ImageViewer.kt #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Android-PowerUser
Copy link

I wasn't happy with the loading time of thumbnails. So I changed the code to cache thumbnails in the volume. Images are reduced, videos not. Can you please review and add this?

I wasn't happy with the loading time of thumbnails. So I changed the code to cache thumbnails in the volume. Images are reduced, videos not. Can you please review and add this?
@hardcore-sushi
Copy link
Owner

It doesn't compile for me. As I understand it, you store the images in plain text on disk. I don't think users will appreciate that.

@Android-PowerUser
Copy link
Author

Android-PowerUser commented Jun 22, 2023 via email

@hardcore-sushi
Copy link
Owner

That's not what your code does. Still, I don't think using a hardcoded folder in the volume is a good idea. What would happen if the volume is read-only?

@Android-PowerUser
Copy link
Author

Android-PowerUser commented Jun 22, 2023 via email

@hardcore-sushi
Copy link
Owner

The DroidFS goal is to be compatible with desktop softwares. Users should be able to synchronize volumes between their devices and open them everywhere. We don't want DroidFS to automatically store additional data in volumes, and therefore modify local copies.

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

Successfully merging this pull request may close these issues.

None yet

2 participants