glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Update Robolectric to more recent version
Automated Code Change
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...
...text exposed to open source public git repo...
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 -...
test
> 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,...