Skip to content

Conversation

dzinad
Copy link
Contributor

@dzinad dzinad commented Jan 23, 2023

Sometimes we get an error message that says "TimeoutException" and it's difficult to understand what exactly went wrong and why.
This PR will add more logs that will help us understand that.

@github-actions
Copy link

Changelog

Features

  • Added MapboxTripStarter to simplify the solution for managing the trip session and replaying routes. This also makes it possible to share the replay state between drop-in-ui and android-auto. #6794

Bug fixes and improvements

  • Increased max distance from the user indicator to route line valid to continue vanishing updates from 3m to 10m. #6854
  • Fixed an issue where alternative routes might have had an incorrect or incomplete portion of the route refreshed or occasionally fail to refresh. #6848
  • Removed NavigationRoute#hasUnexpectedClosures and added RouteProgress#hasUnexpectedUpcomingClosures instead that checks whether route has upcoming unexpected closures (the algorithm does not take into account closures that the puck has already been on) #6841
  • Improved NavigationView camera behavior to go back into overview state if routes change during route preview state. #6840

Known issues ⚠️

Other changes

Android Auto Changelog

Features

  • Added support for Junction Views. #6849

Bug fixes and improvements

@dzinad dzinad added the skip changelog Should not be added into version changelog. label Jan 23, 2023
@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Merging #6865 (0ab8fa9) into main (a093390) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #6865   +/-   ##
=========================================
  Coverage     72.68%   72.68%           
  Complexity     5576     5576           
=========================================
  Files           783      783           
  Lines         30186    30186           
  Branches       3571     3571           
=========================================
  Hits          21941    21941           
  Misses         6819     6819           
  Partials       1426     1426           
Impacted Files Coverage Δ
...mapbox/navigation/base/trip/model/RouteProgress.kt 0.00% <0.00%> (ø)

@dzinad dzinad requested a review from Guardiola31337 January 27, 2023 07:54
@dzinad dzinad merged commit 2b14379 into main Jan 27, 2023
@dzinad dzinad deleted the dd-add-callback-flow-logs branch January 27, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Should not be added into version changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants