Skip to content

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