1.3.0
🎉 Released a new version 1.3.0
! 🎉
What's New?
- Added new methods for the
Balloon.Builder
.- setSize(int width, int height)
- setSizeResource(int width dimension resource, height dimension resource)
- setIconWidth(int width), setIconHeight(int width)
- Now the
setLifecycleOwner
will be called automatically in the internal logic. (92790dd) - Added and removed some methods related to the Persistence.
- Removed unused methods in the
BalloonPersistence
. - Renamed
setShowTime
tosetShowCounts
. - Added a new method for the
Balloon.Builder
,runIfReachedShowCounts
. The argument lambda will be invoked after the preference showing counts is reached the goal.
- Removed unused methods in the
balloon.runIfReachedShowCounts {
// do something after reached to show counts.
}
- Refactored
ViewBalloonLazy
internally for getting an Activity. - Removed the
cardview
dependency in the balloon module. - Refactored internal balloon layout structures.
- There is an unintended space between the arrow and the message box. (#139)