Skip to content

Conversation

VysotskiVadim
Copy link
Contributor

@VysotskiVadim VysotskiVadim commented Jan 27, 2023

I tested NN fix here, and found out that values aren't exact. 10 sm accuracy seems good.

@VysotskiVadim VysotskiVadim added the skip changelog Should not be added into version changelog. label Jan 27, 2023
@github-actions
Copy link

Changelog

Features

  • Introduced ReplayHistorySession and ReplayHistorySessionOptions to simplify the implementation for replaying history files. History can also be enabled with MapboxTripStarter.enableReplayHistory(). This can replay large history files in a memory efficient way. [#6855](https://github.com/mapbox/mapbox-navigation-android/pull/6855)
  • Added RoadComponent.language value. [#6833](https://github.com/mapbox/mapbox-navigation-android/pull/6833)
  • ⚠️ Changed EHorizonEdgeMetadata.names class from RoadName to RoadComponent. [#6833](https://github.com/mapbox/mapbox-navigation-android/pull/6833)
    To migrate change your code from:
val shielded = roadName.shielded

into:

val shielded = roadComponent.shield != null
  • Added support for continuous EV alternatives in NavigationRouteAlternativesObserver. [#6833](https://github.com/mapbox/mapbox-navigation-android/pull/6833)
  • Fixed issues with map-matching to HOV-only roads. [#6833](https://github.com/mapbox/mapbox-navigation-android/pull/6833)
  • Set a limit of simultaneously running onboard route requests to avoid too many tasks blocking too much of the device's computing resources. [#6833](https://github.com/mapbox/mapbox-navigation-android/pull/6833)
  • Fixed an issue with Road Access Policy ignoring the setting to map-match to closed road sections, when enabled. [#6833](https://github.com/mapbox/mapbox-navigation-android/pull/6833)
  • 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](https://github.com/mapbox/mapbox-navigation-android/pull/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](https://github.com/mapbox/mapbox-navigation-android/pull/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](https://github.com/mapbox/mapbox-navigation-android/pull/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](https://github.com/mapbox/mapbox-navigation-android/pull/6841)
  • Improved NavigationView camera behavior to go back into overview state if routes change during route preview state. [#6840](https://github.com/mapbox/mapbox-navigation-android/pull/6840)
  • Improved NavigationView camera behavior to ignore keyboard insets. [#6845](https://github.com/mapbox/mapbox-navigation-android/pull/6845)

Known issues ⚠️

Other changes

Android Auto Changelog

Features

  • Added support for Junction Views. [#6849](https://github.com/mapbox/mapbox-navigation-android/pull/6849)

Bug fixes and improvements

  • Optimized SpeedLimitWidget memory usage. [#6859](https://github.com/mapbox/mapbox-navigation-android/pull/6859)

@VysotskiVadim VysotskiVadim enabled auto-merge (squash) January 27, 2023 10:40
@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #6884 (362644b) into main (1948ab4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #6884   +/-   ##
=========================================
  Coverage     72.74%   72.74%           
  Complexity     5614     5614           
=========================================
  Files           785      785           
  Lines         30310    30310           
  Branches       3578     3578           
=========================================
  Hits          22049    22049           
  Misses         6828     6828           
  Partials       1433     1433           

@VysotskiVadim VysotskiVadim merged commit 35ecac3 into main Jan 27, 2023
@VysotskiVadim VysotskiVadim deleted the vv-fixed-upcomming-route-objects-test branch January 27, 2023 11:52
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