summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)Author
2013-09-19shuffling unbundled UI automator source codeGuang Zhu
2013-08-20Tweak UI automator runner output formatGuang Zhu
2013-06-17fix buildGuang Zhu
2013-06-17Merge "docs: Edited Javadoc comments in uiautomator library source files (MR2...quddusc
2013-06-17docs: Edited Javadoc comments in uiautomator library source files (MR2).quddusc
2013-06-13guard against use of UiDevice prior to its initializationGuang Zhu
2013-05-13Merge "Fix for UiDevice press button operations wait for idle" into jb-mr2-devGuang Zhu
2013-05-10Fix for UiDevice press button operations wait for idleAdam Momtaz
2013-05-09API Cleanup: return types and consitent function namesGuang Zhu
2013-05-09Merge "Fix to precompile regex in UiSelector" into jb-mr2-devAdam Momtaz
2013-05-09Fix to precompile regex in UiSelectorAdam Momtaz
2013-05-08Generate online Java doc for UI AutomatorGuang Zhu
2013-05-03Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESSDianne Hackborn
2013-04-19Added support for global action APIs and fixed WaitForIdleAdam Momtaz
2013-04-18Fixes for UiSelector ignoring instance criterionAdam Momtaz
2013-04-16use SDK to build instrumentation based UI AutomatorGuang Zhu
2013-04-15Fix for shell uiautomator to support monkey flagAdam Momtaz
2013-04-11Allow for declaring a test as a monkey type testAdam Momtaz
2013-03-14function to ensure visibility of child item inside a scrollableGuang Zhu
2013-03-12DO NOT MERGE - UiObject did not perform the wait waitForObject() in UiWatchersAdam Momtaz
2013-03-12DO NOT MERGE - Allow for toggling of layout hierarchy compressionAdam Momtaz
2013-02-21UiSelector support for resource-id wasn't quite rightAdam Momtaz
2013-02-14Add configuration setting options to UiAutomatorAdam Momtaz
2013-02-12Updating the UiAutomator due to framework API change.Svetoslav
2013-02-11Merge "Adds UiAutomator 'drag' APIs to UiObject and UiDevice"Adam Momtaz
2013-02-11Adds UiAutomator 'drag' APIs to UiObject and UiDeviceAdam Momtaz
2013-02-06Merge "instrumentation based UI Automator static library"Guang Zhu
2013-02-05instrumentation based UI Automator static libraryGuang Zhu
2013-02-05Merge "Handle multiple AccessibilityEvent parsing for scrolling"Adam Momtaz
2013-02-05Update for renamed APIsSvetoslav
2013-02-05Handle multiple AccessibilityEvent parsing for scrollingAdam Momtaz
2013-01-31New UiAutomator API Level 18Adam Momtaz
2013-01-31Added resource id attribute to the uiautomatorviewerAdam Momtaz
2013-01-31Support for multipointer gesturesAdam Momtaz
2013-01-31futher split of UI automator code base and refactoringGuang Zhu
2013-01-30split the code of test runner and core into separate sub foldersGuang Zhu
2013-01-29Fix the build.Svetoslav
2013-01-29Merge "Refactoring of UiAutomator to use the new UI test APIs."Svetoslav Ganov
2013-01-28unhide getDisplaySizeDp, also make it return real sizeGuang Zhu
2013-01-23Refactoring of UiAutomator to use the new UI test APIs.Svetoslav Ganov
2013-01-22am b6bddc2a: am 6ae71e50: am 506016a8: Merge "Make debug logging configurable...Thanh Le
2013-01-22Merge "Make debug logging configurable via the logging setprop properties." i...Thanh Le
2013-01-15Update to follow IContentProvider change.Dianne Hackborn
2012-12-17Make debug logging configurable via the logging setprop properties.Thanh Le
2012-12-14Merge "Added simplified output to UiAutomator tests." into jb-mr1.1-devMaxim Siniavine
2012-12-13Added simplified output to UiAutomator tests.Maxim Siniavine
2012-12-12Added support for dynamic test discovery.Maxim Siniavine
2012-11-30Added tracing of UiAutomator calls.Maxim Siniavine
2012-11-19Fixes lint errors in ui automator.Thanh Le
2012-11-14Support apicheck for uiautomator.Ying Wang