extension-androidauto-v0.3.0
kmadsen
released this
26 Sep 16:18
·
819 commits
to main
since this release
0.3.0 September 26, 2022
Features ✨ and improvements 🏁
- Allow
MapboxCarMap
to be initialized before theCarContext
is created. (#1603) - Add
MapboxCarMapSessionInstaller
andMapboxCarMapScreenInstaller
for simpler setup. (#1603) - Add
Session.mapboxMapInstaller
andScreen.mapboxMapInstaller
extension functions to create the installers. (#1603) - Change
MapboxCarMapGestureHandler
to a java interface so default methods can be added without breaking java backwards compatibility. (#1670) - Change
MapboxCarMapObserver
to a java interface so default methods can be added without breaking java backwards compatibility. (#1670) - Change
MapboxCarMap#getEdgeInsets()
tomapboxCarMap.getVisibleEdgeInsets()
with the addition ofmapboxCarMap.getStableEdgeInsets()
. (#1670) - Add
MapboxCarMapObserver#onStableAreaChanged
to support all the available functions from the SurfaceCallback. (#1670) - Add support for intercepting the
SurfaceCallback#onClick
when usingMapboxCarMap.prepareSurfaceCallback
. (#1683)
Dependencies
- Android Auto car library
androidx.car.app:app:1.1.+
- Supports any version of Mapbox Maps 10.+