Skip to content

Releases: shadowfaxtech/proSwipeButton

v1.2.2

Choose a tag to compare

@ishaangarg ishaangarg released this 12 Jun 09:02

Exposed button state

v1.2.1

Choose a tag to compare

@ishaangarg ishaangarg released this 05 Jun 09:35

Fix for touch not working if button is programmatically initialised.

v1.2

Choose a tag to compare

@ishaangarg ishaangarg released this 24 May 10:47
  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

Choose a tag to compare

@ishaangarg ishaangarg released this 06 Apr 07:02
9d3bd21
Merge pull request #5 from shadowfaxtech/v1.1.1

FIX: vectorDrawable crash

v1.1

Choose a tag to compare

@ishaangarg ishaangarg released this 28 Mar 10:54
e413c31
  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

Choose a tag to compare

@ishaangarg ishaangarg released this 23 Mar 09:37

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

Choose a tag to compare

@ishaangarg ishaangarg released this 16 Nov 10:09
de7b082
1.0.1

Updated Demo GIF