aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/scroll
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-18Fix the remaining JavaDoc warningsKevin Jin
2015-02-11Generate JavaDoc and source jarKevin 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-25Clean up some toString methodsKevin 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-05-13Simplify scroll call in doScroll.Jake Slack
2014-04-23consolidate ByAttribute, MatchStrategy by PredicateKevin Jin
2014-04-21remove deps on GuavaKevin Jin
2014-03-31move ProgressBarScrollStepStrategy to ScrollersKevin Jin
2014-03-31add two new scroll APIsKevin Jin
2014-03-27Add comment on why scroll returns true even on null eventKevin Jin
2014-03-10Wraps calls to UiAutomation API.Kevin Jin
2014-02-25AccessibilityEventScrollStepStrategy needs to be retrieving the lastJake Slack
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
2014-02-03Add more method for the class and also open up the event variable to beMingyu Wu
2013-12-03add ScrollStepStrategy.doScroll for customizationKevin 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
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-09-05cosmetic changes for JavaDoc and logging for scrollKevin Jin
2013-08-16add methods to Direction classes for symmetryKevin Jin
2013-08-14Enforce childFinder is relative to parentFinder in SentinelScrollerKevin Jin
2013-08-09extract matches method from MatchFinder:Kevin Jin
2013-08-09remove getChild and getChildCount in UiElementKevin Jin
2013-08-09rename ScrollDirection to scroll.Direction.PhysicalDirectionKevin Jin
2013-08-08add UiDevice for global actionsKevin Jin
2013-08-05add scroll APIKevin Jin