Skip to content

1.3.0

Compare
Choose a tag to compare
@skydoves skydoves released this 14 Jan 13:21
· 795 commits to main since this release
ac86291

馃帀 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 to setShowCounts.
    • Added a new method for the Balloon.Builder, runIfReachedShowCounts. The argument lambda will be invoked after the preference showing counts is reached the goal.
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)