Artem Dorosh
Artem Dorosh
## :warning: Is your feature request related to a problem? Please describe Chucker is available as notification for tracking request while using app, with only an ability to use split...
When you try link someone's email address in next style: ``` kotlin /** * @author Jane Doe */ ``` dokka generates next HTML code: ``` html Author Jane Doe <>...
Adds support for setting the night mode flag to `Configuration.uiMode` from `DeviceConfig.nightMode` value. uiMode is checked in `isSystemInDarkTheme()` [implementation](https://cs.android.com/androidx/platform/tools/dokka-devsite-plugin/+/master:testData/compose/source/androidx/compose/foundation/DarkTheme.android.kt;l=47), so this adds support for night appearance detection in Compose. **TODO**...
### About Compose vector parser first [requests](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:core/core/src/main/java/androidx/core/content/res/TypedArrayUtils.java;l=151?q=androidx.core.content.res.TypedArrayUtils.getNamedComplexColor) the id of a resource reference. Then, it is used to [request](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:core/core/src/main/java/androidx/core/content/res/ComplexColorCompat.java;l=152?q=ComplexColorCompat%20createFromXml) XML parser and create `ComplexColorCompat` from it. In order to add...
**Description** AAPT inlined resources are not resolved when referenced from Compose. Due to the way Compose Vector parser works with resources, it first requests an id for resource reference. But...
1. Add support for edge-2-edge drawing on all target SDKs 2. Fix color picker service on Android 10