Skip to content

Releases: IvBaranov/MaterialFavoriteButton

0.1.5

03 Sep 12:13
Compare
Choose a tag to compare

Changes to setting methods:
setFavorite(bool favorite) from now changes state without animation
setFavoriteAnimated(bool favorite)is new method which changes state with animation
setFavoriteSuppressListener(bool favorite)is new method which changes state without calling OnFavoriteChangeListener

setFavorite(boolean favorite, boolean animated) is deprecated

0.1.4

20 Mar 12:59
Compare
Choose a tag to compare

Add button size attribute.

0.1.3

20 Mar 12:59
Compare
Choose a tag to compare

Fix padding attribute in builder.

0.1.2

20 Nov 08:57
Compare
Choose a tag to compare

Fixed bug with using default resources instead of provided while creating mfb with builder.

0.1.1

09 Oct 08:00
Compare
Choose a tag to compare
  • Reverse animation feature added
  • Fixed forced toggling and forced setting bugs

0.1.0

02 Oct 14:00
Compare
Choose a tag to compare

Initial release of MaterialFavoriteButton