aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23add an xsl to convert DroidDriver dump to uiautomatorviewer formatKevin 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-20use resources instead of hardcoded StringKevin 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
2013-05-31remove findElement in UiElementKevin Jin
2013-05-31add ScreenshotterKevin Jin
2013-05-29move UiElement tree traversal logic to ElementMatcherKevin Jin
2013-05-29change type of millis int->longKevin Jin
2013-05-28rename getRect -> getBoundsKevin Jin
2013-05-22sync with UiAutomation.executeAndWaitForEventKevin Jin
2013-05-21clean up ConditionCheckersKevin Jin
2013-05-20wait longer for UiAutomation.getRootInActiveWindowKevin Jin
2013-05-20Merge "add NOP_LISTENER_REMOVER and some Convenience methods"Kevin Jin
2013-05-20Merge "add Eclipse formatter spec for droiddriver"Kevin Jin
2013-05-20add NOP_LISTENER_REMOVER and some Convenience methodsKevin Jin
2013-05-20Merge "don't put guava.jar in droiddriver.jar If put together and the app und...Kevin Jin
2013-05-17add Eclipse formatter spec for droiddriverKevin Jin
2013-05-17don't put guava.jar in droiddriver.jarKevin Jin
2013-05-15expose getChild and getParentKevin Jin