aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/scroll/StepBasedScroller.java
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2014-06-25Clean up some toString methodsKevin Jin
2013-11-22add driver as a parameter to the ScrollStepStrategy hooks in order to allowKevin Jin
2013-11-21add hooks in ScrollStepStrategy: beginScrolls and endScrollsKevin Jin
2013-11-14warn the brittle SwipeAction.toFling and remove its use in StepBasedScrollerKevin Jin
2013-11-07consolidate XPath code into ByXPathKevin Jin
2013-11-06introduce AccessibilityEventScrollStepStrategy which isKevin Jin