- Fix a problem with accessibility click event
- Update AGP to 3.1.0
- Update Support Library to 27.1.0
- Fix a problem with
disableFocusOnText()
method, with some keyboard application like SwiftKey the text underline didn't disappear after choice selection - Add
cs{Position}DrawableTint
XML property to set a tint specific to aCsDrawable
- Add
cs{Position}DrawableTintMode
XML property to set a tintMode specific to aCsDrawable
- Add new constructors to
CsDrawable.Builder
to give the ability to create CsDrawable with locally mutable drawables - Remove
CsDrawable.Builder(@NonNull Context context, @DrawableRes int drawableRes)
method and replaced it withCsDrawable.Builder(@NonNull Context context, @DrawableRes int drawableRes, boolean mutable)
. If you were using the removed method you can simply addfalse
as the latest parameter and everything will works again as usual. - Remove
ClickableDrawable
interface from the public api - Update AGP to 3.0.1
- Update Build Tools to 27.0.2
- Update Support Library to 27.0.2
- Update
compileSdk
andtargetSdk
to 27
- Removed unused string
- Small optimization to
CsDrawableSettings.init(...)
method
- Update Gradle Wrapper to 4.2.1
- Update AGP to 3.0.0
- Update Build Tools to 27.0.0
- Update Support Library to 27.0.0
- minSdk lowered to API 16 (by default API 16 will have RTL support disabled)
- First release. Yuppy!!!!