Skip to content

Releases: NicholasMata/Spotlight

Enchancements

20 Sep 18:13
Compare
Choose a tag to compare
  • 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

21 Oct 17:36
Compare
Choose a tag to compare

Added support for DialogFragments
Add support for manually specifying the ViewGroup

📂 More Open

20 Oct 21:45
Compare
Choose a tag to compare

Gave more public access to SpotlightView properties, Mainly getters

🌈 Major Improvements

20 Oct 17:42
Compare
Choose a tag to compare

DefaultLayoutManager previously laid out the views multiple times in a single layout change.

🐛Bug Fixes

20 Oct 14:54
Compare
Choose a tag to compare

Fixes

  • SimpleIndicator bug fixes
  • Abstraction of touch event on spotlight view.

Fixes 🧰 and Improvements 🎉

20 Oct 09:41
Compare
Choose a tag to compare

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

15 Oct 18:32
Compare
Choose a tag to compare

Improved abstractions to SpotlightTarget
Updated JAVA to 1.8

🌑 Dark Mode 🌕

15 Oct 15:33
Compare
Choose a tag to compare

Default theme simple indicator now matches android attribute colorBackground.
The default styler sets its background color from colorForeground with 70% alpha.

Major Bug Fix

15 Oct 13:15
Compare
Choose a tag to compare

Major bug fixes to default layout manager, and its triggers.

Bug Fix🐞

15 Oct 00:37
Compare
Choose a tag to compare

This fixes a bug where settings messageLayout and indicatorLayout did nothing.