glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
**4.11.0**: **NO**: **Pixel 3 API 28**: **I'm trying to load a image from a link that "redirects" to another link**: **Glide load line / `GlideModule` (if any) / list Adapter...
…t mode ## Description issues #3778 #3751 fix unable to find night resources when using night mode ## Motivation and Context when using 'AppCompatDelegate.seDefaultNightMode' change theme mode, glide will not...
## Description The SVG file renders the file's document width/height as the first choice. ## Motivation and Context In some files. ```xml ``` ``` On the pixel 3xl: view box...
When interacting with androidx Fragments and Activities, this change will use their corresponding Lifecycle objects to monitor their Lifecycle, instead of the custom RequestManagerFragments. For now this just deprecates Glide's...

**4.13.2**: Running `./gradlew lint` is failing due to missing permission in Glide. By the way why do Glide need to use Notification? **Glide load line / `GlideModule` (if any) /...
Hi, i got an error when i implement the library `Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7094a3c000000004 in tid 11867 (uxSurfaceEncode), pid 9929` my glide version ```...
I use implementation 'com.github.bumtech.glide:glide:4.13.2' annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' and I've got Failed to resolve: com.github.bumtech.glide:glide:4.13.2 I'm using Android Studio
I am displaying URL PNG files with transparent background . It shows black background. I know this issue exists before, but I do not know how to resolve. Thanks.