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.4.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.4.1
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on May 26, 2026

  1. fix: address lint, compiler, and Error Prone warnings (#1692)

    - Add missing `@Override` annotations to `RenderTask#run` and KML/GeoJSON Layer methods.
    - Resolve `LockNotBeforeTry` warnings in clustering renderers by moving lock acquisition outside of `try` blocks and ensuring release inside `finally` blocks.
    - Specify `Locale.ROOT` for filename casing comparisons in `KmlLayer` to satisfy `StringCaseLocaleUsage`.
    - Refactor KML ground overlay mapping to collect updates before applying, preventing ConcurrentModificationExceptions during iteration.
    - Sort imports in `KmlLayer` alphabetically to satisfy strict Checkstyle `ImportOrder` checks.
    - Address generic rawtype compiler warnings by cleaning up `KmlContainerParser` generics and using safe suppression in `GeoJsonLayer`.
    dkhawk authored May 26, 2026
    Configuration menu
    Copy the full SHA
    ce809c7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

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