glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
ExifInterfaceImageHeaderParser uses androidx's ExifInterface, which supports the HEIF format on OMR1+. Glide's {@link DefaultImageHeaderParser} doesn't currently support HEIF. We should reconcile these two classes.
I saw this issue was previously raised but went stale without an answer a few years ago [https://github.com/bumptech/glide/issues/4128](url) Can Glide Support digest authentication per rfc2617? Can you show a Glide...
I have a requirement. If the image loading fails while the app is running, I need to set up a proxy to access the image. For normal access, there is...
**have a memory leak here, I don’t know how to avoid it, please help to see if there is any way to solve it** Here's the leak trace: static android.content.res.ResourcesImpl.mAppContext',...
Speculative fix for #5308
version:4.16.0 I just want to use the downloadOnly method to downlaod a large number pics(more then 3000),i use one background thread it working very well,but a little slow, so i...
**Glide Version**:4.15.1 **Integration libraries**:OKhttp **Device/Android Version**:11,12,13 **Issue details / Repro steps / Use case background**: After loading the Gif resource, the GifDrawable implements the FrameCallback interface, but the Drawable may...
# Description Code: https://github.com/jaredsburrows/android-gif-example/pull/243 AGP 7.4.0+ brings in new lint checks # Repro ``` git clone github.com/jaredsburrows/android-gif-example cd android-gif-example git checkout pr/jaredsburrows/updates-1666632461 gradlew :app:lintDebug ``` # Error: ``` Error: When...
Glide: 4.16.0 **1. Background introduction.** I have a custom LibraryGlideModule to custom image url. The code are below: ``` @GlideModule class ResizeableUrlGlideModule : LibraryGlideModule() { override fun registerComponents(context: Context, glide:...
glide 3.7.0 Not sure if we already have way to know when image loading started and finished for all the request, even when it loads from cache. I would like...