mapbox / mapbox-navigation-android

Mapbox Navigation SDK for Android
https://docs.mapbox.com/android/navigation/overview/
Other
622 stars 319 forks source link

Add changelog for 2.20.2 #7859

Closed mapbox-github-ci-writer-public-1[bot] closed 2 months ago

mapbox-github-ci-writer-public-1[bot] commented 2 months ago

changelog 2.20.2

github-actions[bot] commented 2 months ago
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 UI jank caused by on-device TextToSpeech player. `[#7833](https://github.com/mapbox/mapbox-navigation-android/pull/7833)` - 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)` #### Known issues :warning: #### 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)`