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

Introduce a "jumpAllowed" attribute (default true) which controls gap… #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gdaniels
Copy link

@gdaniels gdaniels commented Mar 3, 2016

…-jumping.

If this attribute is false, we'll prevent a given drag from jumping the gap in the SeekArc - if you drag beyond 0, it won't let you continue the drag around to 99, and vice versa. This feels much more natural/physical in some situations.

Also updated to latest gradle plugin to match latest Android Studio.

…-jumping.

If this attribute is false, we'll prevent a given drag from jumping the gap in the SeekArc - if you drag beyond 0, it won't let you continue the drag around to 99, and vice versa.  This feels much more natural/physical in some situations.
@gdaniels
Copy link
Author

gdaniels commented Mar 3, 2016

Thanks for the awesome library. We've been loving it but found that it felt a little weird when the user dragged the thumb "across the gap" jumping from 0 to 99, or vice versa. This PR adds a switch to optionally turn that behavior off, which can make it feel more natural. Try it out and let me know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants