Releases: cortinico/slidetoact
Releases · cortinico/slidetoact
slidetoact v0.11.0
Changes
- Adding bounce feature by @artemcarabash in #239
- Fix a bug on the
isEnabled
state handling by @cortinico in #264 - Fix a bug with border radius by @cortinico in #285
Dependency Bumps
- Android TargetSDK to 33
- AppCompat to 1.6.1
- Kotlin to 1.9.0
- Gradle to 8.2
- AGP to 8.0.2
New Contributors
- @JensSchadron made their first contribution in #235
- @AdnanHabibMirza made their first contribution in #237
- @artemcarabash made their first contribution in #239
Full Changelog: v0.10.0...v0.11.0
slidetoact v0.10.0
Changes
- Add dynamic height adjustment capability (#174)
- Add
state_complete
to render the slider directly in the complete state without animation (#169) - All the public properties are now annotated with the
@ColorInt
,@StyleRes
,@DrawableRes
to avoid confusion (#134) - Correct logic for handling
OnClickListener
(#142) - Flip the icon instead of rotating it when using
slide_reverse
(#151)
Dependency bumps
- Android TargetSDK to 32
- AppCompat to 1.5.1
- Kotlin to 1.7.10
- Gradle to 7.5.1
- AGP to 7.2.2
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
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
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)
slidetoact v0.6.0
- Printing 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.
slidetoact v0.5.1
- Fixed bug with
text_color
default value
slidetoact v0.5.0
- Added the
text_color
attribute to customize text color - Fixed constructors to use @JvmOverload
- Kotlin to 1.3
slidetoact v0.4.0
- Added feature to disable icon rotation
- Added 'userFailure' event listener to better educate user
- Updating kotlin to latest version