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

Hey Sam, I have a question related to https://github.com/bumptech/glide/issues/5177. So I have a content provider that makes the following GlideRequest to download a MediaModel as a File. ``` FutureTarget futureFile...

I hope to use BOM to manage all dependencies' versions across multiple projects, with the purpose of keeping all projects consistent with the versions. Then I create and publish a...

## As of Glide 4.16.0, stale instances of RequestListener are reused. It is common to load images into a single ImageView with Glide. A new RequestListener should be used for...

**Glide Version**: 5.0.0-rc1 **Glide Compose Version**: 1.0.0-beta01 **Device/Android Version**: Not relevant **Issue details / Repro steps / Use case background**: I am using the GlideImage composable to display gifs in...

glide load resource failed failed msg: There were 4 root causes: java.lang.IllegalArgumentException(setDataSourceCallback failed: status = 0x80000000) java.lang.IllegalArgumentException(setDataSourceCallback failed: status = 0x80000000) java.lang.IllegalArgumentException(setDataSource failed: status = 0x80000000) java.lang.IllegalArgumentException(setDataSource failed: status =...

I have started migration of my existing Android app from `kapt` to `ksp` and getting an error `[ksp] @GlideModule annotated classes must implement AppGlideModule or LibraryGlideModule: ` My Glide Module...

12-21 11:23:15.993176 23401 23401 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 12-21 11:23:15.993193 23401 23401 F DEBUG : Cause: null pointer dereference 12-21 11:23:15.993221 23401...

Why doesn't Glide support playing Animated WebP images while Fresco does? Can anyone tell me if there are plans for Glide to support playing Animated WebP images like it does...

Currently ListPreloader only supports the LinearLayoutManager Added support for the StaggeredGridLayoutManager, which is also quite a popular layout manager.

## Description This PR implements `GifDrawable#setTintList()` and `GifDrawable#setTintMode()` to support tint list (e.g. android:tint). ## Motivation and Context Our Android app uses a tint list to change the drawable colors,...