storage-chooser icon indicating copy to clipboard operation
storage-chooser copied to clipboard

Image thumbnails

Open artyomn opened this issue 7 years ago • 3 comments

I think it would be a good improvement to add an option to show image files' thumbnails instead of type icon.

artyomn avatar Jun 03 '17 18:06 artyomn

Hi, it's a nice idea but don't you think it will be heavy on the library side?

Because the main motive is to choose directory/file as quick as possible and if we even use some lazy-loading image libraries like Glide it'll still cause some lag on low-end devices (I think). Do let me know what you think about this.

codekidX avatar Jul 11 '17 11:07 codekidX

I think some lag may be, but it shouldn't be essential. As of my experience with Glide it is very well optimized (I've done a GridView with about 300 images loaded with Glide - and it scrolls absolutely smoothly (even if you scroll fast) on 3 years old Nexus 5). Probably it may be done configurable - some option to show thumbnails or just icons. I've thought about this idea (image thumbnails) because image file names usually have no sense for user but previews have.

artyomn avatar Jul 12 '17 07:07 artyomn

True, I'll try to include Glide in the project and implement the thumbnails asap. Thanks for your view on this feature.

codekidX avatar Jul 21 '17 05:07 codekidX