feat(samples): fill out missing View samples and establish visual testing suite - #45
Merged
Merged
Conversation
dkhawk
marked this pull request as draft
May 26, 2026 20:15
dkhawk
force-pushed
the
feat/fillout-missing-samples
branch
from
August 4, 2026 17:52
f38adbf to
4264277
Compare
dkhawk
marked this pull request as ready for review
August 4, 2026 18:07
dkhawk
force-pushed
the
feat/fillout-missing-samples
branch
3 times, most recently
from
August 4, 2026 18:41
eaf67c7 to
8560c7c
Compare
kikoso
reviewed
Aug 5, 2026
| @@ -0,0 +1,12 @@ | |||
| #This file is generated by updateDaemonJvm | |||
kikoso
reviewed
Aug 5, 2026
| agp = "9.1.0" | ||
| appcompat = "1.7.1" | ||
| composeBom = "2026.03.01" | ||
| composeBom = "2026.06.01" |
Collaborator
There was a problem hiding this comment.
I would double check this update, the Compose BoM updates are traditionally breaking things. It seems good at a first glance, though.
kikoso
reviewed
Aug 5, 2026
| hilt = "2.60.1" | ||
| ksp = "2.3.6" | ||
| mapsUtilsKtx = "6.0.1" | ||
| mapsUtilsKtx = "6.0.0" |
Collaborator
There was a problem hiding this comment.
Are we downgrading this library?
dkhawk
force-pushed
the
feat/fillout-missing-samples
branch
from
August 6, 2026 15:53
8560c7c to
f072b4e
Compare
Collaborator
Author
|
Addressed review feedback:
|
dkhawk
force-pushed
the
feat/fillout-missing-samples
branch
from
August 6, 2026 15:58
f072b4e to
eea40b7
Compare
Collaborator
Author
|
Updated project configuration:
|
…ting suite Bring feature parity to the Android Maps 3D SDK samples by implementing missing Java and Kotlin View-based activities to match the Compose catalog, integrating the Google Maps Routes API, and establishing automated visual testing across all sample apps. * Sample Parity (Java & Kotlin Views) - Implement driving route visualization (`RoutesActivity`) with real-time 3D vehicle animation, camera tracking, Google Maps Routes API v2 integration, and automatic offline fallback. - Implement interactive map and Place ID click listeners (`MapInteractionsActivity`). - Align Marker collision behaviors, custom Pin styling, and camera controls across Compose, Kotlin, and Java samples. * Visual Testing & Catalog Automation - Establish a comprehensive automated visual testing suite across Java and Kotlin View sample apps. - Upgrade catalog documentation scripts to generate screenshots cleanly without inflating production APK bundle sizes. * Stability & Tooling Polish - Handle SDK map initialization timing gracefully in test environments across base sample activities. - Standardize Android `adb` path resolution in Gradle tasks across all sample and snippet modules. TAG=agy CONV=6441a701-e020-4126-bdb0-921694fbee91
dkhawk
force-pushed
the
feat/fillout-missing-samples
branch
from
August 6, 2026 17:47
eea40b7 to
a6166df
Compare
googlemaps-bot
pushed a commit
that referenced
this pull request
Aug 7, 2026
# [1.9.0](v1.8.0...v1.9.0) (2026-08-07) ### Features * **samples:** fill out missing View samples and establish visual testing suite ([#45](#45)) ([ae41867](ae41867))
|
🎉 This PR is included in version 1.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bring feature parity to the Android Maps 3D SDK samples by implementing missing Java and Kotlin View-based activities to match the Compose catalog, integrating the Google Maps Routes API, and establishing automated visual testing across all sample apps.
Key Changes
Sample Parity (Java & Kotlin Views)
RoutesActivity: Real-time 3D vehicle animation along a driving route, interactive camera tracking, Google Maps Routes API v2 integration, and automatic offline fallback toOahuRouteData.FALLBACK_ROUTE.MapInteractionsActivity: Interactive map click and Place ID listeners.REQUIREDandOPTIONAL_AND_HIDES_LOWER_PRIORITY), custom Pin styling, and camera controls across Compose, Kotlin, and Java samples.Visual Testing & Catalog Automation
*VisualTest.javaand*VisualTest.kt) across Java and Kotlin View sample apps.catalog_automation.py) to generate screenshots cleanly without inflating production APK bundle sizes.Stability & Tooling Polish
SampleBaseActivity/BaseSkeletonActivity).adbpath resolution in Gradle tasks across all sample and snippet modules.TAG=agy
CONV=6441a701-e020-4126-bdb0-921694fbee91