-
https://github.com/coil-kt/coil/blob/f61021f1627cce5fdf77bed7cf1d42ed9f399f4e/coil-core/src/commonMain/kotlin/coil3/fetch/FileUriFetcher.kt#L19
https://github.com/coil-kt/coil/blob/f61021f1627cce5fdf…
-
#### SDK and version
SDK : Kotlin
Version: 1.8.0
#### Observations
* How frequent do the crash occur? On every app start
* Does it happen in production or during dev/test? dev
* Can the crash be repr…
-
**As a User** of the demo app
**I want** to know the denpencies of the app
**So that** I have a list of all the libraries used in the app
What needs to be provided:
- The list of the libraries u…
-
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-kapt'
id 'com.google.dagger.hilt.android'
id 'kotlin-parcelize'
}
android {
namesp…
-
**Describe the bug**
Have been getting "Could not resolve io.coil-kt:coil-bom:2.4.0" while trying to upgrade to AGP 8.2.0
Same dependency is working fine for AGP 8.1.2.
Seeing the same issue with …
-
我按文档要求一步步集成了sdk
但是在推流RTMP和AGORA的时候发现失败
```
ErrorImp{errorType='LIVESTREAM', errorCode='UNKNOWN', innerCode='null', description='未知直播错误', hint='Live Stream error is unknown'}
```
然后以为是surfaceview的…
zofnk updated
8 months ago
-
Now that we prefer ImageDecoderDecoder for API above 28
https://github.com/coil-kt/coil/pull/1969
ImageDecoder prefer a (File, Uri) not inputstream, we have no reason to preallocate a BufferedSource…
-
**Describe the bug**
`coil3.Uri.pathSegments` extension generates unexpected empty segments (when compared with Android's Uri).
**To Reproduce**
```kotlin
"https://example.org".toUri().pathS…
-
### After implementing Hilt for DI, the build fails and seems to have error.
#### You may use code below for reference, fix it and pull-request or implement hilt independently to improve architecture…
-
### Checklist
- [X] I am able to reproduce the bug with the [latest debug version](https://github.com/toasterofbread/spmp/actions/workflows/android.yml).
- [X] I've checked that there is no open or c…