History log of /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ThemeUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb1a62b3eed874aa47ea4763ac972902c77e988f 03-Mar-2015 Chris Banes <chrisbanes@google.com> Re-use state sets in TintManager

Stop littering the heap with small int[]s.

Change-Id: Idf6afadd5837ffe8d9f8ac2e1a962f72c61cf7ff
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ThemeUtils.java
2cccf609662389d6a23dbc0711d5fb2e826e8c63 18-Feb-2015 Chris Banes <chrisbanes@google.com> Rename and move all of the tint widgets

They're public so shouldn't live in the internal package.
I've also stopped setting the setting the platform widget styles
(e.g. android:editTextStyle) and instead provide our own versions.
On Lollipop, we set these the default framework styles.

This fixes the times where the framework widgets are used but with
the untinted material style (e.g. Preferences).

BUG: 19407610
BUG: 19300319

Change-Id: I5dbdee240cbf28d4dc9b05f5c56b386d83b18df3
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ThemeUtils.java
2aeb0f4237bca35d7f650c3145354416306d4f7b 06-Feb-2015 Chris Banes <chrisbanes@google.com> Fixes to Button's disabled color

- Use textColorSecondary for the disabled color
- Stop double applying disabledAlpha on Lollipop
- Moved some of TintManager's util methods to ThemeUtils

BUG: 19295863

Change-Id: Iea0637ae21863e657299614e95ee6feb07f6db71
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ThemeUtils.java
711c3df64595e2404ff6aa642ee5303f510e1dcb 08-Feb-2015 Chris Banes <chrisbanes@google.com> Make ColorUtils public in support-v4

Migrate some of the other support libs to use it

Change-Id: If43fcb4bff988e222e3355e99a88f868e71fb958
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ThemeUtils.java
a73cf65dff6d7fa58907e614f95e1d3679de0a79 04-Feb-2015 Chris Banes <chrisbanes@google.com> Ensure Buttons have a disabled text color state

BUG: 19252982
Change-Id: Iacb4416e01468678cb0997340128f19fe2015927
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ThemeUtils.java