• Home
  • History
  • Annotate
  • only in /frameworks/support/compat/tests/java/android/support/v4/view/
History log of /frameworks/support/compat/tests/java/android/support/v4/view/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f82583302c46d84017633ce93ef8c7b3278eb5e 15-Jun-2017 Yuichi Araki <yaraki@google.com> Backport FragmentTransition

Add support for use of support-Transition in shared-element Transitions
between Fragments. This is addition on top of the existing capability to
use platform-Transitions.

Test: FragmentTransitionTest, ViewGroupCompatTest, and all existing
tests in support-fragment on 15, 18, 21, 25, 26
Change-Id: I1128333f230872d51821b138a3f889cbf7911d06
iewGroupCompatTest.java
9bd9cddbb551bea6b6194f6bd594ca97f38a1453 13-Jan-2017 Yuichi Araki <yaraki@google.com> Backport set/getTransitionName

ViewCompat.set/getTransitionName now works for older platform versions.

Test: ViewCompatTest#testTransitionName on API levels 10, 15, 18, and 25
Change-Id: Ibebc781cde1c67c956c3b9ca2083e6fc0f83b6f4
iewCompatTest.java
ee6c89547f0f0321b66c7c21e1990e7870a45b3c 09-Dec-2016 Vladislav Kaznacheev <kaznacheev@google.com> Pointer icon tests for support library

Adding PointerIconCompatTest.
Expanding BottomNavigationViewTest and
TabLayoutTest to cover pointer icon setting.

Bug: 32178074
Change-Id: I6deab8ed0d702ccb32ab906d91c72c7abb78656d
Test: the affected tests should pass
ointerIconCompatTest.java
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
iewCompatTest.java
42e7d6fafcde7bfe261dd7d8d75ee53ca0cd6790 28-Sep-2016 Aurimas Liutikas <aurimas@google.com> Replace usage of Instrumentation#runOnMainSync with ActivityTestRule#runOnUiThread.

ActivityTestRule#runOnUiThread handles exceptions correctly and thus should be used
in place of Instrumentation#runOnMainSync. This changes most of these use-cases
except for tricky cases.

Bug: 31801302
Test: ran support-design:connectedCheck and support-appcompat:connectedCheck
Change-Id: I70904aef89e6bbc2a3cff1b3be697258d666e316
iewPropertyAnimatorCompatTest.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
ravityCompatTest.java
arginLayoutParamsCompatTest.java
iewCompatTest.java
iewPropertyAnimatorCompatTest.java
4c0cac8cbf22f47465eec7a75d723fa0e0ebf1dc 06-Sep-2016 Aurimas Liutikas <aurimas@google.com> Remove several instances of AndroidTestCase usage.

- Remove unused imports in GravityCompatTest and MarginLayoutParamsCompatTest.
- Convert FileProviderTest to JUnit4 test.

Change-Id: Icd673db715a43c603783a89c3df371b4d42cea2e
ravityCompatTest.java
arginLayoutParamsCompatTest.java
b897ffb1d1cfe37e2e005e7dcdcd97bc5f74205d 12-Aug-2016 Yuichi Araki <yaraki@google.com> Add ViewCompat.getDisplay

Bug: 30776880
Change-Id: I8fa46a8f6b29ae9ae41f44e16cd32b039102860a
iewCompatActivity.java
iewCompatTest.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
iewPropertyAnimatorCompatTest.java
paActivity.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
ravityCompatTest.java
arginLayoutParamsCompatTest.java
iewCompatTest.java
iewPropertyAnimatorCompatTest.java