Balloon Versions Save

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

1.4.8

1 year ago

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.7...1.4.8

1.4.7

1 year ago

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.6...1.4.7

1.4.6

1 year ago

🎈 A new version 1.4.6 was released! 🎈

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.5...1.4.6

1.4.5

2 years ago

🎈 Released a new version 1.4.5! 🎈

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.4...1.4.5

1.4.4

2 years ago

🎈 Balloon 1.4.4 has been released! 🎈

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.3...1.4.4

1.4.3

2 years ago

🎈 Balloon 1.4.3 has been released! 🎈

What's Changed

New Contributors

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.2...1.4.3

1.4.2

2 years ago

🎈 Balloon 1.4.2 has been released! 🎈

What's Changed

New Contributors

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.1...1.4.2

1.4.1

2 years ago

🎈 Balloon 1.4.1 has been released! 🎈

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.4.0...1.4.1

1.4.0

2 years ago

🎈 Balloon 1.4.0 has been released! 🎈

What's New?

  • Added: support for passing touch events to the anchor. (#268)
  • Updated: A constructor of the Balloon class changed as private.
  • Updated: Added missing JvmOverloads annotations to Highlight builder methods.
  • Updated: Removed JvmField annotations to expose getters of the Ballon.Builder on Java Side.
  • Updated: Downgrade JVM target to 1.8 of the balloon module. (#273)

1.3.9

2 years ago

🎈 Released a new version 1.3.9! 🎈

What's New?

  • Added new highlighting animations.
HEARTBEAT SHAKE BREATH ROTATE

BalloonHighlightAnimation

We can give repeated dynamic animations to Balloon when it's showing.
The animation would work differently by the position of the arrow.

BalloonHighlightAnimation.NONE
BalloonHighlightAnimation.HEARTBEAT
BalloonHighlightAnimation.SHAKE
BalloonHighlightAnimation.BREATH
BalloonHighlightAnimation.ROTATE

.setBalloonHighlightAnimation(BalloonHighlightAnimation.SHAKE)