Releases: NicholasMata/Spotlight
Releases · NicholasMata/Spotlight
Enchancements
- Added ability to passthrough touch events
- Changed OnEnd trigger to be before view is removed
- Added the ability to not show start animation aka duration 0
- Added debounce click listener
DialogFragment Support
Added support for DialogFragments
Add support for manually specifying the ViewGroup
📂 More Open
Gave more public access to SpotlightView
properties, Mainly getters
🌈 Major Improvements
DefaultLayoutManager
previously laid out the views multiple times in a single layout change.
🐛Bug Fixes
Fixes
- SimpleIndicator bug fixes
- Abstraction of touch event on spotlight view.
Fixes 🧰 and Improvements 🎉
Fixes
- Background height was off in landscape mode
Improvements
- Support for
animateLayoutChanges
on both indicator and message view. - Improved abstractions which allows for message view to call
SpotlightView
. - Improved abstractions which allows for overriding the touch event on
SpotlightView
(Demo updated with sample).
🎊Improved Abstractions
Improved abstractions to SpotlightTarget
Updated JAVA to 1.8
🌑 Dark Mode 🌕
Default theme simple
indicator now matches android attribute colorBackground
.
The default styler sets its background color from colorForeground
with 70% alpha.
Major Bug Fix
Major bug fixes to default layout manager, and its triggers.
Bug Fix🐞
This fixes a bug where settings messageLayout
and indicatorLayout
did nothing.