Skip to content

Releases: KeepSafe/TapTargetView

1.7.0

16 Jan 02:44
Compare
Choose a tag to compare

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

1.6.1

23 Dec 23:27
Compare
Choose a tag to compare

8c824c6 Determine target click via radius, not bounding box (#96)
061c9af React to window size changes (#95)
f7b8085 Updating dependency versions
04e0302 Check width and height for every OS version (#90)

1.6.0

05 Dec 05:10
Compare
Choose a tag to compare

ff779ec Add support for FLAG_LAYOUT_NO_LIMITS (#85)
4c50713 Prevent negative layout widths due to insufficient space (#83)
4002d29 Target size customization (#82)
836c4ed Add listener to call to outer circle click (#77)

1.5.3

20 Nov 21:30
Compare
Choose a tag to compare

c8fe925 Add support for absolute color values (#71)

1.5.2

19 Nov 22:55
Compare
Choose a tag to compare

b3d295c Add support for dimen resources for text sizes (#69)
ad52453 Dont allow more than one confirmed interaction (#68)
d737ed5 Fail fast when given null view (#64)
3a59715 Don't repeat collapsing animation on multiple back button presses (#60)

1.5.1

01 Nov 23:19
Compare
Choose a tag to compare

23ea4a6 Disallow multiple cancel calls from being fired (#58)
7588067 Ignore clicks when no center is yet defined (#56)

1.5.0

24 Oct 16:24
Compare
Choose a tag to compare

d545673 Use proper method of determining bounding parent boundaries (#53)
f445b5f Add ids to tap targets, pass last tap target when sequence is cancelled (#51)

1.4.1

14 Oct 01:29
Compare
Choose a tag to compare

This is a bugfix release, no new features have been added.

204dff6 Fix listener variable shadowing and click handling (#48)
59c29f4 Clip to bounding parent if present
1a4b53c Use correct invalidation bounds and improve animations (#46)

1.4.0

13 Oct 23:38
Compare
Choose a tag to compare

432485b Add support for transparent targets
460bd4b Add text color options. Fixes #27
3a0496c Add text size options. Fixes #40
e3af3b0 Add back button handling. Supersedes #32
4f7d615 Ensure center is defined before drawing. Fixes #37

1.3.0

01 Oct 21:18
Compare
Choose a tag to compare

3c5be37 Initial support for Toolbar related views (#34)
aa5201e Use view outlines for shadows on Lollipop and above
cac04b9 Don't draw a circle via a path
13a8cbe Don't use view cache to draw the view
0a0d2a2 Add support for dialogs, custom parents (#31)
0f40189 Min SDK 14, fixes #29
fe748f2 Add dismiss listener, fixes #26