Colin White
Colin White
It would be great if Coil could support short MP4 videos. MP4 is now commonly used for the same use case as GIF, however it's much more efficient. Similar to...
**Is your feature request related to a problem? Please describe.** Coil's memory cache currently only supports storing `Bitmap`s. Notably, animated drawables (e.g. `AnimatedImageDrawable` and `MovieDrawable`) cannot be stored in the...
`String.toPath()` replaces consecutive back slash characters with `Path.DIRECTORY_SEPARATOR` (a single forward slash on android). This can cause issues if attempting to read a file with back slashes in its name...
Opening this to show a behaviour change in Compose `1.3.0-beta03`. Do not merge.
This PR adds support for a new testing artifact. This artifact adds the following test fixtures: `FakeImageLoader`, `FakeMemoryCache`, and `FakeDiskCache`. This should make it easier to run tests involving Coil...
I think this will work with strong skipping enabled.
We should update our Roborazzi tests to run on the JVM using [Roborazzi's desktop support](https://github.com/takahirom/roborazzi?tab=readme-ov-file#experimental-feature-compose-desktop-support). Currently we only run the tests on Android.
**This is out of date. See below.** ~**Is your feature request related to a problem? Please describe.** One of the downsides of running Kotlin Multiplatform code on browser-based Javascript is...