1.3.4
🎉 Released a new version 1.3.4
! 🎉
What's New?
- Changed required min SDK 16 to 17.
- Fixed: Balloon.isShowing is not set to false when ShowCounts is reached (#168)
- Fixed: Balloon does not adapt to the height of a custom View on certain devices (#171)
- Added:
minWidth
andmaxWidth
functions for setting range of the balloon width size. This functionality works only with theBalloonSizeSpec.WRAP]
. - Removed:
isRtlSupport
function and it will be applied automatically based on the default RTL LayoutDirection by a device. - Deprecated:
IconGravity.LEFT
andIconGravity.RIGHT
are deprecated and there are newIconGravity.START
andIconGravity.END
gravities for RTL supports. - Added:
getBalloonArrowView()
function for getting a view of the balloon arrow. (#180)