Skip to content

1.1.0

Compare
Choose a tag to compare
@drewhamilton drewhamilton released this 28 Oct 11:46
· 70 commits to main since this release

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.