Skip to content

Commit

Permalink
Add changelog for extension-androidauto (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadsen authored Apr 7, 2022
1 parent 63c7a2a commit 648575b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions extension-androidauto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog for Mapbox Maps Android Auto Extension SDK

Mapbox welcomes participation and contributions from everyone.

# main
## Features ✨ and improvements 🏁
## Bug fixes 🐞

# 0.1.0 April 7, 2022

## Features ✨ and improvements 🏁
* Add `MapboxCarMap`. Constructing this object will add mapbox map to the head unit. ([#1004](https://github.com/mapbox/mapbox-maps-android/pull/1004))
* Add `MapboxCarMapObserver` and `MapboxCarMapSurface` which allows you to build customizations for the `MapboxMap`. ([#1004](https://github.com/mapbox/mapbox-maps-android/pull/1004))
* Add `MapboxCarMapGestureHandler` and `DefaultMapboxCarMapGestureHandler` for handling panning and zooming gestures. (#[1159](https://github.com/mapbox/mapbox-maps-android/pull/1159))
* Add an example to the `:android-auto-app:` module, it includes a 3D location puck, and follows the car location. ([#1004](https://github.com/mapbox/mapbox-maps-android/pull/1004))
* Show Mapbox Logo and a Compass in an example with the `CarMapWidgets`. The `BitmapWidget` is available starting with Maps [v10.4.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/android-v10.4.0). ([#1004](https://github.com/mapbox/mapbox-maps-android/pull/1004))

## Dependencies
* Android Auto car library `androidx.car.app:app:1.1.+`
* Supports any version of Mapbox Maps 10.+

0 comments on commit 648575b

Please sign in to comment.