aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/actions/SwipeAction.java
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-18Fix the remaining JavaDoc warningsKevin Jin
2014-06-27add validators for exmpted classes and scroll actionKevin Jin
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
2014-05-06change default scrollSteps to 55 and make it configurableKevin Jin
2014-04-21remove deps on GuavaKevin Jin
2013-12-03add ScrollStepStrategy.doScroll for customizationKevin Jin
2013-11-14warn the brittle SwipeAction.toFling and remove its use in StepBasedScrollerKevin Jin
2013-11-13adjust fling steps for GingerBreadKevin Jin
2013-10-04adjust steps in SwipeAction for faster executionKevin Jin
2013-08-16add methods to Direction classes for symmetryKevin 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-05-28rename getRect -> getBoundsKevin Jin
2013-03-12rename uidriver to droiddriverKevin Jin