aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/uiautomation
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-10Build droiddriver as an Android library with GradleKevin Jin
2014-06-27add validators for exmpted classes and scroll actionKevin Jin
2014-06-16expose setAccessibilityNodeInfoCacheClearerKevin Jin
2014-06-12add Validator interface and DefaultAccessibilityValidatorKevin Jin
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
2014-05-16Roll back change to doScroll and add comment on why.Jake Slack
2014-04-21remove deps on GuavaKevin Jin
2014-04-04add selection-[start|end} attributes for TextViewKevin Jin
2014-03-10Wraps calls to UiAutomation API.Kevin Jin
2014-02-25fix the hanging when the app is constantly busy (no idle)Kevin Jin
2014-02-04delete DroidDriver samples to remove dep on actionbarsherlockKevin 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-04Adjust the screenshot origin if the root view is not at (0,0).Kevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin 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-09remove getChild and getChildCount in UiElementKevin 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-07-18fix memory leak in Contexts UiElement cacheKevin 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-19add takeScreenshot to InstrumentationDriverKevin Jin
2013-06-05add PNG as the default screenshot formatKevin Jin
2013-05-31add ScreenshotterKevin 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-08add longClick and doubleClickKevin Jin
2013-04-01if an attribute is boolean, add it only if trueKevin Jin
2013-03-28add all attributes to UiElementKevin 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
2013-03-12convert EXISTS_CHECKER and GONE_CHECKER into constantsKevin Jin
2013-03-12rename uidriver to droiddriverKevin Jin