android icon indicating copy to clipboard operation
android copied to clipboard

HEIC format in grid mode

Open jesmrec opened this issue 1 year ago • 1 comments

Images in HEIC format does not have thumbnail to be retrieved from server. That's not a problem in list view, but setting the app in grid:

Screenshot 2023-07-11 at 12 36 07

  • Empty thumbnails
  • Filename hidden

so, this is not very friendly

Some proposals:

  • Dont handle HEIC files as images (very ugly)
  • Set an specific placeholder for such format
  • Check for another library that handles that format in Android (coil?)

More options?

jesmrec avatar Jul 11 '23 10:07 jesmrec

You can decode it on Bitmap.

MudssirAhmed avatar Aug 12 '23 18:08 MudssirAhmed