Skip to content

Releases: xizzhu/simple-tool-tip

0.7.0

01 May 02:10
Compare
Choose a tag to compare
  • Added more validation in builder
  • Migrated to AndroidX.
    • Updated min SDK to 14.
  • Updated tooling:
    • Updated Gradle to 5.4.1.
    • Updated Android Gradle plugin to 3.4.0.
    • Updated build tool to 28.0.3.

0.6.1

07 Jul 05:48
Compare
Choose a tag to compare
  • Fixed issue with JitPack

0.6.0

27 Jun 08:52
Compare
Choose a tag to compare
  • Supported setting lines for tooltip.
  • Used PopupWindow to implement tooltip.
  • Updated tooling:
    • Updated Gradle to 2.14.
    • Updated Android Gradle plugin to 2.1.2.
    • Updated build tool to 23.0.3.
    • Updated Support Library to 23.4.0.

0.5.0

07 Dec 18:16
Compare
Choose a tag to compare
  • Supported tool tip text gravity and type face.
  • Bug fix:
    • Checked if parent is null in onPreDraw().
  • Updated tooling:
    • Updated Gradle to 2.9.
    • Updated Android Gradle plugin to 1.5.0.
    • Updated Support Library to 23.1.1.

0.4.0

07 Nov 21:00
Compare
Choose a tag to compare
  • Supported Gravity.START and Gravity.END.
  • Behavior change: ToolTipView.setOnToolTipClickedListener() no longer keeps a WeakReference, but a strong reference.

0.3.0

16 Oct 20:03
Compare
Choose a tag to compare
  • Supported setting text by resource.
  • Supported show with delay.
  • Supported gravity.

0.2.0

21 Sep 17:16
Compare
Choose a tag to compare
  • Added animation for older devices.
  • Supported setting a parent view for tool tip view.

0.1.0

18 Sep 19:55
Compare
Choose a tag to compare

Initial release.