History log of /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b277db249b60e227c7574bffaa41c5e81027426b 22-Mar-2017 Kirill Grouchnikov <kirillg@google.com> Tinting support for ImageView / ImageButton sources

Test: ./gradlew support-appcompat-v7:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.class=android.support.v7.widget.AppCompatImageButtonTest
Test: ./gradlew support-appcompat-v7:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.class=android.support.v7.widget.AppCompatImageViewTest
Bug: 26507378
Change-Id: I91e0ece8e1f520cf00ae44d1f10f501caeef2ccf
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java
27644c071b7fc0e1e4f91194f2a08b4aa2cf1465 05-Mar-2017 Aurimas Liutikas <aurimas@google.com> Remove unused imports in support library classes.

Test: ./gradlew assebmle assembleAndroidTest
Change-Id: I429f0abb742bfed9288f84a7d6a3208063068f23
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java
f39fda5f5a43ca50ea942da561cbe4eb9a93be8a 22-Nov-2016 Chris Banes <chrisbanes@google.com> Fix custom tint showing as disabled pre-Lollipop

Also unifies the contract that we expect for button
tinting: if a developer provides a tint they are
responsible for all of it (including the disabled tint).

Test: included
BUG: 31303357

Change-Id: I7f654d7dcd3f7c99ce4bab754eb447eb45e1322f
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java
88a4195a63cfa5494d63c51c75d19aca8bc7c11c 20-Jul-2016 Aurimas Liutikas <aurimas@google.com> Fix AppCompatBaseViewTest to work in landscape mode.

Certain view might not be visible due to the height of the screen.
It was failing AppCompatTintableViewActions#setEnabled which does
not actually require views to be on screen anyway.

Bug: 30198627
Change-Id: I023cbe559fbbb4958c57a8b741ab6bb877a39424
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java
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/AppCompatTintableViewActions.java
1b81f288853d60e25e870fd522c927fd72f2efb5 11-Jan-2016 Kirill Grouchnikov <kirillg@google.com> More tests for background tinting of AppCompatTextView

Change-Id: I354c3f64e914f99dc00d8b796ca9cdc1943de63f
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java
ee9519c17254b5e992164ff278173c4b2c7c5fce 08-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Add tests for background tinting of AppCompatTextView

Change-Id: Ie4db66bd3fc0dbafdcbfe9d05742ab5220da010c
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/AppCompatTintableViewActions.java