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

Support fling for nested scroll on TimetableGrid. #1273

Merged
merged 4 commits into from
Oct 4, 2023

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    30580bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b786a70 View commit details
    Browse the repository at this point in the history
  3. Format codes.

    usuiat committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    98e0c88 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix unexpected fling behaviors.

    - Use a position relative to the root component to calculate velocity.
    - Reset VelocityTracker when drag gesture starts.
    - Cancel fling animation when another drag gesture starts.
    - Don't do scroll process when the position does not change.
    usuiat committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3f69c52 View commit details
    Browse the repository at this point in the history