Skip to content

0.1.5

Latest
Compare
Choose a tag to compare
@IvBaranov IvBaranov released this 03 Sep 12:13
· 2 commits to master since this release

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