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

[NAVAND-2746] CI: migrate v2 to lts/v2 branch #7866

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

RingerJK
Copy link
Contributor

Description

CI: migrate v2 to lts/v2 branch

Screenshots or Gifs

@RingerJK RingerJK added the skip changelog Should not be added into version changelog. label Sep 10, 2024
@RingerJK RingerJK self-assigned this Sep 10, 2024
@RingerJK RingerJK requested a review from a team as a code owner September 10, 2024 10:51
Copy link

Changelog

Features

  • The PredictiveCacheController(PredictiveCacheOptions) constructor is now deprecated. Use PredictiveCacheController(MapboxNavigation, PredictiveCacheOptions) instead. [#7856](https://github.com/mapbox/mapbox-navigation-android/pull/7856)
  • Optimized memory usage in Directions API model classes by interning frequently occurring strings in JSON. [#7840](https://github.com/mapbox/mapbox-navigation-android/pull/7840)

Bug fixes and improvements

  • Fixed an issue where native memory was not being properly released after the MapboxNavigation object was destroyed. [#7856](https://github.com/mapbox/mapbox-navigation-android/pull/7856)
  • Fixed UI jank caused by on-device TextToSpeech player. [#7833](https://github.com/mapbox/mapbox-navigation-android/pull/7833)

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 Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.10%. Comparing base (ad73c60) to head (5bce0a1).
Report is 1 commits behind head on lts/v2.

Impacted file tree graph

@@            Coverage Diff            @@
##             lts/v2    #7866   +/-   ##
=========================================
  Coverage     74.10%   74.10%           
  Complexity     6260     6260           
=========================================
  Files           856      856           
  Lines         33809    33809           
  Branches       4027     4027           
=========================================
  Hits          25053    25053           
  Misses         7199     7199           
  Partials       1557     1557           

@RingerJK RingerJK merged commit 697488a into lts/v2 Sep 10, 2024
39 of 43 checks passed
@RingerJK RingerJK deleted the ky/migrate-CI-v2-to-lts-branch branch September 10, 2024 11:16
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