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.test.espresso.idling:idling-concurrent](https://developer.android.com/testing) | `3.5.1` -> `3.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test.espresso.idling:idling-concurrent/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.test.espresso.idling:idling-concurrent/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Add new functionality to Glide to allow for modification of OS thread priority for Glide threads as well as posting Glide onResourceReady callback to the front of the main thread...

The recent Compose library changes have broken behaviors. There are [many bugs that have been reported in 2024](https://github.com/bumptech/glide/issues?q=is%3Aissue%20state%3Aopen%20%20compose), some of which I will mention here: - #5418 - #5498 -...

> Task :annotation:compiler:proguard FAILED Execution failed for task ':annotation:compiler:proguard'. > java.io.IOException: Please correct the above warnings first.

### What this fixes Prevents crash in `LruBitmapPool.put()` when a recycled bitmap is passed to the pool. ### Why it matters In rare cases, Glide attempts to pool a bitmap...

### What this fixes This PR prevents a rare crash in `GifDrawable.draw()` when `drawBitmap()` is called on a null or recycled bitmap. ### Why it matters In large-scale production apps,...