Skip to content

Releases: sjwall/MaterialTapTargetPrompt

v2.7.0

17 Feb 16:44
Compare
Choose a tag to compare

Features

  • Added showFor to show prompt for a time limit

v2.6.1

17 Feb 13:58
Compare
Choose a tag to compare

Bug Fixes

  • Fixed UnsupportedOperationException caused by clipping to path in Android SDK < 18 #101

v2.6.0

11 Jan 19:59
Compare
Choose a tag to compare

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

20 Dec 20:25
Compare
Choose a tag to compare

Bug Fixes

  • Fixed prompt not updating correctly when target view moves #95

v2.5.1

12 Dec 20:15
Compare
Choose a tag to compare

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

30 Nov 20:30
Compare
Choose a tag to compare

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

14 Nov 08:17
Compare
Choose a tag to compare

Bug Fixes

  • Fixed invalid state when attempting to show prompt that is dismissing #89

v2.4.0

05 Nov 12:16
Compare
Choose a tag to compare

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

24 Oct 20:18
Compare
Choose a tag to compare

Features

  • Added fullscreen prompt background. #85

v2.2.0

14 Oct 20:38
Compare
Choose a tag to compare

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

  • Expanded unit testing.