glide icon indicating copy to clipboard operation
glide copied to clipboard

An image loading and caching library for Android focused on smooth scrolling

Results 345 glide issues
Sort by recently updated
recently updated
newest added

Suppose a image with 10:1(360*36 px)dimensionRatio. Now want to show in ImageView with custom like dimensionRatio 1:10. Image is not showing.

I load image by using load(customModel) instead of load(imageUrl) directly,and there are some extra data in the custom model,like uid and imageurl etc...,and In the class customLoader which implements ModelLoader...

Okio Watchdog (waiting):tid=79 systid=15965 at java.lang.Object.wait(Native method) at java.lang.Object.wait(Object.java:405) at java.lang.Object.wait(Object.java:543) at com.android.okhttp.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:313) at com.android.okhttp.okio.AsyncTimeout.access$000(AsyncTimeout.java:42) at com.android.okhttp.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:288) glide-active-resources (waiting):tid=81 systid=16029 at java.lang.Object.wait(Native method) at java.lang.Object.wait(Object.java:405) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:207) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:228) at...

We should not be allocating software bitmaps unless absolutely necessary. We should probably pool them as well.

Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored

Is this library abandoned? It's been over a year since the last update and no new version has been released.

I m using this dependency implementation("com.github.bumptech.glide:glide:4.16.0") I have formats like .ogv, webm, MPEG, FLV,AVI, 3GP I M trying to load all there thumbnail in my adapter but I got unexpected...

Can I use Java 21 to compile Glide on Gradle?

I am getting the error as the below `Could not HEAD 'https://oss.sonatype.org:443/content/repositories/snapshots/com/github/bumptech/glide/recyclerview-integration Received status code 504 from server: Gateway Time-out` https://github.com/bumptech/glide/blob/master/build.gradle#L69-L71

**Glide Version**: 4.11, 4.12 **Device/Android Version**: Different Huawei models **Issue details / Repro steps / Use case background**: Is there a way to force a Glide request to use only...

bug