[go: nahoru, domu]

History log of /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bfc9bd50c5c7e6874dc6f32a5d81620398a5c1e5 26-Apr-2016 Chris Banes <chrisbanes@google.com> ActionMode fixes found in testing

- Fix onSupportActionModeFinished() being called twice.
Caused by double wrapping the callback which means that
each call is called twice.
- Fix onPrepareActionMode not being called. Caused by setting
the current action mode too late.

BUG: 28378961
BUG: 28392319

Change-Id: I7e41f1396c7230a37880c8c812d4622e969e032b
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
e91ec2c1719ac56156909abeb69bd8f934632b8e 25-Jan-2016 Chris Banes <chrisbanes@google.com> Add tests to ensure window insets work

Change-Id: Ibf3a3ee043d873f71a1f63485d4bfdd48676057f
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
24391daa4e5831395924e2f48df86e19294cc211 25-Jan-2016 Chris Banes <chrisbanes@google.com> Update AppCompat tests to use Activity Rules

Also tidied up some tests which test the Activity
finishing. These tests should be less flaky now.

Change-Id: I13eea877896b4a5fd38e9ea510a0bed03b1fcb33
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
733d0b2acb07ede7455b9d020901a10586053923 04-Jan-2016 Chris Banes <chrisbanes@google.com> Fix ToolbarActionBar invalidating destroyed Activities

BUG: 26375399
Change-Id: I4e4298748b9040b8ee307bbf1c09450618bdd494
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
daea069fe33cc750bcb733ebcb6206d2dcedae76 29-Dec-2015 Chris Banes <chrisbanes@google.com> Annotate other support library tests

- Added NO_DOCS files to other test folders
- All test APKs are copied (if they have tests) via
./gradlew assembleAndroidTest

I've left leanback out since they have a odd test project
hierarchy, and they'd probably need TV devices on the CI
server anyway.

BUG: 24494874

Change-Id: Iff25af777438e62f30b63843d89325d380cf7e1e
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
a37e9311de7ff4407104965ff66146f87e55ba5c 15-Dec-2015 Kirill Grouchnikov <kirillg@google.com> First pass for ListPopupWindow testing

* Basic content display
* Anchoring to the specific view
* Dismissal via API call or tapping outside the bounds
* Outside tap to dismiss a non-modal window should deliver
the tap to the underlying view
* Item click via API or tap

Change-Id: I00b9c4f1c90646075f0caeddeda81d14b6afebea
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java
cdbdcb29b4a4e3bf1553f824902562cee3fcb723 10-Jul-2015 Chris Banes <chrisbanes@google.com> Add tests to AppCompat

At the moment they're only covering regressions which
have been fixed recently, and basics.

Change-Id: I24fbae975bd1a7642d2e30ddee9f622bd36b23d2
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/BaseBasicsTestCase.java