glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
**Glide Version**: 4.14.2 **Integration libraries**: none **Device/Android Version**: Samsung Galaxy M52 / Android 13 **Use case background**: [Android 12 introduces support for AVIF images.](https://developer.android.com/about/versions/12/features#avif) So starting Android 12, Glide should...
**Glide Version**: 4.15.1 **Device/Android Version**: Android S **Issue details / Repro steps / Use case background**: target : 30 android:requestLegacyExternalStorage="true" uri: content://media/external/audio/media/22282/albumart I use glide 4.10.0 to get bitmap form...
According to [OkHttp jdoc](http://square.github.io/okhttp/3.x/okhttp/okhttp3/OkHttpClient.html): >OkHttpClients should be shared I notice that the OkHttp integration module generate a OkHttpClient internal instance. It would be better to allow us inject the singleton...
### Glide-compose testing question/solution. **Question:** How can I test the downloaded image if DisplayedDrawableKey is internal? https://github.com/bumptech/glide/blob/ed5b09affc97e93d991df52a474369b9d0b47081/integration/compose/src/main/java/com/bumptech/glide/integration/compose/GlideModifier.kt#L521C14-L521C34 Is it so designed that it's not testable? **Solution:** internal DisplayedDrawableKey to public
There are many ways to check when to re-download a file. As far as I know, most servers now support the `If-Modified-Since` header and there is also `ETag` and `last-modified`....
my glide version is 4.11.0, the app crash sometimes ,i don't find any way to resolve the bug, If someone solves this problem and share it, I would greatly appreciate...
4.15.1: Unexpected background resizes with MaterialShapeDrawable and/or custom transform operation
**Glide Version**: 4.15.1 **Integration libraries**: None **Device/Android Version**: Android emulator running API 34, Nexus 4a (5G) running Android 13 **Issue details / Repro steps / Use case background**: ## Problem...
**Glide Version**: `4.15.1` **Integration libraries**: Using OkHttp3 **Device/Android Version**: Galaxy S21 / Android 13 **Issue details / Repro steps / Use case background**: I'm using Glide to display a banner...
com.github.bumptech.glide:annotations:4.13.2 com.github.bumptech.glide:disklrucache:4.13.2 com.github.bumptech.glide:gifdecoder:4.13.2 com.github.bumptech.glide:glide:4.13.2 com.github.bumptech.glide:okhttp3-integration:4.13.2 Crashlytics: Android 9 - 50% Android 12 - 13% Android 13 - 12% Most populate devices: Huawei Y9 2019 Nova 3i Huawei Y5 2019 57%...
**I have a picture url ,when I use glide load this url, it don‘t show this picture, this is the log:** `java.lang.IndexOutOfBoundsException: index=-1330518587 out of bounds (limit=49935, nb=2) at java.nio.Buffer.checkIndex(Buffer.java:564)...