Skip to content

Releases: jd-alexander/LikeButton

Bug fixes

15 Sep 14:18
Compare
Choose a tag to compare
Merge pull request #63 from tushar-acharya/fix/handle-cancel-touch-event

Reset pressed state on ACTION_CANCEL touch event

Animation End Listener

29 Aug 15:57
Compare
Choose a tag to compare

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

Several Fixes

05 May 01:00
Compare
Choose a tag to compare

Add isChecked function and made some minor bug fixes.

Fix For Sliding Views

11 Apr 20:37
Compare
Choose a tag to compare

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

14 Mar 06:43
Compare
Choose a tag to compare
Merge pull request #17 from konifar/vector_drawable_support

Vector drawable support

Animation fix

01 Feb 21:17
Compare
Choose a tag to compare
0.1.8

downgraded gradle

Gradle Plugin Update

20 Jan 17:18
Compare
Choose a tag to compare
0.1.7

Merge remote-tracking branch 'origin/master'

Animation Scale/Size

10 Jan 19:31
Compare
Choose a tag to compare

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

07 Jan 16:46
Compare
Choose a tag to compare

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

Passed LikeButton to On Like Listener

03 Jan 23:06
Compare
Choose a tag to compare

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.