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 - v1.9.2

Published by sjwall over 7 years ago

Bug Fixes

  • Added check for primary text layout being created before drawing
MaterialTapTargetPrompt - v1.9.1

Published by sjwall over 7 years ago

Bug Fixes

  • Fixed background not covering text in certain scenarios
MaterialTapTargetPrompt - v1.9

Published by sjwall over 7 years ago

Features

  • Prompts greater than 88dp from the top or bottom now use an optimized background

Bug Fixes

  • Fixed onHidePromptComplete event being triggered twice
  • Fixed background being too small in certain use cases
MaterialTapTargetPrompt - v1.8.3

Published by sjwall over 7 years ago

Bug Fixes

  • Fixed null target view not being handled gracefully
MaterialTapTargetPrompt - v1.8.2

Published by sjwall over 7 years ago

Bug Fixes

  • Fixed point in background calculation

Other

  • Added card example
MaterialTapTargetPrompt - v1.8.1

Published by sjwall over 7 years ago

Bug Fixes

  • Fixed background not showing when animations are disabled
MaterialTapTargetPrompt - v1.8.0

Published by sjwall over 7 years ago

Features

  • Added following guidelines on centre positioned targets
  • Added setting background colour alpha
  • Added setting focal colour alpha

Bug Fixes

  • Fixed incorrect text positioning on centre positioned targets
MaterialTapTargetPrompt - v1.7.0

Published by sjwall almost 8 years ago

Dialog style breaking changes

The fix for the target activity not having a view group as its first child view changed the default view that is clipped to.
This means that for the dialog activity sample the view that is clipped to needs to be set.

builder.setClipToView(findViewById(R.id.dialog_view))

Features

  • Added ability to set the view that the prompt is clipped to
  • Added app bar action icon examples

Bug Fixes

  • Fixed crash that occurred when target activity did not have a view group as its first child view

Other

  • Improved text position calculations
  • Improved background radius calculations
MaterialTapTargetPrompt - v1.6.3

Published by sjwall almost 8 years ago

  • Fixed prompt icon sharing its state with other drawables
  • Improved ActionMode example
MaterialTapTargetPrompt - v1.6.2

Published by sjwall almost 8 years ago

  • Fixed crash when user touches prompt when running on Android Gingerbread and below
MaterialTapTargetPrompt - v1.6.1

Published by sjwall almost 8 years ago

  • Add ActionMode example to sample app
  • Fixed prompt being shown behind ActionMode
MaterialTapTargetPrompt - v1.6.0

Published by sjwall almost 8 years ago

  • Added RTL layout support
  • Added methods to change text gravity
  • Added disabling idle animation
MaterialTapTargetPrompt - v1.5.0

Published by sjwall almost 8 years ago

  • Added method to change the view that is rendered as the target
  • Improved dialog style sample
  • Fixed prompt text positioning not taking clip bounds into account
MaterialTapTargetPrompt - v1.4.3

Published by sjwall about 8 years ago

  • Fixed clip bounds being incorrectly calculated on KitKat and lower
MaterialTapTargetPrompt - v1.4.2

Published by sjwall about 8 years ago

  • Fixed status bar height being incorrectly applied to clip bounds
MaterialTapTargetPrompt - v1.4.1

Published by sjwall about 8 years ago

  • Changed how status bar height is obtained
  • Fixed clip bounds being incorrectly calculated
MaterialTapTargetPrompt - v1.4.0

Published by sjwall about 8 years ago

  • Added tinting icon drawable
  • Fixed icon drawable being incorrectly tinted
MaterialTapTargetPrompt - v1.3.0

Published by sjwall about 8 years ago

  • Added changing primary and secondary text typeface
  • Reduced number of generated methods
MaterialTapTargetPrompt - v1.2.1

Published by sjwall about 8 years ago

  • Removed delay in starting display prompt animation
MaterialTapTargetPrompt - v1.2.0

Published by sjwall about 8 years ago

  • Added style attribute for controlling capturing focal touch events
  • Added option to capture touch events outside prompt
  • Added options to disable auto dismiss and auto finish prompt
Package Rankings
Top 18.63% on Repo1.maven.org
Top 9.63% on Proxy.golang.org
Related Projects