- 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.