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
trafficstars

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.fragment:fragment-ktx](https://developer.android.com/jetpack/androidx/releases/fragment#1.8.8) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.6.1` -> `1.8.8` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.fragment:fragment-ktx/1.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Compose Bugfix: If requestBuilder has not changed, the requestState, painter(State) and requestListener should not change either. Otherwise, the GlideImage will display nothing or loadingPainter. Since requestState will be reset to...

**Glide Version**: 1.0.0-beta01 **Integration libraries**: Not relevant **Device/Android Version**: Ran tests on multiple emulators. **Issue details / Repro steps / Use case background**: The issue involves inconsistent loading of images...

I was recently trying to use [thumbnail API](https://bumptech.github.io/glide/javadocs/400/com/bumptech/glide/RequestBuilder.html#thumbnail-com.bumptech.glide.RequestBuilder-) to load local media thumbnails which weren't actually loading a thumbnail but the full image. By exploring glide codebase I found that...

When animation callbacks are registered, last frame is not getting rendered. It affects in some cases when user is supposed to see last frame for 2 3 seconds. **Glide Version**:...

We use rememberGlidePreloadingData for preload, but we found that it didn't work properly and that memory usage was high. ``` val preloadingData = rememberGlidePreloadingData( data = imageList, preloadImageSize = Size(Target.SIZE_ORIGINAL.toFloat(),...

**Background** We recently added some instrumentation to our app that detects our main thread blocked for >700ms (Android's Frozen Frame definition). We observed that one of our top issues causing...

this is to easy code. but it do not work. i am crazy public class MYGlideModule implements GlideModule { @Override public void applyOptions(Context context, GlideBuilder builder) { Log.e("-------", "applyOptions 设置");...

**Integration libraries**: `okhttp3-4.9.1` **Device/Android version**: Pixel 4, Android 13 **Issue details / Repro steps / Use case background**: I recently upgraded Glide from `4.15.1` to `5.0.0-rc01` and Glide Compose from...

bug
Compose

I tried to add these line of code but I am getting blank screen. I am not able to figure out reason. Please help