aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/base
AgeCommit message (Expand)Author
2014-04-04add selection-[start|end} attributes for TextViewKevin Jin
2014-03-06add a time-limited version of runOnMainSyncKevin Jin
2014-03-04We should make sure listeners are called on every poll.Jake Slack
2014-02-25fix the hanging when the app is constantly busy (no idle)Kevin Jin
2013-11-13adjust fling steps for GingerBreadKevin Jin
2013-11-11add VisibleBounds for debuggingKevin Jin
2013-11-07consolidate XPath code into ByXPathKevin Jin
2013-11-06introduce AccessibilityEventScrollStepStrategy which isKevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-10-04adjust steps in SwipeAction for faster executionKevin Jin
2013-08-19add DroidDriver#refreshUiElementTreeKevin 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-11remove versions of check* with custom timeoutsKevin Jin
2013-07-03comment out unsafe check in AbstractUiElement.setTextKevin Jin
2013-06-28expose DroidDriver.find for pollersKevin Jin
2013-06-26remove hack in UiAutomationElement.click:Kevin Jin
2013-06-20ViewElement.isVisible checks isShown in addition to RectKevin Jin
2013-06-19add takeScreenshot to InstrumentationDriverKevin Jin
2013-06-06rename Matcher to FinderKevin 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-15expose getChild and getParentKevin Jin
2013-05-14make Matcher a marker interfaceKevin Jin
2013-05-14add XPaths for convenience methodsKevin Jin
2013-05-10abstract UiElement getters into get(Attribute)Kevin Jin
2013-05-08add longClick and doubleClickKevin Jin
2013-05-06move Matcher to subpackage matchersKevin Jin
2013-04-01if an attribute is boolean, add it only if trueKevin Jin
2013-03-28add all attributes to UiElementKevin Jin
2013-03-20rename Loggable -> LogDesired, and remove it from interfaceKevin Jin
2013-03-18support xpathKevin Jin
2013-03-15fix run-time error: newProxy enforce interfaceKevin Jin
2013-03-15introduce *Context to manage instances and dependencyKevin Jin
2013-03-14Add an instrumentation driver.Thanh Le