History log of /frameworks/support/design/tests/src/android/support/design/widget/AppBarWithCollapsingToolbarStateRestoreTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d32cb8c06fc7be1b76a39b95a0821ec6d2413f2 15-May-2017 Kirill Grouchnikov <kirillg@google.com> Persist password visibility state

Also refactor one of the existing tests to use activity
recreation instead of orientation change (which is not as
reliable)

Bug: 37930078
Bug: 35368213
Test: ./gradlew support-design:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.package=android.support.design.widget
Change-Id: I1b9165fb11e03b9c855e118f31dee27e7dac8149
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithCollapsingToolbarStateRestoreTest.java
be2428d2b3e95b1eddf4b4a4161602ff5a6f8c8d 13-Mar-2017 Aurimas Liutikas <aurimas@google.com> Unflake AppBar tests

AppBarWithCollapsingToolbarStateRestoreTest has been rotating the activity
without rotating it back causing tests that follow it to flake due to unexpected
orientation change back to original orientation.

Bug: 36130096
Test: Test still passes locally
Change-Id: I642a72d8a90ae5c16df4ef3710a4fd3057bd3043
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithCollapsingToolbarStateRestoreTest.java
785ca42cd14e5c32b4a72582246e260959591655 08-Feb-2017 Aurimas Liutikas <aurimas@google.com> Add a new custom TestSizeAnnotationCheck to Checkstyle.

We have been bitten by missing test size annotations too many times.
I have written a simple Checkstyle check that will check for that
all methods with @Test annotation have a size annotation either on
the method or the class.

Test: ran checkstyle on all support library classes and found that we
were missing test annotations in a few places (fixed in this CL)

Change-Id: I4e4f12a9282799c3d8896e251b73a5aa81a3a67f
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithCollapsingToolbarStateRestoreTest.java
2bab57ed97f284a8152d180cca796739afa3a71d 13-Dec-2016 Chris Banes <chrisbanes@google.com> Fix various AppBarLayout restoration bugs

- Not restoring elevation
- Not restoring on min-height with status bar insets
- Not restoring when expanded="true" set in layout

Test: included
BUG: 33471543
BUG: 33510949
BUG: 33511540

Change-Id: I43b2afeaf1c2cebf0a87045314830064554e2c5d
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithCollapsingToolbarStateRestoreTest.java