Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/android-maps-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.12.1
Choose a base ref
...
head repository: googlemaps/android-maps-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.12.2
Choose a head ref
  • 3 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    fe2fe6a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. fix: Address exception on main thread during map initialization (#793)

    * fix: Address IllegalStateException on main thread during map initialization
    
    Fixes a crash where `IllegalStateException: Method addObserver must be called on the main thread`
    was thrown during Google Maps initialization on certain Android devices after
    upgrading the library. This addresses the issue reported in #789.
    
    * fix: moved tests as Instrumentation Tests
    
    * refactor: Use application-scoped CoroutineScope
    
    Replaced GlobalScope with a custom CoroutineScope in MapsComposeApplication to ensure better lifecycle management for coroutines. Also clarified the comment regarding SDK initialization.
    
    ---------
    
    Co-authored-by: Enrique López-Mañas <[email protected]>
    dkhawk and kikoso authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    f606fd9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.12.2 [skip ci]

    ## [6.12.2](v6.12.1...v6.12.2) (2025-11-14)
    
    ### Bug Fixes
    
    * Address exception on main thread during map initialization ([#793](#793)) ([f606fd9](f606fd9))
    semantic-release-bot committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    9983172 View commit details
    Browse the repository at this point in the history
Loading