Releases: douglasjunior/android-simple-tooltip
Releases · douglasjunior/android-simple-tooltip
1.1.0
1.0.0
1.0.0-rc.0
Switch to AndroidX (#107)
0.2.3
Update build.gradle
0.2.2
0.2.1
0.2.0
Changes
focusable(boolean)
: Allowing the user to specify whether the Window will be focusable or not, in case that we have layouts with Input fields inside of the custom layouts we supply to the Tooltip. #35highlightShape(int)
: Added options to draw rectangle highlight or oval highlight. #36overlayOffset(float)
: Added option to configure overlay offset.- Removed
R.dimen.simpletooltip_overlay_circle_offset
and addedR.dimen.simpletooltip_overlay_offset
- Improve some docs.
0.1.3
0.1.2
Changes
- Added option to set animation padding by
pixels
orresId
- Added check width and height of the view before generating the bitmap #6
- Added option to
Gravity.CENTER
#14 - Added
arrowDirection
option. Useful withGravity.CENTER
- Added option to set Text by
resId
- Removed all ViewTreeObserver.OnGlobalLayoutListener on dismiss to prevent NullPointerException #11
0.1.1
Changes
- Added option to set pixels or resId for
Margin
andPadding
- Removed dependency of
appcompat
to compile and run withAPI 22
or below #3 - Fixed bug for tooltip
position
andoverlay
inside a Dialog - Fixed bug on close a Dialog without close the Tooltip
- Fixed animation without
arrow
- Fixed bug when touching inside tooltip area
- Small changes to prevent memory leak
- Added some
docs