Skip to content

Releases: shadowfaxtech/proSwipeButton

v1.2.2

12 Jun 09:02
Compare
Choose a tag to compare

Exposed button state

v1.2.1

05 Jun 09:35
Compare
Choose a tag to compare

Fix for touch not working if button is programmatically initialised.

v1.2

24 May 10:47
Compare
Choose a tag to compare
  1. 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.
  2. 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

06 Apr 07:02
9d3bd21
Compare
Choose a tag to compare
Merge pull request #5 from shadowfaxtech/v1.1.1

FIX: vectorDrawable crash

v1.1

28 Mar 10:54
e413c31
Compare
Choose a tag to compare
  1. NEW: performOnSwipe() to programmatically swipe the button & call its attached onSwipeListener.
  2. morphToCircle() is now allowed so the button can be morphed without calling the attached onSwipeListener.

1.0.2

23 Mar 09:37
Compare
Choose a tag to compare

What's new?

  1. Swipe distance can now be configured from java
  2. Fix: Swipe hint arrow will no longer animate continuously if the parent layout has an animating view.

What's broken?

  1. 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

16 Nov 10:09
de7b082
Compare
Choose a tag to compare
1.0.1

Updated Demo GIF