Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.22 KB

File metadata and controls

45 lines (38 loc) · 1.22 KB

Future Release

0.7.0 (2019-04-30)

  • 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.0 (2016-06-27)

  • 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 (2015-12-07)

  • 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 (2015-11-07)

  • Supported Gravity.START and Gravity.END.
  • Behavior change:
    • ToolTipView.setOnToolTipClickedListener() no longer keeps a WeakReference, but a strong reference.

0.3.0 (2015-10-16)

  • Supported setting text by resource.
  • Supported show with delay.
  • Supported gravity.

0.2.0 (2015-09-21)

  • Added animation for older devices.
  • Supported setting a parent view for tool tip view.

0.1.0 (2015-09-18)

  • Initial release.