Skip to content

Releases: jd-alexander/LikeButton

Bug fixes

Choose a tag to compare

@jd-alexander jd-alexander released this 15 Sep 14:18
Merge pull request #63 from tushar-acharya/fix/handle-cancel-touch-event

Reset pressed state on ACTION_CANCEL touch event

Animation End Listener

Choose a tag to compare

@jd-alexander jd-alexander released this 29 Aug 15:57

Added a listener that's triggered when the animation ends. Several other bug fixes and improvements.

Several Fixes

Choose a tag to compare

@jd-alexander jd-alexander released this 05 May 01:00

Add isChecked function and made some minor bug fixes.

Fix For Sliding Views

Choose a tag to compare

@jd-alexander jd-alexander released this 11 Apr 20:37

Merged several fixes
-> Library will now work properly with sliding type views.
-> Vector drawable now has backward compat support.
-> Renamed attribute "enabled" to "is_enabled" so that no clashes occur with Preferences Compat Library.

Vector Drawable Support

Choose a tag to compare

@jd-alexander jd-alexander released this 14 Mar 06:43
Merge pull request #17 from konifar/vector_drawable_support

Vector drawable support

Animation fix

Choose a tag to compare

@jd-alexander jd-alexander released this 01 Feb 21:17
0.1.8

downgraded gradle

Gradle Plugin Update

Choose a tag to compare

@jd-alexander jd-alexander released this 20 Jan 17:18
0.1.7

Merge remote-tracking branch 'origin/master'

Animation Scale/Size

Choose a tag to compare

@jd-alexander jd-alexander released this 10 Jan 19:31

You can specify the size of the dots animation that occurs when the button is clicked.
Also reduced library min sdk to 14.

Added disable/enable functionality

Choose a tag to compare

@jd-alexander jd-alexander released this 07 Jan 16:46

You can now set if the button should be enabled or disabled via xml/java.

Passed LikeButton to On Like Listener

Choose a tag to compare

@jd-alexander jd-alexander released this 03 Jan 23:06

Passed the LikeButton to the listener in case the developer might want to use the button to do something in particular from the listeneer, especially if handling multiple button's at a time and the ID of each is needed.