aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/base/BaseUiElement.java
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-19Change minSdkVersion to 8Kevin Jin
2014-11-03Revert "Revert "fix setText and remove replaceText""Eric Fitchett
2014-11-02Revert "fix setText and remove replaceText"Nick Kralevich
2014-10-30fix setText and remove replaceTextKevin Jin
2014-10-09Fix NullPointerException in replaceText when emptyEric Fitchett
2014-09-18Add replaceText function in UiElementJiangnan Shangguan
2014-06-27add validators for exmpted classes and scroll actionKevin Jin
2014-06-25Clean up some toString methodsKevin Jin
2014-06-12add Validator interface and DefaultAccessibilityValidatorKevin Jin
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
2014-04-21remove deps on GuavaKevin Jin
2014-04-04add selection-[start|end} attributes for TextViewKevin 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-09remove getChild and getChildCount in UiElementKevin Jin
2013-08-09rename ScrollDirection to scroll.Direction.PhysicalDirectionKevin Jin
2013-08-08merge Screenshotter to UiDeviceKevin Jin