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: v4.0.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: v4.1.0
Choose a head ref
  • 8 commits
  • 37 files changed
  • 3 contributors

Commits on Jan 23, 2026

  1. build: fix release (#1648)

    * build: fix release
    
    * build: fix release
    kikoso authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    5b07aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad856aa View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

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

Commits on Jan 30, 2026

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

Commits on Feb 9, 2026

  1. build: automatically triage issues (#1652)

    * build: automatically triage issues
    
    * build: headers
    kikoso authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    860c3ef View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. feat: Transit Layer Demo & Quality Improvements (#1653)

    * feat: update to maps 20.0.0 and add usage attribution
    
    * feat: add transit layer demo
    
    * feat(demo): modernize MainActivity with Compose and fix UI issues
    
    - Replace legacy MainActivity.java/xml with Compose-based MainActivity.kt
    - Enforce edge-to-edge support with `enableEdgeToEdge()` and Scaffold
    - Organize libs.versions.toml into categorized sections
    - Add TransitLayerDemoActivity to demonstrate transit layer usage
    - Fix spinner text contrast in ClusterAlgorithmsDemoActivity
    - Add material-icons-core dependency to resolve compilation error
    
    * feat(demo): modernize MainActivity with Compose and fix UI issues
    
    - Replace legacy MainActivity.java/xml with Compose-based MainActivity.kt
    - Enforce edge-to-edge support with `enableEdgeToEdge()` and Scaffold
    - Organize libs.versions.toml into categorized sections
    - Add TransitLayerDemoActivity to demonstrate transit layer usage
    - Fix spinner text contrast in ClusterAlgorithmsDemoActivity
    - Add material-icons-core dependency to resolve compilation error
    
    * Refactor: Extract strings, clean resources, modernize Demo UI
    
    - Updated MainActivity to Compose with Accordion UI
    - Extracted hardcoded strings to strings.xml
    - Removed unused resources (colors, dimens, raw files)
    - Fixed lint warnings for hardcoded text and unused resources
    - Updated Demo models to use resource IDs
    
    * Fix: Add missing copyright headers (2026 Google LLC)
    
    * Fix: Update XML copyright headers to match repo style
    
    * Delete demo_transit_layer_material.png
    dkhawk authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    cb074f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. build: update dependencies (#1656)

    * chore: update dependencies
    
    androidx.activity:activity-compose 1.12.3 -> 1.12.4
    androidx.compose:compose-bom 2026.01.01 -> 2026.02.00
    com.android.tools.lint:lint 32.0.0 -> 32.0.1
    
    * chore: update dependencies
    
    * chore: bump version to 4.0.1
    
    * Revert "chore: bump version to 4.0.1"
    
    This reverts commit 49adee9.
    dkhawk authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    201f964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a0179 View commit details
    Browse the repository at this point in the history
Loading