The addition to #513 by SrinivasanTarget · Pull Request #514 · appium/java-client

and others added 16 commits

August 12, 2016 00:13
- new interfaces were added
- deprecated API
- new methods were added to MultiTouchAction
- AppiumDriver methods which perform multiple touch actions were marked as Deprecated
 - Constructors of TouchAction and MultiTouchAction were changed. Now it accepts any instance that can perform touch action and multiple touch actions.
- the new interface CreatesSwipeAction was added.

- the reversion of last changes of TouchableElement.

- the `swipe` is deprecated method.
Forgot to commit this change
- CreatesSwipeAction API was implemented
- SwipeElementDirection was redesigned
- constructors of TouchAction and MultiTouchAction were improved.
- also code issues were got fixed
- IOSSwipeGestureTest was added
- the swiping combined with the tapping.

@SrinivasanTarget

Fixed Codacy errors

Fixed Codacy errors

@SrinivasanTarget

…ikhomirovSergey-SrinivasanTarget-TouchActionSplitting

TikhomirovSergey

TikhomirovSergey

@SrinivasanTarget

Fixed tests

Fixed tests

Fixed tests