Releases: jd-alexander/LikeButton
Bug fixes
Animation End Listener
Added a listener that's triggered when the animation ends. Several other bug fixes and improvements.
Several Fixes
Add isChecked function and made some minor bug fixes.
Fix For Sliding Views
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
Merge pull request #17 from konifar/vector_drawable_support Vector drawable support
Animation fix
0.1.8 downgraded gradle
Gradle Plugin Update
0.1.7 Merge remote-tracking branch 'origin/master'
Animation Scale/Size
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
You can now set if the button should be enabled or disabled via xml/java.
Passed LikeButton to On Like Listener
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.