You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libnavui-androidauto/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
## Unreleased
6
+
#### Features
7
+
#### Bug fixes and improvements
8
+
9
+
## androidauto-v0.17.0 - 30 November, 2022
10
+
### Changelog
11
+
[Changes between 0.16.0 and 0.17.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.16.0...androidauto-v0.17.0)
12
+
6
13
#### Features
7
14
#### Bug fixes and improvements
8
15
- Added `MapboxCarMapLoader.getStyleExtension` to get access to the values set. [#6571](https://github.com/mapbox/mapbox-navigation-android/pull/6571)
@@ -17,6 +24,12 @@ Mapbox welcomes participation and contributions from everyone.
17
24
- Made `NeedsLocationPermissionsScreen` internal in favor of `MapboxScreen.NEEDS_LOCATION_PERMISSION`. [#6588](https://github.com/mapbox/mapbox-navigation-android/pull/6588)
18
25
- Fixed race condition where `NavigationManager.updateTrip` can be called after `navigationEnded` is called. This is a likely cause to a crash seen. [#6661](https://github.com/mapbox/mapbox-navigation-android/pull/6661)
19
26
27
+
### Mapbox dependencies
28
+
This release defines minimum versions for the Mapbox dependencies.
29
+
- Mapbox Maps Android Auto Extension `v0.5.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.5.0))
0 commit comments