nutritionfactsorg / daily-dozen-android

Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
https://play.google.com/store/apps/details?id=org.nutritionfacts.dailydozen&hl=en
Other
274 stars 95 forks source link

Inertial Scrolling #106

Closed msbeck closed 6 years ago

msbeck commented 6 years ago

As a user, when I scroll up quickly and let go, I'd like for a long list of items to continue scrolling with inertia rather than stop immediately when I pick my finger up.

It currently doesn't do that in the lists of food under a category on Android at least.

msbeck commented 6 years ago

It works if you start the scroll on the gap between the servings size box and the types box, but not if you start the scroll by touching within them.

DJTai commented 6 years ago

I believe I have found a solution for this. I don't see a develop branch though - should I just fork this, create a develop branch, and submit a pull request?

alibitek commented 6 years ago

@DJ-Tai You can start working from the master branch. The develop branch will probably be created by @slavick when you are ready to submit your pull request.

slavick commented 6 years ago

Closing this issue as it has been fixed in the v16 branch