Files
Android/app
Jeffrey Starke 288eda5bb1 Add support for animated images to GlideImage.
Our GlideImage implementation doesn't support animated images, because it loads them as bitmaps and therefore only displays the first image frame as a static image. This change works around that issue by having GlideImage wrap an ImageView to handle cases where we need to display animated images.
2025-05-14 16:43:17 -04:00
..
2025-05-14 16:43:16 -04:00
2025-03-26 13:59:12 -04:00
2025-03-31 14:44:06 -04:00