History log of /frameworks/support/v7/appcompat/src/android/support/v7/content/res/AppCompatResources.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4cf1d92509224fab3ca69b419a005c536ab75c5c 13-Jul-2016 Chris Banes <chrisbanes@google.com> API review fixes

BUG: 30088092
BUG: 30088343

Change-Id: I3abc24bd5f7876ff12b42f13a579399123d50470
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/AppCompatResources.java
35247ed8b0384242c9b9381d51f9f86e622f1833 27-Jun-2016 Chris Banes <chrisbanes@google.com> Fix support lib docs

Change-Id: I0a32296f11755d88d4b7cb4105e3165df44d0fad
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/AppCompatResources.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/content/res/AppCompatResources.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/content/res/AppCompatResources.java