All Versions
13
Latest Version
Avg Release Cycle
141 days
Latest Release
1251 days ago

Changelog History
Page 1

  • v1.13.3 Changes

    July 09, 2021
    • โœ‚ Removed JCenter dependencies and updated other build dependencies (#388)
  • v1.13.2 Changes

    March 10, 2021
    • ๐Ÿšš Moved artifact publishing from JCenter to Maven Central (#385)
  • v1.13.0 Changes

    September 05, 2019

    ๐Ÿ›  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

  • v1.12.0 Changes

    July 25, 2018

    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)

  • v1.11.0 Changes

    January 07, 2018

    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)

  • v1.10.0 Changes

    October 19, 2017

    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)

  • v1.9.1 Changes

    April 01, 2017

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

  • v1.9.0 Changes

    March 27, 2017

    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)

  • v1.8.0 Changes

    February 09, 2017

    ๐Ÿ‘ 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)

  • v1.7.0 Changes

    January 16, 2017

    8562acf Add debug text for interesting elements (#109)
    ๐Ÿ‘ 542bf46 Calculate outer circle radius better (#107)
    c828694 Don't redraw tinted target if already drawn (#105)
    3c5b8f3 Added onSequenceStep() (#103)
    efe5523 Add step listener to sequence listener (#102)
    459a3af Fix #98 typo in textTypeface function usage