Releases: xizzhu/simple-tool-tip
Releases · xizzhu/simple-tool-tip
0.7.0
- Added more validation in builder
- Migrated to AndroidX.
- 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
- 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
- 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
- Supported Gravity.START and Gravity.END.
- Behavior change:
ToolTipView.setOnToolTipClickedListener()
no longer keeps a WeakReference
, but a strong reference.
0.3.0
- Supported setting text by resource.
- Supported show with delay.
- Supported gravity.
0.2.0
- Added animation for older devices.
- Supported setting a parent view for tool tip view.