History log of /frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31eb74fb2bc33aea6a8054c861a6e7aac7c41f4b 06-Apr-2016 Keisuke Kuroyanagi <ksk@google.com> Rewrite SuggestionsPopupWindowTest using espresso.

- Rewrite existing test about text appearance.
- Add new tests for suggestions popup.

Bug: 25904136
Bug: 27765262
Change-Id: I12e522436a83fa264cd22176d054877eec411708
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
e5c431ccc02c16571750dd465cc3d91f7216e7d0 29-Mar-2016 Keisuke Kuroyanagi <ksk@google.com> Disable testTextAppearanceInSuggestionsPopup

Re-enable TextViewActivityMouseTest#testContextMenu that was disabled
by I459f1ab1c6d2d3119fc50166.

Bug: 27765262
Change-Id: I986ec239324d2d65a14be3fb2981777583471c68
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
66c4e57f24e5c344b8b1e026ced204c8def9fcc8 22-Mar-2016 Jed Estep <jestep@google.com> Disable TextViewActivityMouseTest#testContextMenu

This test is causing failures which are blocking other test results.
Disabled until a fix can be submitted.

Bug: 27765262
Change-Id: I459f1ab1c6d2d3119fc50166e8de0d1259801e2a
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
182f5fec539127f627dfc327e21d516fe1d6f85b 11-Mar-2016 Keisuke Kuroyanagi <ksk@google.com> Fix: Context menu can contain obsolete suggestions.

When there are not enough number of suggestions, previously used
suggestions was continue to be used. This fixes it and simplifies code
by always allocating SuggestionInfo array.

Bug: 27602619
Change-Id: I9378315b8c810f126f65fade96ce9f6ff5271957
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
4307aeb935ab9c824f90d41bf181660c3937b1e4 07-Dec-2015 Keisuke Kuroyanagi <ksk@google.com> TextView tests: drag and drop.

Long press on a selection starts drag and drop both for tap and mouse.
Drag on a selection starts drag and drop for mouse.

Bug: 25730231
Change-Id: Idf5df9948f8257433782183464e94cf16b2e372d
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
a0b3c068810b2bc4ed61d9ad35e9660aa247d2f6 07-Dec-2015 Keisuke Kuroyanagi <ksk@google.com> TextView tests: open context menu on right click.

- Extend MouseUiController and MouseClickAction to support choosing click
button.
- Introduce ContextMenuUtils to provide useful methods for context menu
testing.

Bug: 25730231
Change-Id: I4f04716428b8cfdcf9f953fe8f8d27f5374b0425
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
46faad60230ade76b6a4944a2b9fae274698ab91 06-Dec-2015 Keisuke Kuroyanagi <ksk@google.com> TextView tests: Add mouse triple click tests.

Bug: 19544351
Change-Id: I20f1b169915a8013f7786684f97172767c162420
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
d42cb8ffa77266abe3bcffe98212d313d223a86c 06-Dec-2015 Keisuke Kuroyanagi <ksk@google.com> TextView tests: tests for improved mouse text selection.

- Double tap/long press at line end
- Selection handle pops up after making selection by mouse dragging.

Bug: 19544351
Change-Id: Ie6a2567c151159b6dea682257efeb17e0feb9f08
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
2ff41d4afca7216cca4a224228caec2a5efaf278 02-Dec-2015 Keisuke Kuroyanagi <ksk@google.com> Add TextView mouse tests for long click and double click.

Bug: 19544351
Change-Id: I4f3fe633c01c443441ff0ef1617bad34c17ab508
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
ead6ba3a639e2737e1f39475a497bf4613723ebd 27-Oct-2015 Keisuke Kuroyanagi <ksk@google.com> Stop making a reversed selection with mice.

Bug: 24889605
Bug: 24475013
Change-Id: I6d39e050656dc28e523fab862c84054169e6300b
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java
88cabede9bc74ade7d0124cde3d40fadb6c97a85 08-Oct-2015 Keisuke Kuroyanagi <ksk@google.com> Add mouse interaction UI test for TextView.

Bug: 19544351
Bug: 24475013
Change-Id: If8109ad30a13d5cef4c7aff212b2a8389db0e57d
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivityMouseTest.java