MaterialTapTargetPrompt Versions Save

⛔️ DEPRECATED Material Design tap target for Android. https://sjwall.github.io/MaterialTapTargetPrompt/

v3.3.2

2 years ago

Bug Fixes

  • Clip text using background path instead of via Xfermode to fix weird UI issues (#202 #201) (@peterdk))

v3.3.1

2 years ago

Bug Fixes

v3.3.0

2 years ago

Bug Fixes

Other

  • Target Android SDK 30

v3.2.0

2 years ago

Testing

  • PromptView and PromptView.mPromptOptions are visible for testing (#193) (@hdani9307)

v3.1.1

3 years ago

Bug Fixes

  • Fix NPE on animation start (#164)
  • Fix NPE on CircleFocal path (#164)
  • Fix PromptView content description not being set

v3.1.0

3 years ago

Features

  • Add setIgnoreStatusBar to PromptOptions to allow configuring if the prompt displays over the status bar. Default is false. (#183) (@alexeyosminin)

Bug Fixes

  • Fix FullscreenPromptBackground not displaying correctly on displays with cutouts (#182) (@Iljo)

v3.0.1

3 years ago
  • Upgraded dependencies to be not version specific

Bug Fixes

v3.0.0

4 years ago

Removed

  • Remove android.app.Fragment and android.app.DialogFragment builder constructors. These Fragments can still be used by passing getActivity() and getDialog() respectively.

v2.15.0

4 years ago

Features

  • Added setContentDescription to override content description for accessibility (#157) (@mudar)

Bug Fixes

  • Fix index out of bounds exception in sequence showFromIndex (#161) (@radgospodinov)

v2.14.0

5 years ago

Features

  • Added ImmersiveModeCompatPromptBackground (#135)

Bug Fixes

  • Fix null pointer exception in SupportFragmentResourceFinder (#137)