Releases: sjwall/MaterialTapTargetPrompt
Releases · sjwall/MaterialTapTargetPrompt
v2.7.0
Features
- Added showFor to show prompt for a time limit
v2.6.1
Bug Fixes
- Fixed UnsupportedOperationException caused by clipping to path in Android SDK < 18 #101
v2.6.0
Features
- Added
getPath
to PromptFocal
to get the clip path for the prompt focal (#99)
- Transparent focal colour is now supported and no longer renders black (#99)
v2.5.2
Bug Fixes
- Fixed prompt not updating correctly when target view moves #95
v2.5.1
Bug Fixes
- Reverted changes that fixed prompt positioning not updating correctly when the target moves but caused the background to not be shown
v2.5.0
Features
- Added nullable annotations #92
- Added Android SDK 27 support #91
Bug Fixes
- Fixed prompt not updating correctly when target view moves
v2.4.1
Bug Fixes
- Fixed invalid state when attempting to show prompt that is dismissing #89
v2.4.0
Features
- Added Prompt.getState() to get the current prompt state. #87
- Added prompt state STATE_NOT_SHOWN for the base state before prompt is shown. #87
Bug Fixes
- Fixed null pointer exception when attempting to dismiss prompt before it has been shown. #87
v2.3.0
Features
- Added fullscreen prompt background. #85
v2.2.0
Features
- Added PromptBackground, PromptFocal and PromptText to enable overriding the default implementation.
- Added RectanglePromptBackground, RectanglePromptFocal, CirclePromptBackground and CirclePromptFocal background and focal implementations.
- Added PromptOptions class as base for Builder class.
Other