MaterialTapTargetPrompt

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

APACHE-2.0 License

Stars
1.5K

Bot releases are hidden (Show)

MaterialTapTargetPrompt - v3.3.2 Latest Release

Published by sjwall almost 3 years ago

Bug Fixes

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

Published by sjwall almost 3 years ago

Bug Fixes

MaterialTapTargetPrompt - v3.3.0

Published by sjwall over 3 years ago

Bug Fixes

Other

  • Target Android SDK 30
MaterialTapTargetPrompt - v3.2.0

Published by sjwall over 3 years ago

Testing

  • PromptView and PromptView.mPromptOptions are visible for testing (#193) (@hdani9307)
MaterialTapTargetPrompt - v3.1.1

Published by sjwall over 3 years ago

Bug Fixes

  • Fix NPE on animation start (#164)
  • Fix NPE on CircleFocal path (#164)
  • Fix PromptView content description not being set
MaterialTapTargetPrompt - v3.1.0

Published by sjwall almost 4 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)
MaterialTapTargetPrompt - v3.0.1

Published by sjwall almost 4 years ago

  • Upgraded dependencies to be not version specific

Bug Fixes

MaterialTapTargetPrompt - v3.0.0

Published by sjwall about 5 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.
MaterialTapTargetPrompt - v2.15.0

Published by sjwall over 5 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)
MaterialTapTargetPrompt - v2.14.0

Published by sjwall almost 6 years ago

Features

  • Added ImmersiveModeCompatPromptBackground (#135)

Bug Fixes

  • Fix null pointer exception in SupportFragmentResourceFinder (#137)
MaterialTapTargetPrompt - v2.13.0

Published by sjwall about 6 years ago

Features

  • Added STATE_BACK_BUTTON_PRESSED state which is emitted before STATE_NON_FOCAL_PRESSED when the system back button is pressed (#138)
MaterialTapTargetPrompt - v2.12.4

Published by sjwall about 6 years ago

Bug Fixes

  • Correct target rendered position with scroll (#136)
  • Fix animation trying to continue after view removed
MaterialTapTargetPrompt - v2.12.3

Published by sjwall about 6 years ago

Bug Fixes

  • Fixed prompt clipping incorrectly in support dialog fragment
  • Fixed prompt increasing parent view size
MaterialTapTargetPrompt - v2.12.2

Published by sjwall about 6 years ago

Bug Fixes

  • Fixed prompt clipping incorrectly in support dialog fragment
  • Fixed prompt increasing parent view size
MaterialTapTargetPrompt - v2.12.1

Published by sjwall about 6 years ago

Bug Fixes

  • Fixed NPE in TalkBack accessibility (#131)
MaterialTapTargetPrompt - v2.12.0

Published by sjwall over 6 years ago

Features

  • Added TalkBack support (#127)
MaterialTapTargetPrompt - v2.11.0

Published by sjwall over 6 years ago

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
MaterialTapTargetPrompt - v2.10.0

Published by sjwall over 6 years ago

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
MaterialTapTargetPrompt - v2.9.0

Published by sjwall over 6 years ago

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
MaterialTapTargetPrompt - v2.8.0

Published by sjwall over 6 years ago

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)
Package Rankings
Top 18.63% on Repo1.maven.org
Top 9.63% on Proxy.golang.org
Related Projects