History log of /frameworks/support/v4/java/android/support/v4/widget/CircleImageView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d9df810a8e9ac28148c853249f0951329053c784 04-Nov-2014 Mindy Pereira <mindyp@google.com> Add secondary method for setting background from color as well as resource

Fixes b/18235547 SwipeRefreshLayout method setProgressBackgroundColor(int colorRes)
has no comparable method for color values

Change-Id: I7f6abaa2cbed3b4bd3818da63a11c9c20ef95dc1
/frameworks/support/v4/java/android/support/v4/widget/CircleImageView.java
a52784195525cdb1f2bb4d8dde1b8b314f480957 10-Sep-2014 Chet Haase <chet@google.com> Remove references to "L"

Issue #16894783 Remove references to L when API is locked down

Change-Id: Icf1215eed34e6fbe3d71a5cec4bf1699c3bc3ff9
/frameworks/support/v4/java/android/support/v4/widget/CircleImageView.java
c39bdbe9d24491caf92194229393ff58c16aed7f 26-Aug-2014 Mindy Pereira <mindyp@google.com> Update the measured height/ width for pre-L SDK's to include shadows

Fixes b/17258999 pull to refresh final specs: pre L
Also, remove the arrowhead extra offset; looks bad on older platforms, useless on new ones
Change-Id: I76136d5365d99bc9b331d23a2fa8ed07c4751fbd
/frameworks/support/v4/java/android/support/v4/widget/CircleImageView.java
dd27d55a5152f86c07758067e587bdd5b719abaf 24-Aug-2014 Mindy Pereira <mindyp@google.com> Fixup the transition between colors in the swipe refresh progress circle

Previously, there was a jumpy looking transition because the start position/rotation
of the new arc re-wound to zero instead of starting where the last color arc ended
Makes the min amount the arc set to match the height of the arc
Updates the end cap of the progress circle to be a square instead of round
Updates the sizes of the progress circle to the final spec
Makes sure that the arrowhead does not visually overlap the arc when the progress circle is
faded
Works around skia issue on kitkat: the arrowhead was off by -0.25f radians because rotating
the path that way in a matrix failed to respect the negative offset

Fixes b/17113763 Refresh indicator: color should not change instantly in contracted state
fixes b/17203935 Pull to refresh final specs
fixes b/17212162 arrowhead trails behind arc in pre-LMP phones
fixes b/17204307 Arrow in pull-to-refresh overlaps stroke and creates opaque artifact

Change-Id: I181d909726094a338245bc70d8e827068e0c3416
/frameworks/support/v4/java/android/support/v4/widget/CircleImageView.java
96dfc170940d2f7218317242115eda1273863966 05-Aug-2014 Mindy Pereira <mindyp@google.com> Add a shadow behind the progress circle

Fixes b/16343408 add shadow behind swipe progress circle

Change-Id: I1b79a8d04704cef97a8fa85ff0ec8ff7b506fe8c
/frameworks/support/v4/java/android/support/v4/widget/CircleImageView.java