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
trafficstars

The GlideNode call to reproduce the bug: ->1st onNewReuest -> invalidateDraw -> onAttach -> launchRequest(schedule 1st sideEffect) -> 2nd onNewRequest(requestBuilder not changed but loadingPlaceholder or errorPlaceholder changed -> restartLoad=true) ->...

Glide compose version used: `1.0.0-beta01`. In `GlideImage`, the implementation of `ContentScale` is with a `contentScaleTransform`. This causes a few issues: * The same image with different content scales applied will...

We are currently facing one issue with Glide. Resizing of an image using override(width, height) is not working when image is avif. Anyone faced this issue?

Fix vector/shape drawables not loading with DirectResourceLoader.

**Glide Version**: 4.12.0 **Integration libraries**: com.github.bumptech.glide:okhttp3-integration:4.12.0 **Device/Android Version**: Android 11; any device **Issue details / Repro steps / Use case background**: Trying to load a contact image as a bitmap...

stale

Caused by: java.lang.ArrayIndexOutOfBoundsException: src.length=4 srcPos=-1 dst.length=4 dstPos=0 length=1 at java.lang.System.arraycopy(Native Method) at androidx.collection.SimpleArrayMap.put(Unknown Source:97) at com.bumptech.glide.util.CachedHashCodeArrayMap.put(CachedHashCodeArrayMap.java:34) at com.bumptech.glide.load.Options.set(Options.java:22) at com.bumptech.glide.request.BaseRequestOptions.set(BaseRequestOptions.java:568) at com.bumptech.glide.request.BaseRequestOptions.downsample(BaseRequestOptions.java:695) at com.bumptech.glide.request.BaseRequestOptions.optionalTransform(BaseRequestOptions.java:850) at com.bumptech.glide.request.BaseRequestOptions.scaleOnlyTransform(BaseRequestOptions.java:889) at com.bumptech.glide.request.BaseRequestOptions.optionalScaleOnlyTransform(BaseRequestOptions.java:878) at com.bumptech.glide.request.BaseRequestOptions.optionalFitCenter(BaseRequestOptions.java:759)...

**Glide Version**: 4.16.0 (same with 5.0.0-rc01) **Integration libraries**: No **Device/Android Version**: Android 12 **Issue details / Repro steps / Use case background**: Attached big image can't be loaded. It seems...

version:4.12.0 ```java 3998 3998 W OrientationEventListener: Cannot detect sensors. Not enabled 3998 6604 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000 3998 4584 E...

implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' implementation 'com.caverock:androidsvg:1.4' : Load failed for [https://pdf-img-172.oss-cn-hangzhou.aliyuncs.com/GC_aabb0d0d-0dd9-411f-b546-5fcd3b917443_toImg_2.svg?Expires=1710835048&OSSAccessKeyId=LTAI5tPjkAz1ACvr7rp9trNm&Signature=TQWsiD%2BQ0etVZ%2B%2BusnECtLQlS%2B0%3D] with dimensions [1080x2287] class com.bumptech.glide.load.engine.GlideException: Failed to load resource There was 1 root cause: java.io.IOException(Cannot load SVG from stream)...

**crash info:** signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x7a0730a000 path=/mnt/media_rw/9BC9-DB9E/Android/data/package/cache/glide_cache/key.0 fatal_addr=0000007a0730a000 map_addr=0000007a07309000-0000007a07320000 offset=0000000000000000 **native info** #00 pc 00000000005b3060 /apex/com.android.art/lib64/libart.so art::Unsafe_getByteJ(_JNIEnv*, _jobject*, long) #01 pc 00000000000c6414 /apex/com.android.art/javalib/arm64/boot.oat art_jni_trampoline+100 #02...