Releases: douglasjunior/android-simple-tooltip
Releases · douglasjunior/android-simple-tooltip
0.1.0
Changes
- Changed
Gravity.LEFT
andGravity.RIGHT
toGravity.START
andGravity.END
(Incompatible code!) - Added continuous integrations with travis-ci
- Many changes due to lint's recommendations
- Fixed bug on call
show()
two times sequentially. - Fixed bug on call
dismiss()
beforeshow()
is completed.
0.0.1
First version.