History log of /frameworks/support/compat/tests/java/android/support/v4/widget/TextViewCompatTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4bb57b2c7c5e8fa607119bd5089535d5862cb979 23-Nov-2016 Aurimas Liutikas <aurimas@google.com> Update size annotations for compat, design, and appcompat tests.

Moved from SmallTest to MediumTest if test took >0.5s
Moved from MediumTest to LargeTest if test took >6s

Bug: 33058210
Test: running these tests locally on Nexus 5X running 7.0
Change-Id: If4761c9bba2ea1b8280cb104b43d71332b19c94b
/frameworks/support/compat/tests/java/android/support/v4/widget/TextViewCompatTest.java
f7afb31923a26e1070e0e22589456735e41a3828 12-Oct-2016 Andrei Stingaceanu <stg@google.com> TextViewCompat - fix #getCompoundDrawablesRelative am: bf14265885 am: 22af0a6cf7
am: ab674295c4

Change-Id: Ia45965a3decac936426e8bf3dd37477181d70e23
bf14265885d1cb7ecd6db9b0109a8b033181747b 07-Oct-2016 Andrei Stingaceanu <stg@google.com> TextViewCompat - fix #getCompoundDrawablesRelative

TextViewCompat#getCompoundDrawablesRelative makes a wrong call to
TextView#getCompoundDrawables() which makes it return the drawableLeft
and drawableRight (in the Drawable[] array) instead of expected
drawableStart and drawableEnd.

Test: instrumentation test attached
Bug: 31590009
Change-Id: I916d711fa7c368ccadf196c8fef59169f17eb83b
/frameworks/support/compat/tests/java/android/support/v4/widget/TextViewCompatTest.java
754cb29c50f09a83251dd4bb633ba445b2411adb 27-Sep-2016 Aurimas Liutikas <aurimas@google.com> Switch from deprecated size annotations to new ones.

Switching from android.test.suitebuilder.annotation.*Test
to android.support.test.filters.*Test.

Bug: 30074170
Test: manual - ran small appcompat tests, they still run and pass
Change-Id: Idce58b988c8e1a809f7f5fae67e0e235159d9fc5
/frameworks/support/compat/tests/java/android/support/v4/widget/TextViewCompatTest.java
f5ec4487510a0e7226636704860a884f4c1d0ab6 04-May-2016 Kirill Grouchnikov <kirillg@google.com> Cleanup pass for support-v4 split.

* Remove unnecessary double BuildCompat file
* Clean up tests folders

Change-Id: Ia61530afdd14601e397c15cc8aa6f1b8f394783b
/frameworks/support/compat/tests/java/android/support/v4/widget/TextViewCompatTest.java
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

Change-Id: Icd1b0ab3a5b61a8a2bf85bc274098f0a828963e0
/frameworks/support/compat/tests/java/android/support/v4/widget/TextViewCompatTest.java