Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-767] Implemented 'swipe' event for Android. #1835

Merged
merged 2 commits into from Apr 4, 2012
Merged

[TIMOB-767] Implemented 'swipe' event for Android. #1835

merged 2 commits into from Apr 4, 2012

Conversation

tonylukasavage
Copy link
Contributor

Issue and test case found here: https://jira.appcelerator.org/browse/TIMOB-767

Android supports both horizontal and vertical swipes. The docs have been updated to reflect this.

@@ -938,6 +939,23 @@ public boolean onSingleTapConfirmed(MotionEvent e) {
return false;
}
@Override
public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation looks to be off here from the rest of the code block.

@joshthecoder
Copy link
Contributor

Functional test looked good. Just one code review comment above. If you could convert
those spaces into tabs please.

@tonylukasavage
Copy link
Contributor Author

@joshthecoder spaces are changed to tabs now

@joshthecoder
Copy link
Contributor

Code reviewed. Accepted

joshthecoder added a commit that referenced this pull request Apr 4, 2012
[TIMOB-767] Implemented 'swipe' event for Android.
@joshthecoder joshthecoder merged commit b9ba094 into tidev:master Apr 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants