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

We are encountering an ANR which appears to occur when Glide.with() is used to load images, with the stack trace pointing to delays during RequestManager initialization and decoding. Here’s a...

glide:4.16.0 只生成了 GeneratedAppGlideModuleImpl

Issue: I am using the advanced developer option that flashes the view that is drawn with a red overlay. This option is different from the one that flashes the whole...

**Glide Version**:4.15.0 **Integration libraries**: implementation ("com.github.bumptech.glide:glide:4.15.0") annotationProcessor ("com.github.bumptech.glide:compiler:4.15.0") **Device/Android Version**: all **Issue details / Repro steps / Use case background**: ```code data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQAQMAAADoVSPKAAAAA1BMVEVKIWgVgclFAAAA/klEQVR4nOyQMU7DQBBF32ajtYuN7XILI/kAKSgpIhFuQUFhiQukpEBoED01h0FouYlLKuTSEsigjZywm4Y+yu/en9Hoz+ekf5T1KZvhYMEecAHrdH52nvKmjFCvGOOx/tCf+Mjo51fSROyc8lV8r8XHGRYoMTDbcY2SrONywmqJlrLnRya+QbO44H3i8pWM+kXJlKEcqHHXgefbcx0r3DJwHriFO1ytHj0h1ZdAh7PqyRNSm+2KNdy27L7oAz+0+5pGbCZ1u/+g9Nas8WpKhOqsaeJOGlNUys/+DFPkWqIS1LPWkkc88haXzMA9m8SpSJVpSY1vTjo6/QYAAP//z8YzDpnMTHwAAAAASUVORK5CYII= ``` This string of base64 cannot display content...

**Proguard file needs an update:** The current version of R8 implicitly keeps the default constructor for Proguard configuration rules that have no member pattern. If the following rule should continue...