TapTargetView Versions Save

An implementation of tap targets from the Material Design guidelines for feature discovery.

1.13.3

2 years ago

Changes

  • Removed JCenter dependencies and updated other build dependencies (#388)

1.13.2

3 years ago

Changes

  • Moved artifact publishing from JCenter to Maven Central (#385)

Thank you

  • @hannesvoss
  • @entibaldi

1.13.1

3 years ago

Changes

  • Tested artifact publishing to Maven Central

1.13.0

4 years ago

889c7c8 Fixed unresolved dependency by JCenter 84afbb8 Update README.md (#349) 80610b6 Add NativeScript support link (#332) 8887555 Fix #304: view being cut by "non-present" navigation bar (#311) a5f4288 Improve Gradle files (#317) 4af5fe1 Remove execution permission (+x) from files (#318) e01b5e5 Don't tint transparent targets (#315) 299ee87 Migrate to AndroidX (#312) 3351ec1 Updated readme to reflect latest version

1.12.0

5 years ago

f9233de Fix decor related issues (#300) 8036db5 Fix not being able to cancel on last target (#299) be6d3ac Fix NPE from dismissal before determining center (#298) edb505e Replacement of "compile" with "implementation" (#291) cf27a77 Handle dismiss before show 75bb6e5 Use central build variables (#264) 4f0aee1 Update build tools to most recent ones (#261) 2e18dda Use api configuration for public dependencies. (#258) 7f60a0d Update to latest support library + SDK version (#257) e24cab4 Fix build (#256) 0c7cb95 Disable interaction during expand animation (#248) ea599d8 Update Gradle version (#253) 9dd9d47 Fix "sometimes" typo (#246)

1.11.0

6 years ago

a3a9c41 Fix NPE when dismiss is called immediately (#244) 30f59dc Add notion of isDismissing and gate onReady() callbacks on it (#243) 6898f18 Add startWith and startAt to TapTargetSequence (#228)

1.10.0

6 years ago

d2d4ae9 Catch all exceptions when removing view (#218) b812385 Add possibility to configure alpha of description text. (#213) 42284f9 Add support for TapTargetSequences to act on Dialogs (#198) 960e433 Allow sequences to be canceled (#186) f74226d Don't return an empty/gone Toolbar navigation view 40de141 Change order of removeView and onDismiss call (#177) 729cd17 Separate title and description typeface (#167) 4d36558 Remove unnecessary clip patch operation (#166)

1.9.1

7 years ago

a5a0007 Use actual dimen resource id instead of target id (#158) 89bfae7 dimensionPixelsSize (#155)

1.9.0

7 years ago

88bfe0d Add outer circle alpha target option (#154) 1bdfa87 Add jittered shadow fallback for transparent targets (#151) befa6aa Dont attempt to create layouts with negative width (#147) ba0c355 Signal when last target was not clicked if continueOnCancel is true (#142) 5576f82 Return TapTargets in all factory methods (#135) c10d2f2 Extend AnimatorListenerAdapter (#131) 17e1f05 Reduce some visibility to package protected (#132) 53f66c8 Use ContextCompat.getColor() (#130)

1.8.0

7 years ago

cb5231f Add initial support for tablets (#127) 5a28b2a Dont use white as the 'unset' color (#125) e11a5ff Ignore NPE from modified versions of Android (#122) 7a34259 Add ability to treat tapping the outer circle as a cancel (#118) a5bd180 Allow custom icons to be set on a view tap target (#117)