aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-05Merge "Adjust the screenshot origin if the root view is not at (0,0). Move co...Kevin Jin
2013-11-04Adjust the screenshot origin if the root view is not at (0,0).Kevin Jin
2013-11-05Merge "Take snapshot of the underlying View or AccessibilityNodeInfo tree. Th...Kevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-10-30Remove deprecated DroidDriverBuilderKevin Jin
2013-10-23add helpers: DroidDrivers, BaseDroidDriverTest, UnrecoverableFailureKevin Jin
2013-10-10catch unchecked exceptions in takeScreenshot (mainly OOME)Kevin Jin
2013-10-04adjust steps in SwipeAction for faster executionKevin Jin
2013-09-05cosmetic changes for JavaDoc and logging for scrollKevin Jin
2013-08-19add DroidDriver#refreshUiElementTreeKevin Jin
2013-08-16add methods to Direction classes for symmetryKevin Jin
2013-08-14Enforce childFinder is relative to parentFinder in SentinelScrollerKevin Jin
2013-08-09extract matches method from MatchFinder:Kevin Jin
2013-08-09remove getChild and getChildCount in UiElementKevin Jin
2013-08-09rename ScrollDirection to scroll.Direction.PhysicalDirectionKevin Jin
2013-08-08merge Screenshotter to UiDeviceKevin Jin
2013-08-08add UiDevice for global actionsKevin Jin
2013-08-06clear internal data while refreshing rootandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devKevin Jin
2013-08-05add scroll APIKevin Jin
2013-07-23break circular reference between UiElement and dom ElementKevin Jin
2013-07-18fix memory leak in Contexts UiElement cacheKevin Jin
2013-07-16add ActivityUtils.setRunningActivitySupplierKevin Jin
2013-07-12warn the [ab]use of DroidDriver#has(finder, timeoutMillis)Kevin Jin
2013-07-11remove versions of check* with custom timeoutsKevin Jin
2013-07-11add @UseUiAutomation as an explicit version of @MinSdkVersion(18)Kevin Jin
2013-07-10add test for XPaths.quoteXPathLiteralKevin Jin
2013-07-10add XPaths.quoteXPathLiteralKevin Jin
2013-07-09fix InstrumentationDriver for multiple root viewsKevin Jin
2013-07-09Merge "Fixed ViewElement.getVisibleBounds()"Anthony Wickham
2013-07-09Fixed ViewElement.getVisibleBounds()Jiexi Cao
2013-07-08Added containsAttr() to XPaths.Tony Wickham
2013-07-03check view.getResources != null in getResourceIdKevin Jin
2013-07-03comment out unsafe check in AbstractUiElement.setTextKevin Jin
2013-07-02FileUtils: setReadable after file creationKevin Jin
2013-06-28expose DroidDriver.find for pollersKevin Jin
2013-06-27wait for RunningActivity in InstrumentationDriverKevin Jin
2013-06-27add ViewElement#overrideClassNameKevin Jin
2013-06-26remove hack in UiAutomationElement.click:Kevin Jin
2013-06-25Fixed issue with clicking on partially visible elements.Tony Wickham
2013-06-24getClassName() doesn't work below API 14; handled more gracefullyTony Wickham
2013-06-21fix ViewElement.getClassName: runOnMainSyncKevin Jin
2013-06-21getClassName returns the class name as seen by AccessibilityServiceKevin Jin
2013-06-20ViewElement.isVisible checks isShown in addition to RectKevin Jin
2013-06-19add takeScreenshot to InstrumentationDriverKevin Jin
2013-06-20Merge "Added getRunningActivity; Precautions in InstrumentationDriver.getRoot...Tony Wickham
2013-06-19Added getRunningActivity; Precautions in InstrumentationDriver.getRootElementTony Wickham
2013-06-19Added more finding methods to finders/By.javaJiexi Cao
2013-06-06rename Matcher to FinderKevin Jin
2013-06-05add PNG as the default screenshot formatKevin Jin
2013-06-04add helper methods to DroidDriver that simply test code:Kevin Jin