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

Add ability to control scroll animation duration for Android #22884

Closed
wants to merge 25 commits into from
Closed

Add ability to control scroll animation duration for Android #22884

wants to merge 25 commits into from

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    64e5e7c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Configuration menu
    Copy the full SHA
    e27720b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    3df7093 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. handle unused duration argument

    Daniel Cochran committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    f153d4f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. use animated boolean

    Daniel Cochran committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    25b5ec6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. duration can be undefined

    Daniel Cochran committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    5399cb4 View commit details
    Browse the repository at this point in the history
  2. use isNull

    Daniel Cochran committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    4bf0dce View commit details
    Browse the repository at this point in the history
  3. fix scrollToEnd

    Daniel Cochran committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    7d37961 View commit details
    Browse the repository at this point in the history
  4. use -1 instead of 0

    Daniel Cochran committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    2896cf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. fix flow errors

    Daniel Cochran committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    8dcc2e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. merge conflicts

    Daniel Cochran committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    cd49a31 View commit details
    Browse the repository at this point in the history
  2. merge conflicts

    Daniel Cochran committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    2f54dfc View commit details
    Browse the repository at this point in the history
  3. use scrollView onTouchEvent to cancel animator

    Daniel Cochran committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    6161dd8 View commit details
    Browse the repository at this point in the history
  4. remove MotionEvent import

    Daniel Cochran committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    1eb2cf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    26bc7bc View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    926d5ae View commit details
    Browse the repository at this point in the history
  2. Fix lint

    osdnk committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    8eda882 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge pull request #4 from facebook/master

    merge
    osdnk authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    82e4dc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    42bdb1d View commit details
    Browse the repository at this point in the history
  2. Fix spacing

    osdnk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b9455d1 View commit details
    Browse the repository at this point in the history
  3. Remove whiteline

    osdnk authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    94960ce View commit details
    Browse the repository at this point in the history
  4. Remove whiteline

    osdnk authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b00253e View commit details
    Browse the repository at this point in the history
  5. Remove bad comment

    osdnk authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    acb2957 View commit details
    Browse the repository at this point in the history
  6. Add proper comments

    osdnk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    a386ae4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Merge pull request #7 from facebook/master

    .
    osdnk authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c8a10c6 View commit details
    Browse the repository at this point in the history