- 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.
- 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.
- 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.
- Supported Gravity.START and Gravity.END.
- Behavior change:
- ToolTipView.setOnToolTipClickedListener() no longer keeps a WeakReference, but a strong reference.
- Supported setting text by resource.
- Supported show with delay.
- Supported gravity.
- Added animation for older devices.
- Supported setting a parent view for tool tip view.
- Initial release.