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.6.0
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: main
Choose a head ref
  • 16 commits
  • 31 files changed
  • 4 contributors

Commits on Apr 29, 2025

  1. chore: modified path for the Test report (#704)

    * chore: modified path for the screenshot report
    
    * chore: modified path for the screenshot report
    kikoso authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    807c957 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

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

Commits on Jun 25, 2025

  1. chore: libraries updated (#713)

    * chore: libraries updated
    
    * chore: updated Gradle
    kikoso authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    a0bf20e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. chore(deps): bump cycjimmy/semantic-release-action from 4.2.0 to 4.2.1 (

    #710)
    
    Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases)
    - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md)
    - [Commits](cycjimmy/semantic-release-action@v4.2.0...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: cycjimmy/semantic-release-action
      dependency-version: 4.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    b34bb96 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump madrapps/jacoco-report from 1.7.1 to 1.7.2 (#707)

    Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/madrapps/jacoco-report/releases)
    - [Commits](Madrapps/jacoco-report@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: madrapps/jacoco-report
      dependency-version: 1.7.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    1b15377 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

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

Commits on Jul 10, 2025

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

Commits on Jul 14, 2025

  1. feat: added BitmapDescriptor as parameter to AdvancedMarker (#718)

    * feat: added BitmapDescriptor as parameter to AdvancedMarker
    
    * feat: added comment
    
    ---------
    
    Co-authored-by: Dale Hawkins <107309+dkhawk@users.noreply.github.com>
    kikoso and dkhawk authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    e1c2277 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.7.0 [skip ci]

    # [6.7.0](v6.6.0...v6.7.0) (2025-07-14)
    
    ### Features
    
    * added BitmapDescriptor as parameter to AdvancedMarker ([#718](#718)) ([e1c2277](e1c2277))
    semantic-release-bot committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    b403d36 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. chore: migrated to vanniktech Maven plugin (#721)

    * chore: migrated to vanniktech Maven plugin
    
    * chore: migrated to vanniktech Maven plugin
    
    * chore: migrated to vanniktech Maven plugin
    
    * chore: changed branch for testing
    
    * chore: changed branch for testing
    
    * chore: changed branch for testing
    
    * chore: base64 for secret
    
    * chore: base64 for secret
    
    * chore: calling new Gradle command
    
    * chore: using sed
    
    * chore: rename vars
    
    * chore: rename vars
    
    * chore: change branch to main
    
    * chore: change branch to main
    kikoso authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    40392da View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. chore: added org to Vanniktech Maven Plugin (#724)

    * chore: added org to Vanniktech Maven Plugin
    
    * chore: removed unused import
    kikoso authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    b825285 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. chore: added Fragment sample (#727)

    * chore: added Fragment sample
    
    * chore: added ViewPager example
    
    * chore: fixed GitHub flow
    
    * feat: Updates to the FragmentDemoActivity.kt
    
    Key changes include:
    - Renamed `activity_main.xml` to `activity_fragment_demo.xml` and added a `TextView` to indicate swipe functionality.
    - Renamed `MyFragmentPagerAdaptar.kt` to `MapFragmentPagerAdapter.kt` and modified it to dynamically determine the number of fragments based on `mapConfigs`.
    
    ---------
    
    Co-authored-by: dkhawk <107309+dkhawk@users.noreply.github.com>
    kikoso and dkhawk authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    820adfe View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    b528732 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.7.1 [skip ci]

    ## [6.7.1](v6.7.0...v6.7.1) (2025-08-06)
    
    ### Bug Fixes
    
    * bring rememberMarkerState back ([#730](#730)) ([b528732](b528732))
    semantic-release-bot committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    124090f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. fix: add one-time attribution ID initialization for GoogleMap (#735)

    * fix: add one-time attribution ID initialization for GoogleMap
    
    * fix: removed addInternalUsageAttributionId usage
    
    * fix: running only once on PR
    
    * fix: running tests only on PR
    
    * feat: Centralize Maps API initialization in a singleton
    
    Refactored the Maps API initialization logic into a new `MapsApiAttribution` singleton. This ensures that `MapsApiSettings.addInternalUsageAttributionId` is called only once per application lifecycle.
    
    The `isInitialized` state is now managed within the singleton and exposed as a Compose `State`, triggering recomposition in the `GoogleMap` composable when the API is ready. This simplifies the `GoogleMap` composable and provides a single source of truth for initialization status.
    
    * refactor: Improve Maps API attribution initialization
    
    ---------
    
    Co-authored-by: dkhawk <107309+dkhawk@users.noreply.github.com>
    kikoso and dkhawk authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    236f23a View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.7.2 [skip ci]

    ## [6.7.2](v6.7.1...v6.7.2) (2025-08-19)
    
    ### Bug Fixes
    
    * add one-time attribution ID initialization for GoogleMap ([#735](#735)) ([236f23a](236f23a))
    semantic-release-bot committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    55d9ca6 View commit details
    Browse the repository at this point in the history
Loading