Skip to content

Tags: cortinico/slidetoact

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.11.0 (#286)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing pom fields (#206)

v0.9.0

Toggle v0.9.0's commit message
slidetoact v0.9.0

* Relax the requirement on the tick (complete) Icon being an AVD (#127)
* Add support for customising the tick (complete) icon (#124)
* Add support for changing the arrow icon during runtime (#119)
* Fix FileNotFoundException on parseVectorDrawableCompat (#126)

Dependency Updates:

* AGP to 4.0.0
* Ktlint to 0.37.0
* Ktlint-gradle to 9.2.1
* Kotlin to 1.3.72

v0.8.0

Toggle v0.8.0's commit message
slidetoact v0.8.0

* Migrated to AndroidX.
* targetSdkVersion to 29.
* Added the `animation_duration` attribute to control the lenght of the complete animation.
* Added the `bump_vibration` attribute to vibrate the device when the cursor bumps at the end of the slider.
* Added the `icon_margin` attribute to control the margin of the icon inside the slider.
* Prefixed all the library resources with `slidetoact_` to avoid misuse of library resources.

Dependency Updates:

* Kotlin to 1.3.61
* AGP to 3.5.3
* AndroidX Appcompat to 1.1.0
* MDC to 1.0.0

v0.7.0

Toggle v0.7.0's commit message
slidetoact v0.7.0

* Add support for coloring the arrow icon with a custom color (credits
to @JoshJustPark)
* Add support for reversing the slider (credits to @adrienrx)

v0.6.0

Toggle v0.6.0's commit message
slidetoact v0.6.0

* Priting of text now is done with a TextView.
* Adding the `text_appearance` attribute to set a custom style for the
text. This allows to set a custom font, text all caps or other
customization.
* Adding capability to turn off complete animation.

v0.5.1

Toggle v0.5.1's commit message
slidetoact v0.5.1

* Fixed bug with `text_color` default value

v0.5.0

Toggle v0.5.0's commit message
slidetoact v0.5.0

* Added the `text_color` attribute to customize text color
* Fixed constructors to use @JvmOverload
* Kotlin to 1.3

v0.4.0

Toggle v0.4.0's commit message
slidetoact v0.4.0

* Added feature to disable icon rotation
* Added 'userFailure' event listener to better educate user
* Updating kotlin to latest version

v0.3.0

Toggle v0.3.0's commit message
slidetoact v0.3.0

* Added `text_style` attribute
* Added inner/outer color setter
* Added support for custom icons (kudos to @nkizz)
* Fixed radius of the inner cursor (kudos to @redward)
* Improved OutlineProvide creation/usage (kudos to @redwarp)