History log of /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/TestUtilsActions.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9eee6ba8edef2ab70d99fbaea6349f29d28b8fb6 22-Mar-2016 Chris Banes <chrisbanes@google.com> Fix issues around setting text color

In AppCompat, we now reset the text color if we detect
a String reference. Since most platform styles declare
a string referenced color in their text appearance, this
means that the text appearance can override an explicit
android:textColor on the view.

Fixed by always resetting the text color on API < 23.

BUG: 27784645
Change-Id: Ic5a2c7e1fb49da419bbfd3c6176c7a28c6eb4ac1
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/TestUtilsActions.java
ba747ac60a883079492ac2594e462568df9fe438 17-Mar-2016 Kirill Grouchnikov <kirillg@google.com> resolve merge conflicts of cd5e42a to nyc-dev

Change-Id: Ic81e161d4560a814e8bfba600a8cfd18bef147d6
cd5e42a478a6cb4592f87971b7eadd29b47b8007 15-Mar-2016 Kirill Grouchnikov <kirillg@google.com> Work around incomplete tinting support on L devices.

Background tinting implementation on L has a bug (fixed in
L MR1 onwards) which results in tinting not working in some cases.

Work around the bug by forcing state update on background drawable
on L devices.

Bug: 27674299
Change-Id: I40166c33a34c29bbfad43ca03d4897b52eb39f3b
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/TestUtilsActions.java
708522730268f27e2db46d12561c5658593d7883 03-Mar-2016 Kirill Grouchnikov <kirillg@google.com> Tinting / all-caps tests for AppCompatButton class

Change-Id: I7a610a3becf9ca21f15de686f9d8e11d4122b622
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/TestUtilsActions.java
431713be0958fd0f4d878f5f25755575191fb8ba 20-Jan-2016 Kirill Grouchnikov <kirillg@google.com> More tests for DrawerLayout.

Add tests that cover the internal DrawerLayout.isDrawerView via a variety
of API calls - opening / closing a drawer, checking open state, setting
lock mode and querying the lock mode.

Also add the same isDrawerView check to getDrawerLockMode as we have in
isDrawerOpen, isDrawerVisible and various setters that get View as the
parameter.

Finally, annotate all the existing DrawerLayout tests so that they can properly
run on Sponge and simplify the inner layout of the drawer content.

Bug: 26642831
Change-Id: Ia62b415eda39a2a6560b15cc0a55e6d227261a6c
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/TestUtilsActions.java