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

#484: Add support for modifying the sensitivity of onTap() method inv… #485

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svahidhoss
Copy link

…ocation in BaseSeries class

In BaseSeries.java:
Adds mTapTriggerDistanceThreshold field that stores the threshold distance value that will trigger the onTap method of the series.
Defines TapSensitivity enum class to represent the sensitivity of the tap events.
LOW(150), NORMAL(120), MEDIUM(90), HIGH(60), EXTREME(30)
Lets the user modify the tap sensitivity by calling the public method setTapThreshold that accepts TapSensitivity enum values.

Removes duplicate entries in .gitignore.
Removes the gradle.properties that should have been ignored from the repo.

…od invocation in BaseSeries class

 In BaseSeries.java:
 Adds mTapTriggerDistanceThreshold field that stores the threshold distance value that will trigger the onTap method of the series.
 Defines TapSensitivity enum class to represent the sensitivity of the tap events.
     LOW(150), NORMAL(120), MEDIUM(90), HIGH(60), EXTREME(30)
 Lets the user modify the tap sensitivity by calling the public method setTapThreshold that accepts TapSensitivity enum values.

Removes duplicate entries in .gitignore.
Removes the gradle.properties that should have been ignored from the repo.
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.

1 participant