Releases: sjwall/MaterialTapTargetPrompt
Releases · sjwall/MaterialTapTargetPrompt
v2.13.0
Features
- Added
STATE_BACK_BUTTON_PRESSED
state which is emitted before STATE_NON_FOCAL_PRESSED
when the system back button is pressed (#138)
v2.12.4
Bug Fixes
- Correct target rendered position with scroll (#136)
- Fix animation trying to continue after view removed
v2.12.3
Bug Fixes
- Fixed prompt clipping incorrectly in support dialog fragment
- Fixed prompt increasing parent view size
v2.12.2
Bug Fixes
- Fixed prompt clipping incorrectly in support dialog fragment
- Fixed prompt increasing parent view size
v2.12.1
Bug Fixes
- Fixed NPE in TalkBack accessibility (#131)
v2.12.0
Features
- Added TalkBack support (#127)
v2.11.0
Features
- Added
finish
to MaterialTapTargetSequence
to cancel a sequence mid way with a finish action
- Added
dismiss
to MaterialTapTargetSequence
to cancel a sequence mid way with a dismiss action
- Added
showFromIndex
to MaterialTapTargetSequence
to start or continue a sequence from any prompt in it
v2.10.0
Features
- Added
showFor
support to MaterialTapTargetSequence
- Added support for passing
MaterialTapTargetPrompt.Builder
or PromptOptions
to MaterialTapTargetSequence
Improvements
- Improved circle background position calculations
Other
- Added examples written in Kotlin
v2.9.0
Features
- Added
MaterialTapTargetSequence
for showing prompts one after another (#118)
Bug Fixes
- Fixed incorrect prompt size calculation (#116)
- Fixed incorrect prompt size calculation when target is wider than the text
v2.8.0
Features
- Added support library as a
CompileOnly
dependency (#114)
- Added support library fragment constructors to
Builder
(#114)
Bug Fixes
- Fixed memory leak caused by animation maintaining view reference (#113)
Deprecated
- Deprecated Android system fragment constructors in
Builder
(#114)