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

Change feedback timing #442

Merged
merged 4 commits into from
Oct 31, 2017
Merged

Change feedback timing #442

merged 4 commits into from
Oct 31, 2017

Conversation

danesfeder
Copy link
Contributor

  • Show for 10 seconds instead of 5

cc @ericrwolfe

@@ -123,7 +123,7 @@ private void initCountDownAnimation() {
ObjectAnimator countdownAnimation = ObjectAnimator.ofInt(feedbackProgressBar,
"progress", 0);
countdownAnimation.setInterpolator(new LinearInterpolator());
countdownAnimation.setDuration(5000);
countdownAnimation.setDuration(10000);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just pull this value out as a constant and later allow users to customize it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cammace added the ability to adjust this when creating a new instance

@danesfeder danesfeder merged commit 98c28ea into master Oct 31, 2017
@danesfeder danesfeder deleted the dan-feedback-time branch October 31, 2017 18:07
Grsmto pushed a commit to Grsmto/mapbox-navigation-android that referenced this pull request Nov 2, 2017
* cam-upgrade-project:
  Changed location engine imports
  changed to 0.2 location layer version
  fixes ordering of the bearings (mapbox#455)
  Updated Maneuver Icons  (mapbox#445)
  Change feedback timing (mapbox#442)
  changed apk filepath
  changed sonarqube version to work with gradle 3.0
  fixed a few test issues
  upgraded to gradle 3.0
@danesfeder danesfeder mentioned this pull request Nov 13, 2017
9 tasks
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