glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
First of all,I'm very sorry, my English is very poor, so I may need you to spend some effort to understand me. Source Code From: github the branch master ClassName:...
isHardwareConfigAllowedByDeviceModel will filter some devices? Why these devices is filtered? Is there any crash? What's more importance, If there is a new device that need to be filtered in the...
An image zoom component [ZoomImage](https://github.com/panpf/zoomimage) that I am developing that supports Compose encountered problems when adapting to GlideImage. Because ContentScale.None needs to be supported, and the user can also drag...
OOM - com.bumptech.glide.load.engine.ActiveResources.cleanReferenceQueue (ActiveResources.java:128)
**Glide Version**: 4.11.0 **Integration libraries**: implementation "com.github.bumptech.glide:glide:4.11.0" kapt "com.github.bumptech.glide:compiler:4.11.0" **Device/Android Version**: Vivo 1808 OS 8.1.0 **Issue details / Repro steps / Use case background**: Crash in background **Stack trace /...
I would like to propose exposing a `rememberGlidePainter()` function that returns a `Painter` that fetches the remote image. This would behave similarly to how it works in Coil via `rememberAsyncImagePainter()`:...
implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' new GlideUrl(url, builder.build()); If the image address contains a port number, the Glide library will ignore the port number by default. For example, the image address...
**Glide Version**: 1.0.0-alpha.1 **Integration libraries**: com.github.bumptech.glide:compose:1.0.0-alpha.1 I am using GlideImage to load from local and url resource. I need my callbacks(onError and onSuccess) to return if url fails to load...
Observed on Glide version 4.10 - 4.12 Observed on Android 7 samsung and Android 9 pixel with video file format profile `QuickTime` . Ok on Pixel 11 with file format...
**Glide Version**: all versions **Integration libraries**: **Device/Android Version**: 12.0L **Issue details / Repro steps / Use case background**: **Glide load line / `GlideModule` (if any) / list Adapter code (if...