Releases: shadowfaxtech/proSwipeButton
Releases · shadowfaxtech/proSwipeButton
v1.2.2
v1.2.1
Fix for touch not working if button is programmatically initialised.
v1.2
- New: adding
.setEnabled(false)
on ProSwipeButton will now turn it grey, lower opacity & not animate the arrow forward on initialisation, if the button was initialised in a disabled state. - New: On popular demand, we now have a new method
.showResultIcon(boolean isSuccess, boolean shouldReset)
to allow developer to expand / reset the button back again after showing a success or failure icon.
VectorDrawable Crash Fix
Merge pull request #5 from shadowfaxtech/v1.1.1 FIX: vectorDrawable crash
v1.1
- NEW: performOnSwipe() to programmatically swipe the button & call its attached onSwipeListener.
- morphToCircle() is now allowed so the button can be morphed without calling the attached onSwipeListener.
1.0.2
What's new?
- Swipe distance can now be configured from java
- Fix: Swipe hint arrow will no longer animate continuously if the parent layout has an animating view.
What's broken?
- Small UI issue: When user swipes button & it changes to LOADING state, then the hint arrow is briefly visible while the loading circular progress bar is shown.
First Release
1.0.1 Updated Demo GIF