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-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.19.0
Choose a base ref
...
head repository: googlemaps/android-maps-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.1
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on Sep 16, 2025

  1. build(deps): bump com.google.truth:truth from 1.4.4 to 1.4.5 (#1601)

    Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.4 to 1.4.5.
    - [Release notes](https://github.com/google/truth/releases)
    - [Commits](google/truth@v1.4.4...v1.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.truth:truth
      dependency-version: 1.4.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b5415cb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. build(deps): bump cycjimmy/semantic-release-action from 4.2.2 to 5.0.0 (

    #1582)
    
    Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 4.2.2 to 5.0.0.
    - [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.2...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cycjimmy/semantic-release-action
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    627908a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-java from 3 to 5 (#1568)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    69aed05 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. build(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx (#1608)

    Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.3 to 2.9.4.
    
    ---
    updated-dependencies:
    - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
      dependency-version: 2.9.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    ba678b5 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#1607)

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.19.0...v5.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-version: 5.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    f8b0d4d View commit details
    Browse the repository at this point in the history
  3. build: update to Kotlin 2.2.20, fixed tests (#1604)

    * build: update to Kotlin 2.2.20, fixed tests
    
    * build: re-added BuildConfig
    kikoso authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    5d7b0e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. chore: Make DEFAULT_TOLERANCE public (#1619)

    Make the `DEFAULT_TOLERANCE` constant in `PolyUtil` public, reverting an oversite when the class was ported to Kotlin.
    dkhawk authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    c4eef64 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. fix: fixed InfoWindow creation in KmlParser (#1624)

    * fix_ fixed InfoWindow creation in KmlParser
    
    * fix: changed if structure
    
    * fix: no InfoWindow when the title is null
    
    * fix: minor chore
    kikoso authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    d74757c View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.19.1 [skip ci]

    ## [3.19.1](v3.19.0...v3.19.1) (2025-11-04)
    
    ### Bug Fixes
    
    * fixed InfoWindow creation in KmlParser ([#1624](#1624)) ([d74757c](d74757c))
    semantic-release-bot committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    ede2526 View commit details
    Browse the repository at this point in the history
Loading