glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
**4.8.0**: **okhttp:3.10.0**: **Pixel 2 XL/Pie**: **I am dynamically loading an image from a web URL into a widget via AppWidgetTarget. Depending on how long the image request takes there is...
If we want to pass authenticated okhttp client to our implementation of `GlideAppModule`, an authenticated okhttp client that has dynamic and changing runtime dependencies, we cannot do that, because the...
I am developing an OpenHarmony application with JavaScript language which used your library, will your library supprot OpenHarmony platform by JavaScript language?If so, I want to contribute to the OpenHarmony...
**Glide Version**: 3.7.0 **Integration libraries**: Default. **Device/Android Version**: Nexus 5, 6.0.1 **Issue details / Repro steps / Use case background**: Hi, I use Glide with fragments - `Glide.with(fragment)` - and...
Primary requests set their transformation based on the ImageView's scale type if the caller didn't manually set a transformation. However if the primary has one or more thumbnails with unset...
**Glide Version**: 4.11.0 **Integration libraries**: No. **Device/Android Version**: Galaxy Nexus with API 23 Emulator through Android Studio. Works fine on same emulator with currently (as of 2021) most recent Android...
Will be very great if you will add a support for WebP format. Witch includes loading WebP images and playing the animations.. Like the Fresco library does. To add support...
Dear Sir i use gradle 7.4.2 the below exclude not work ?? THX https://github.com/bumptech/glide/blob/17cae33fd8a966f741495e5c8604661629821006/annotation/compiler/test/build.gradle#L14
glide version: implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.16.0' implementation 'com.github.penfeizhou.android.animation:apng:2.16.0' kapt 'com.github.bumptech.glide:compiler:4.11.0'  我们之前发现了这个崩溃: java.util.NoSuchElementException at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:777) at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:808) at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:806) at com.bumptech.glide.util.LruCache.trimToSize(LruCache.java:169) app打开在首页,有个循环的banner,图片并没有很大,按理说不会触发trimToSize,在追踪这个问题的时候debug断点LruCache里的put和remove方法,发现currentSize比预想的要大,所以在每次断点处,我都打印了下cache里面的每个的size和总和发现和currectSize不一样,而且隔一会就会差距变得更大。如开始的图所示。total is 3652480 currectsize is 6784136(这时非debug下运行一段时间后的),等再次不进行断点自动运行一会后会变成:total is 3652480 currectsize is 8796056...
When I import glide to run, there is an error. How can I solve it。 Error:Type androidx.core.R$color is defined multiple times: \app\build\intermediates\project_dex_archive\debug\out\3c108831812f0baaf5ffeb40763bb85d7ea84aa8ae587cd5e83ff342aaa4a406_7.jar:classes.dex, \app\build\intermediates\external_libs_dex\debug\mergeExtDexDebug\classes.dex