glide icon indicating copy to clipboard operation
glide copied to clipboard

An image loading and caching library for Android focused on smooth scrolling

Results 345 glide issues
Sort by recently updated
recently updated
newest added

Hello, when I try to create a project with both the okhttp3 integration artifact and the KSP plugin with KSP2 enabled, the creation fails with the following exception when KSP...

**Glide Version**: 4.12.0 **Device/Android Version**: Tried in a variety of devices from Samsung(10, 20, Note...) to Pixel **Issue details / Repro steps / Use case background**: When loading HEIF/HEIC images...

Glide Version:4.12.0 Integration libraries:okhttp3-integration:4.12.0 Device/Android Version: Xiaomi 2410DPN6CC/Android 13 Issue details / Repro steps / Use case background: The app crashes when handling the ​OnTrimMemory​ callback. Stack trace / LogCat:...

``` implementation("com.github.bumptech.glide:glide:5.0.0-rc01") ksp("com.github.bumptech.glide:ksp:5.0.0-rc01") ``` I use this simple call to get some Bitmap that I want to use right away in the current thread (and maybe even use it somewhere...

Hi, Reading https://github.com/bumptech/glide/issues/898 it seems like (in many cases) `Glide.with(view)` is a potential foot-gun, and it would be better to use `with` passing an activity or fragment. I've done this...

## Description Update FileDescriptorLocalUriFetcher, StreamLocalUriFetcher and AssetFileDescriptorLocalUriFetcher to make use of the newly created MediaStore.openAssetFileDescriptor when opening Media content URI. ## Motivation and Context New API (MediaStore.openAssetFileDescriptor) has been added...

## Description This pull request modifies the fitCenter and centerCrop methods, located in TransformationUtils, to address gain map handling. The previous implementation used applyMatrix with the Canvas API, which dropped...

I tried to follow the guide at `https://bumptech.github.io/glide/tut/custom-modelloader.html` but it isn't working. I don't think the annotation has any effect, Glide doesn't even see my custom module. I just implemented...

We should now be able to pull the correct theme from the Context from the associated RequestManager, which makes this method largely not useful. The only exception would be an...

import-ready

## Description Fixes this issue: https://github.com/bumptech/glide/issues/5356 This change: 1. Checks if the scaled width/height values are finite (not NaN or infinite) using isFinite() 2. If the value is finite, rounds...