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-18210] Support dragstart and dragend events on Ti.UI.ListView #7411

Merged
merged 3 commits into from
Nov 11, 2015

Commits on Nov 9, 2015

  1. add dragstart and dragend event

    # Conflicts:
    #	iphone/Classes/TiUIListView.m
    wilson authored and hansemannn committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    b9c2062 View commit details
    Browse the repository at this point in the history
  2. [TIMOB-181210] Integrate dragstart/end conditions

    Before, if no dragend was specified, both dragend and pullend event would not have been fired. This happens, because the pullend event was implemented after the dragend PR was merged. So we make them work together.
    hansemannn committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    c2fac29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0f828 View commit details
    Browse the repository at this point in the history