Skip to content

Releases: sjwall/MaterialTapTargetPrompt

v2.13.0

03 Oct 21:30
Compare
Choose a tag to compare

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

24 Sep 12:17
Compare
Choose a tag to compare

Bug Fixes

  • Correct target rendered position with scroll (#136)
  • Fix animation trying to continue after view removed

v2.12.3

10 Sep 07:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed prompt clipping incorrectly in support dialog fragment
  • Fixed prompt increasing parent view size

v2.12.2

09 Sep 14:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixed prompt clipping incorrectly in support dialog fragment
  • Fixed prompt increasing parent view size

v2.12.1

25 Jul 17:39
Compare
Choose a tag to compare

Bug Fixes

  • Fixed NPE in TalkBack accessibility (#131)

v2.12.0

14 Jul 11:53
Compare
Choose a tag to compare

Features

  • Added TalkBack support (#127)

v2.11.0

08 Jul 12:39
Compare
Choose a tag to compare

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

30 Jun 15:59
Compare
Choose a tag to compare

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

19 May 14:47
Compare
Choose a tag to compare

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

06 May 06:29
Compare
Choose a tag to compare

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)