-
Notifications
You must be signed in to change notification settings - Fork 211
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
Automatically hide scroller when not scrolling (issue #4) #7
base: master
Are you sure you want to change the base?
Conversation
8e464f1
to
af496d1
Compare
Hi @h6ah4i! Thanks so much for contributing. I will get back to you later in the week on this one when I have some more time (in the middle of something else right now). Will respond soon. |
af496d1
to
10c0d0c
Compare
Hi! Thanks for your response. I have rebased this branch and fixed the conflict. |
…ically hide) Introduced these public methods: - AbsRecyclerViewFastScroller.isFastScrollAlwaysVisible() - AbsRecyclerViewFastScroller.setFastScrollAlwaysVisible(boolean alwaysVisible) - AbsRecyclerViewFastScroller.setIsGrabbingHandle(boolean isGrabbingHandle)
10c0d0c
to
48c287e
Compare
Rebased to the latest master. |
Hi @danoz73 . I have made a lot of changes in my forked branch and I hope they will be merged to your master branch soon. However, I do not submit pull requests except for this one yet in order to avoid conflictions. I am going to submit a pull request one by one, but is it too much of a hassle? https://github.com/h6ah4i/RecyclerViewFastScroller/tree/develop |
No I was looking at your pull request and was trying to decide how to make I'm very interested in keeping all objects as independent as possible, and On Fri, Feb 27, 2015, 6:21 PM Haruki Hasegawa [email protected]
|
Thanks for the reply. Yeah, current my code is not clean and requires refactoring. I agree to make a sort of |
I think it would be easy enough to make it a boolean value. Just make that and the timing adjustable. Or am I missing something? |
This is a enhancement PR intended to support the issue #4.
Introduced these public methods: