Skip to content

extension-androidauto-v0.3.0

Compare
Choose a tag to compare
@kmadsen kmadsen released this 26 Sep 16:18
· 819 commits to main since this release
44dd6b4

0.3.0 September 26, 2022

Features ✨ and improvements 🏁

  • Allow MapboxCarMap to be initialized before the CarContext is created. (#1603)
  • Add MapboxCarMapSessionInstaller and MapboxCarMapScreenInstaller for simpler setup. (#1603)
  • Add Session.mapboxMapInstaller and Screen.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() to mapboxCarMap.getVisibleEdgeInsets() with the addition of mapboxCarMap.getStableEdgeInsets(). (#1670)
  • Add MapboxCarMapObserver#onStableAreaChanged to support all the available functions from the SurfaceCallback. (#1670)
  • Add support for intercepting the SurfaceCallback#onClick when using MapboxCarMap.prepareSurfaceCallback. (#1683)

Dependencies

  • Android Auto car library androidx.car.app:app:1.1.+
  • Supports any version of Mapbox Maps 10.+