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

Commits on Mar 8, 2017

  1. jjoe64#484: Add support for modifying the sensitivity of onTap() meth…

    …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.
    Vahid committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    de01258 View commit details
    Browse the repository at this point in the history