Skip to content

NN 134 - #7197

Merged
vadzim-vys merged 18 commits into
mainfrom
vv-NN-134
May 24, 2023
Merged

NN 134#7197
vadzim-vys merged 18 commits into
mainfrom
vv-NN-134

Conversation

@vadzim-vys

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented May 23, 2023

Copy link
Copy Markdown
Contributor
Changelog

Features

  • Added support for uncompressed memory mapped tiles that could be enabled via config options(turned off by default). [#7197](https://github.com/mapbox/mapbox-navigation-android/pull/7197)

Bug fixes and improvements

  • Fixed NavigationRoutes#waypoints being null for EV offline fallback. [#7165](https://github.com/mapbox/mapbox-navigation-android/pull/7165)
  • Improved road snapping for the case when GPS signal is unstable. When GPS signal becomes unstable, LocationMatcherResult#isOffRoad stays false and LocationMatcherResult#enhancedLocation is snapped to a road, the effect takes place until stabilisation of GPS signal. [#7197](https://github.com/mapbox/mapbox-navigation-android/pull/7197)

Known issues ⚠️

Other changes

Android Auto Changelog

Features

Bug fixes and improvements

Comment thread changelog/unreleased/bugfixes/7197.md Outdated
@codecov

codecov Bot commented May 23, 2023

Copy link
Copy Markdown

Codecov Report

Merging #7197 (db0fa38) into main (cac9f01) will decrease coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #7197      +/-   ##
============================================
- Coverage     73.86%   73.86%   -0.01%     
  Complexity     5982     5982              
============================================
  Files           813      813              
  Lines         31851    31853       +2     
  Branches       3793     3793              
============================================
+ Hits          23527    23528       +1     
- Misses         6821     6822       +1     
  Partials       1503     1503              
Impacted Files Coverage Δ
...e/routealternatives/RouteAlternativesController.kt 75.00% <66.66%> (-0.38%) ⬇️

Comment on lines +185 to +189
* The fact that the SDK triggers a callback on alternatives subscription I consider as a bug:
* 1. We recommend users to set updated alternatives back, and it doesn't make sense to trigger
* the callback with the same alternative as they are now.
* 2. The SDK doesn't trigger callback if routes were set already, so in general it feels
* inconsistent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@dzinad , @DzmitryFomchyn , can you please share your opinion about this SDK behaviour. Does it seem like a bug to you? Do you think I should open a ticket for this or it's better to solve it in this PR?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Agreed. I actually discussed the similar thing with NN and it seems like they shouldn't return alternatives, I'll send you the link in DM, could you verify if that's the same thing?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sounds reasonable for me as well.

@vadzim-vys
vadzim-vys marked this pull request as ready for review May 24, 2023 10:44
@vadzim-vys
vadzim-vys requested a review from a team as a code owner May 24, 2023 10:44
@vadzim-vys vadzim-vys added the needs backporting Requires cherry-picking to a currently running release branch label May 24, 2023
@vadzim-vys
vadzim-vys merged commit ea726ec into main May 24, 2023
@vadzim-vys
vadzim-vys deleted the vv-NN-134 branch May 24, 2023 12:17
vadzim-vys added a commit that referenced this pull request May 29, 2023
@vadzim-vys vadzim-vys mentioned this pull request May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs backporting Requires cherry-picking to a currently running release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants