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

Fix for LRU cache inconsistency crash cherry-pick #7843

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

DzmitryFomchyn
Copy link
Contributor

Description

Cherry-picks #7836

@DzmitryFomchyn DzmitryFomchyn requested a review from a team as a code owner July 22, 2024 16:44
Copy link

Changelog

Features

Bug fixes and improvements

Known issues ⚠️

Other changes

Android Auto Changelog

Features

Bug fixes and improvements

  • The app is now considered as the one in active navigation only when an active route is set to MapboxNavigation. Previously it was always considered active. [#7366](https://github.com/mapbox/mapbox-navigation-android/pull/7366)
  • When Android Auto host tells the app to stop active navigation because another app starts navigating, now SDK will enter FreeDrive mode instead of stopping trip session completely. [#7366](https://github.com/mapbox/mapbox-navigation-android/pull/7366)

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.17%. Comparing base (39a5265) to head (8790e50).

Impacted file tree graph

@@               Coverage Diff                @@
##             release-v2.20    #7843   +/-   ##
================================================
  Coverage            74.16%   74.17%           
  Complexity            6265     6265           
================================================
  Files                  856      856           
  Lines                33779    33783    +4     
  Branches              4023     4022    -1     
================================================
+ Hits                 25053    25059    +6     
+ Misses                7168     7167    -1     
+ Partials              1558     1557    -1     
Files Coverage Δ
...ion/base/internal/route/RouteCompatibilityCache.kt 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@DzmitryFomchyn DzmitryFomchyn merged commit de7281c into release-v2.20 Jul 22, 2024
36 of 40 checks passed
@DzmitryFomchyn DzmitryFomchyn deleted the df-7836-cherry-pick branch July 22, 2024 17:45
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.

3 participants