1.1.0
Introduce SdkIntDeferredColor
, a DeferredColor
implementation that delegates to different DeferredColor
sources depending on the Android OS runtime version.
Add a few extension functions for accessibility to the view extensions library, including setContentDescription
.
Use AppCompat to improve DeferredColor and DeferredDrawable implementations on Android OS versions < 23. In particular, default DeferredColor implementations can resolve attribute-backed color selectors, and default DeferredDrawable implementations can resolve vector drawables and tints correctly.
Compile with Kotlin 1.4.10 and publish the source code in explicit mode.
Target Android SDK 30.