Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android Auto] Add changelog for 0.3.0 #1688

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Conversation

kmadsen
Copy link
Contributor

@kmadsen kmadsen commented Sep 23, 2022

0.3.0 September 23, 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)

@kmadsen
Copy link
Contributor Author

kmadsen commented Sep 23, 2022

Snapshot is available

allprojects {
  repositories {
--snip--
    maven {
      url 'https://api.mapbox.com/downloads/v2/snapshots/maven'
      authentication {
        basic(BasicAuthentication)
      }
      credentials {
        username = "mapbox"
        password = project.hasProperty('SDK_REGISTRY_TOKEN') ? project.property('SDK_REGISTRY_TOKEN') : System.getenv('SDK_REGISTRY_TOKEN')
      }
    }
implementation("com.mapbox.extension:maps-androidauto:0.3.0-SNAPSHOT")

@kmadsen kmadsen merged commit 44dd6b4 into main Sep 26, 2022
@kmadsen kmadsen deleted the km-androidauto-release-0.3.0 branch September 26, 2022 16:09
mapbox-github-ci-writer-public-1 bot pushed a commit that referenced this pull request May 5, 2023
* bump gl-native to 10.13.1

* update license

* update ci hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants