glide icon indicating copy to clipboard operation
glide copied to clipboard

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

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

**glide version: 4.11.0** **integration library: none** **model: ANA-AN00** **os version: EMUI 11.0.0 base on Android 10** ## Issue details: When set DecodeFormat to PREFER_RGB_565,glide apply Config.ARGB_8888 to **ANY** decoded bitmap,even...

Pass through file URIs to ContentResolver implementation.

Feature request **Glide Version**: 4.13.1 Not much other detail to provide. just that it would be nice to have an easy way to get access to the response object, specifically...

Hi I'm using ModelLoader loading inputstream local image > 5.4mb will cause RecyclableBufferedInputStream$InvalidMarkException: Mark has been invalidated. But it work when image size < 5.4mb and it also work with...

implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'

**Glide Version**:4.13.1 **Integration libraries**: **Device/Android Version**: **Issue details / Repro steps / Use case background**: **Glide load line / `GlideModule` (if any) / list Adapter code (if any)**: ```java Glide.with......

Execution failed for task ':app:javaPreCompileDebug'. > Could not resolve all files for configuration ':app:debugAnnotationProcessorClasspath'. > Could not resolve com.google.auto:auto-common:0.3. Required by: project :app > com.github.bumptech.glide:compiler:4.0.0-RC1 > com.google.auto.service:auto-service:1.0-rc3 > Could not...

2022-01-16 07:33:13.128 15860-15860/com.ssripper.sschat E/AndroidRuntime: FATAL EXCEPTION: main Process: com.ssripper.sschat, PID: 15860 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference at com.ssripper.sschat.Activities.MainActivity$4.onDataChange(MainActivity.java:176) at com.google.firebase.database.core.ValueEventRegistration.fireEvent(ValueEventRegistration.java:75) at com.google.firebase.database.core.view.DataEvent.fire(DataEvent.java:63)...

ForMy Test: exactScaleFactor will >1 when original picture < view ,then the bitmap size will be larger than original picture, there is waste too mush native memory. why ? For...