History log of /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d0f4e83d35fd20d1200a0acb0fe51e6da700137e 04-May-2013 Dianne Hackborn <hackbod@google.com> Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESS

Not really, but the API changed so we had to do something.

Change-Id: Ia62fcb49f699a0e1f915b9599babbbc2d30e011b
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java
71aebfa11443a9a04777cde3d9c7e29cdbb5d447 16-Apr-2013 Adam Momtaz <amomtaz@google.com> Fix for shell uiautomator to support monkey flag

Change-Id: I95f5e7567954940464c51289344ca53d7bd7d81f
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java
48c83ae3e5fc36138a412fc5854d543fffe80376 10-Apr-2013 Adam Momtaz <amomtaz@google.com> Allow for declaring a test as a monkey type test

This enables users to write tests that act like monkey and
at the same time allowing apps to react as if an android
monkey test is running.

bug: 8588857
Change-Id: I43ca663c2aac43658f5bb39eabe2d904d1e9009a
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java
4a82ca385244ade0d9a5654d7eb3b7797846a6db 13-Feb-2013 Adam Momtaz <amomtaz@google.com> DO NOT MERGE - Allow for toggling of layout hierarchy compression

When the compression feature is set, the accessibility
layout hierarchy will only show important nodes and will
remove unnecessary surrounding layouts making the hierarchy
more human readable and efficient to search.

The compressed hierarchy will be the default. Previous tests
which depended on the more verbose hierarchy, will either
need to update their selectors, or disable this feature
from the UiDevice.

However, the uiautomatorviewer will always show the hierarchy
in its compressed form to encourage the user of the more
compact and efficient selectors.

Change-Id: I1d5d909ce7d4f60108dc491348fcf8da8549806c
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java
cd08ab4b0d19e68cc1cf18396cb9076e828c1a63 31-Jan-2013 Guang Zhu <guangzhu@google.com> futher split of UI automator code base and refactoring

* library/core-src should use only public framework APIs and be
agnostic about shell based or instrumentation based test
runner plumbings
* Functions inside InteractionController that uses private APIs
are now delegated through UiAutomatorBridge
* ShellUiAutomatorBridge and OnDeviceUiAutomatorBridge are
refactored accordingly to call WindowManager and PowerManager,
and moved into shell specific and instrumentation specific
locations accordingly

Bug: 8112323

Change-Id: I79d8a0014e785af6d8d702473b1e568eeac6e652
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java