-
Hello together,
thanks for that wonderful framework, it just works! But i experience some OutOfMemoryErrors on a device with less RAM, do you have any suggestions how to avoid them?
I disabled di…
-
First, let me just say that this library is flippin' awesome & the "question" I'm asking is prolly BIAD (b/c I'm a dummy).
**Problem**
Coil fails to load local image into an ImageView.
In the …
-
**Describe the bug**
When dimensions of ImageView are computed in ConstraintLayout with a constraint width percent, the size of the image is incorrect.
**To Reproduce**
Project is available. Sear…
-
**Describe the bug**
Currently the `key()` method of `Fetchers` is called from the UI thread, which results in a `StrictMode` violation for the `FileFetchers`. As it uses the `.lastModified()` meth…
-
**Describe the bug**
When an app makes use of Robolectric and tests fragments or activities which in turn use Coil to load images, the default image loader needs to be initialized manually (via *Coil…
-
Latest version 0.7.0 crash when attempting to get SVG asset via Coil.get() and using Drawable .toBitmap() to convert it to a bitmap.
Usage:
Coil.get(iconUrl)
.toBitmap()
…
-
**Describe the bug**
Since Coil uses JVM target 1.8, this must be used in the application project as well. However, setting that target JVM can cause the Kotlin compiler to generate byte code that i…
-
If in build.gradle i have
```
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
```
I'll get this error if i'll try to do imageView.load("url")
> Cannot…
-
**Describe the bug**
Loading these images results in a native crash on my Pixel 3: https://cdn.dribbble.com/users/730703/screenshots/7127901/landor.gif
https://assets.materialup.com/uploads/d760b727…
-
**Describe the bug**
When loading a local jpg from the file-system, crossfade(true) causes a crash
**To Reproduce**
Happens when using coil with [CircleImageView](https://github.com/hdodenhof/Cir…