-
Notifications
You must be signed in to change notification settings - Fork 157
Comparing changes
Open a pull request
base repository: googlemaps/android-maps-compose
base: v6.6.0
head repository: googlemaps/android-maps-compose
compare: main
- 16 commits
- 31 files changed
- 4 contributors
Commits on Apr 29, 2025
-
chore: modified path for the Test report (#704)
* chore: modified path for the screenshot report * chore: modified path for the screenshot report
Configuration menu - View commit details
-
Copy full SHA for 807c957 - Browse repository at this point
Copy the full SHA 807c957View commit details
Commits on Jun 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7df3b17 - Browse repository at this point
Copy the full SHA 7df3b17View commit details
Commits on Jun 25, 2025
-
chore: libraries updated (#713)
* chore: libraries updated * chore: updated Gradle
Configuration menu - View commit details
-
Copy full SHA for a0bf20e - Browse repository at this point
Copy the full SHA a0bf20eView commit details
Commits on Jun 27, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b34bb96 - Browse repository at this point
Copy the full SHA b34bb96View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1b15377 - Browse repository at this point
Copy the full SHA 1b15377View commit details
Commits on Jul 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f9c4b7e - Browse repository at this point
Copy the full SHA f9c4b7eView commit details
Commits on Jul 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 57b6776 - Browse repository at this point
Copy the full SHA 57b6776View commit details
Commits on Jul 14, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for e1c2277 - Browse repository at this point
Copy the full SHA e1c2277View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for b403d36 - Browse repository at this point
Copy the full SHA b403d36View commit details
Commits on Jul 16, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 40392da - Browse repository at this point
Copy the full SHA 40392daView commit details
Commits on Jul 17, 2025
-
chore: added org to Vanniktech Maven Plugin (#724)
* chore: added org to Vanniktech Maven Plugin * chore: removed unused import
Configuration menu - View commit details
-
Copy full SHA for b825285 - Browse repository at this point
Copy the full SHA b825285View commit details
Commits on Jul 23, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 820adfe - Browse repository at this point
Copy the full SHA 820adfeView commit details
Commits on Aug 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b528732 - Browse repository at this point
Copy the full SHA b528732View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 124090f - Browse repository at this point
Copy the full SHA 124090fView commit details
Commits on Aug 19, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 236f23a - Browse repository at this point
Copy the full SHA 236f23aView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 55d9ca6 - Browse repository at this point
Copy the full SHA 55d9ca6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.6.0...main