History log of /frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
/frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java
4c99f0e29b0926d8e5de44b7e3980d47f052f04c 24-Jun-2016 Chris Banes <chrisbanes@google.com> Add AppCompatResources.getDrawable()

This CL adds the new public method, which just
proxies to AppCompatDrawableManager for now. Also
moved all internal calls of
AppCompatDrawableManager.getDrawable() to the new method.

Looks like a huge commit, but it's mostly just moving
things to use the new method.

BUG: 29564497
Change-Id: Ie1603cc83d58333d70b90aefcfaf21fd367081ae
/frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java
15aeaf26caa61ed5f3cd367044801d03c1a0a2b5 30-Apr-2016 Chris Banes <chrisbanes@google.com> Add AppCompatResources class

AppCompat provides provides backports for a number
of resources. Currently all of the functionality
is implicit, but this CL adds the AppCompatResources
class to expose it.

First up is getColorStateList().

BUG: 28476349
Change-Id: If50bb8ba6aeb2db99e99017be68343a8f4750ed4
/frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java
19509c838e3e9a34df29163f17ef3a7ea6375b14 03-Feb-2016 Chris Banes <chrisbanes@google.com> Fix Button.Borderless.Colored disabled text color DO NOT MERGE

We can now use the new themeable CSL support in
AppCompat to support disabled text colors.

BUG: 25788830
Change-Id: Ic5df43cee36f90feb71d68b61ad3847a7a40f010
(cherry picked from commit e92752a5ddcee0a11cb6016b8bc8ebf0318e44e5)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java
9d5f84f33353a42e837c6b465412d1a6f2fc6eaa 18-Jun-2015 Chris Banes <chrisbanes@google.com> Inflate tints ColorStateList with theme resources

This CL adds custom CSL inflation to AppCompat, allowing
it to use CSLs with themeable attributes for all devices.

Change-Id: I78db7c696afbb81c9867ba9e34356b7585129b9e
/frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java
66698bb15ba0f873aa1c2290cc50d6bb839a474a 26-Oct-2015 Chris Banes <chrisbanes@google.com> Flatten AppCompat class hierarchy

This allows us to do two things:

1) Move away from using public @hidden classes
everywhere.
2) Workaround silly OEM bugs.

BUG: 18218511

Change-Id: I7582e242c7564c32feeb044fc9eff6bfb5c56536
/frameworks/support/v7/appcompat/src/android/support/v7/widget/TintTypedArray.java