-
Migrate to Glide to Coil with better integration with Kotlin & Coroutines, and we can easily use Compose in the future.
https://github.com/coil-kt/coil
* * * *
- Tusky Version: 21
- [x] I se…
-
The current state-of-the-art for image loading in Compose apps is the [Accompanist](https://github.com/google/accompanist) library, which provides a Compose wrapper around Coil and Glide APIs. We stil…
-
### Expected behaviour
For reference, I am using Coil to load images over the network. I've provided each of these images with a fallback and a loading state via the code below:
```kotlin
@Compos…
-
**Is your feature request related to a problem? Please describe.**
There's been some appetite to perform the memory cache check ahead of the interceptor chain. This is a relatively big behaviour chan…
-
Coil's `AsyncImage` has a placeholder attribute: `placeholder: Painter? = null`.
Please add support for it in `ZoomableAsyncImage`.
-----
In the [docs](https://saket.github.io/telephoto/zooma…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Thes…
-
Hello,
For a project, I was trying to do the same thing as you but using Jetpack compose and the Composable AsyncImage from the Coil library.
Using your `StorageReferenceFetcher` and `StorageRef…
-
The issue is demonstrated by the below code, which reproduces the issue without actually depending on Molecule. The original
problem manifested as images loaded by Coil not fading in correctly - Coil…
-
Hello,
I am wondering does Roborazzi support coil https://github.com/coil-kt/coil
As I see you have support for generating gif images https://github.com/takahirom/roborazzi?tab=readme-ov-file#ge…
-
Would it be possible to provide a Bitmap or Drawable in addition to Painter when the image is successfully downloaded in Android target similar to Coil-Compose?
Coil:
```
DisposableEffect(url) {
…