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

Hello, I use Glide normally, there is no problem with mp4 files, but it is the opposite for mp3 files because it does not load.

implementation("com.github.bumptech.glide:glide:4.16.0") implementation("com.github.bumptech.glide:okhttp3-integration:4.16.0") kapt ("com.github.bumptech.glide:compiler:4.16.0") ![图片](https://github.com/bumptech/glide/assets/8476579/b282bd1b-95eb-4531-92c3-d5469dcf0766)

I apologize for the lack of a proper write-up, but I observed a large increase in memory allocation when using ImageDecoder to decode images instead of Bitmap factory. github won't...

Glide Version: 4.14.2 Android Version: Android 11 Some images fail to load in Android 11, in other versions everything is fine. Faulty images are not random, so the same images...

Hi Glide team, Recently after app release we started seeing this issue for few users. **java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@ea5bf3d** The glide that we are using...

**Glide Version**: 5.0.0-rc01 ``` implementation "com.github.bumptech.glide:glide:5.0.0-rc01" implementation "com.github.bumptech.glide:okhttp3-integration:5.0.0-rc01" implementation platform("androidx.compose:compose-bom:2023.10.01") implementation "androidx.compose.ui:ui:" implementation "androidx.compose.material:material" implementation 'androidx.compose.material3:material3-android:1.2.0-beta02' implementation "com.github.bumptech.glide:compose:1.0.0-beta01" ``` **Device/Android Version**: I only tried in the emulator **If I use...

bug
Compose

Currently there are still only workarounds for this, but even then, I couldn't find the missing information, of how long each frame I get should last. Here's one way: https://medium.com/@bogomazartem/extract-bitmap-frames-from-gif-file-android-9e06d8b709f8...

**Glide Version**: 4.16.0 + compose 1.0.0-beta01 **Issue details / Repro steps / Use case background**: The issue involves Glide not displaying images in the Preview. It appears to function correctly...

HI, I am unable to import the integration module. import com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader; for OkHttpUrlLoader. Please help what to do. I am referencing glide 3.x using this statement. implementation 'com.github.bumptech.glide:glide:3.8.0' ![glide-error](https://user-images.githubusercontent.com/47382856/295532449-702c4971-edbb-4a4d-8884-82e597843012.jpg)

* version beta01 crash on HorizontalPager change page ``` fun PlayPageContain( rememberHorizontalPagerState: PagerState ) { HorizontalPager(state = rememberHorizontalPagerState) { page: Int -> if (page == 1) { PlayerPage(rememberHorizontalPagerState) } else...

bug
Compose