glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
**Glide Version**:4.12.0 **Integration libraries**:rxjava:2.2.5 **Device/Android Version**:Android11 **Issue details / Repro steps / Use case background**: **Glide load line / `GlideModule` (if any) / list Adapter code (if any)**: ```java Glide.with......
03-08 19:51:33.862 F/DEBUG ( 3447): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 03-08 19:51:33.862 F/DEBUG ( 3447): Build fingerprint: 'HUAWEI/DCO-AL00/HWDCO:12/HUAWEIDCO-AL00/104.0.0.130C00:user/release-keys' 03-08...
**4.12.0**: **Glide, Interceptor, Compile (for annotationProcessor)**: **Emulator**: **Issue details / Repro steps / Use case background**: I make a library use glide to show images on chat. I should to...
**Glide Version**: 4.12.0 **Integration libraries**: OkHttp 4.11.0 **Device/Android Version**: Galaxy S21 Ultra **Issue details / Repro steps / Use case background**: I'm trying to load an image from a URL...
**Glide Version**:4.16.0 **Integration libraries**: **Device/Android Version**:Android 9 **Issue details / Repro steps / Use case background**: I am using Glide to load a video cover, and the video file is...
Glide save images/icon in this local app directory `image_manager_disk_cache` e.g. file path /data/user/0/com.app.package.abc/cache/image_manager_disk_cache/88cf36166efa4e8d963049b82000f615204ae89c7a37062e5b95a0ee76895449.0 how could retrieve the actual web URL from this key `88cf36166efa4e8d963049b82000f615204ae89c7a37062e5b95a0ee76895449.0`
I tried to load a webp image,and set round cornor or set centerCrop,but all load failed. These below are my code: ``` Glide.with(this) .load("https://mathiasbynens.be/demo/animated-webp-supported.webp") .apply(RequestOptions().transform(CenterCrop(), RoundedCorners(20))) .into(imageView) ``` or ```...
https://imgb.3dmgame.com/images/141c478efcb942adb807edd607b275001708677709085.gif
How to disable animated WebP animation? I tried [`dontAnimate()`](https://github.com/bumptech/glide/blob/193cf61354cc01f38b15bf1605905b49a19e6b7a/library/src/main/java/com/bumptech/glide/request/BaseRequestOptions.java#L1096) but it seems only work for Gif. How to make this working for WebP `AnimatedImageDrawable`? (I need to put those WebP...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.test:rules](https://developer.android.com/testing) | `1.4.0` -> `1.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...