Justin Poehnelt
c06f85ccc8
chore: only approve
2022-05-12 10:21:04 -06:00
Justin Poehnelt
5a1c828f8e
chore: add --approve
2022-05-12 10:09:50 -06:00
Justin Poehnelt
fd2227fb39
chore: fix approval by providing url to pr
2022-05-12 09:59:57 -06:00
Justin Poehnelt
db82d9a932
chore: update pull request approval comment
2022-05-12 09:52:52 -06:00
Justin Poehnelt
bc1cae361f
chore: simplify dependabot workflow
2022-05-12 09:49:55 -06:00
googlemaps-bot
8665714a23
chore: Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml' ( #940 )
2022-05-11 15:41:32 -06:00
Justin Poehnelt
28fa83e569
build: add summary test status check ( #938 )
2022-05-10 18:10:55 -06:00
googlemaps-bot
91781c0b61
chore: Synced file(s) with googlemaps/.github ( #935 )
2022-05-10 15:41:47 -06:00
Chris Arriola
9314d34bca
ci: Prevent v3 assembly.
...
Change-Id: I0a390496a0ffb4edd764b7e675ba83e3cacf1eb4
2021-11-05 13:31:58 -07:00
Chris Arriola
4ee2170919
fix: Fix v18.0.0 build errors ( #740 )
...
* fix: Fix build errors from v18.0.0
Change-Id: Id4a2b5edf71832ffe71e2296de979b9a48b7786a
* Update CI to only build GMS on non-snippet code.
Change-Id: I1cbc08546758ec1ae40851777efdbe2ac2e941a4
* Remove redundant snippet end tag.
Change-Id: I8101762c705a31af6c63deec91152246e19b9622
* Fix nullability errors.
Change-Id: I3e535c0389586bf69a6780c5ce46c813e2b3241f
2021-10-27 11:21:21 -07:00
Chris Arriola
9a0f951437
ci: Using Java 11 in release workflow
2021-08-13 09:40:37 -07:00
Chris Arriola
8c8e3a3b51
chore: Update WearOS sample and add Kotlin version. ( #659 )
...
* Add secrets-gradle-plugin.
* Using new ambient mode API.
* Applying fullscreen.
* Add Kotlin samples.
* Use java 11.
* Include local.defaults.properties.
* Rename to local.defaults.properties.
* Add value for GOOGLE_MAPS_API_KEY
* s/master/main
2021-08-12 16:29:54 -07:00
Chris Arriola
b92eeef28b
chore: Using AGP 7.0.0 ( #658 )
...
* chore: Using AGP 7.0.0
* Use Java 11.
* Using 'adopt' distribution
* Ignore .java-version
* Remove onClick from XML
* Add abortOnError false.
2021-08-09 16:41:26 -07:00
Chris Arriola
9acf56344e
chore: Add workflow_dispatch to build workflow.
2021-07-15 08:39:08 -07:00
Chris Arriola
5578ecaa3c
chore: Use GITHUB_WORKSPACE.
2021-01-25 14:54:22 -08:00
Chris Arriola
462e27304d
chore: Configure VM for release workflow.
2021-01-25 14:29:52 -08:00
Chris Arriola
add75498ef
feat: Adding release and publish workflows
2021-01-25 14:09:47 -08:00
Chris Arriola
6eb23eee45
chore: Add missing snippets ( #316 )
...
* chore: Add missing snippets.
* Add POI behavior
* License.
* Adding snippets for Maps Object.
* Add OnPoiClickDemoActivity
* Add LiteMode.
* Add street view sample code.
* Add missing headers.
* Marking activity as public.
* Making activity internal
* Move exclude.
* Adding snippets for Events.
* Add camera and view snippets.
* Adding MyLocationLayerActivity.
* Add snippets for Markers.
* Adding InfoWindows.
* Addiing snippets for Shapes.
* Add GroundOverlays snippets.
* Add tile overlays samples.
* Add AMU + GeoJSON samples.
* ADd KML snippets.
* Adding heatmaps.
* Add clustering.
* Add multilayer.
2020-09-23 15:14:56 -07:00
Chris Arriola
0848b66a9f
chore: Adding new snippets for Maps Beta. ( #315 )
...
* chore: Adding new snippets for Maps Beta.
* Adding license.
* Update workflow.
* Remove unused layout.
* Moving GMS samples to gms product flavor.
* Uninstall NDK
* Move layout file to gms
2020-09-09 16:44:25 -07:00
Chris Arriola
8985cb9643
chore: Add snippets project ( #278 )
...
* chore: Add snippets directory.
* chore: Add snippets project.
* Adding license headers.
2020-08-25 11:05:24 -07:00
Chris Arriola
c82e1a8120
build: Adding SuppressLint for MissingPermission. ( #261 )
...
* build: Adding SuppressLint for MissingPermission.
* Using NDK version 21.3.6528147
* Uninstall NDK bundle.
* Fix build errors.
* Fix per-flavor manifests.
2020-07-28 10:33:02 -07:00
Chris Arriola
abb75edd0c
build: Run generateV3 generateV3Layout periodically. ( #240 )
...
* build: Run generateV3 generateV3Layout periodically.
* Update generate_v3.yml
* Rename generate_v3.yml to generate-v3.yml
* Update generate-v3.yml
2020-06-03 11:41:21 -07:00
Chris Arriola
fc64eca151
chore: ApiDemos for Maps SDK V3 BETA ( #199 )
...
* chore: Adding samples for V3.
Adding samples for V3 BETA in a new module `app-v3`. These samples are
generated by the `generateV3` Gradle task which runs when the `app`
module is built.
TODOs left:
- [ ] Update README with a note about V3 samples
* Update README and location of secure.properties.
* Using product flavors instead of creating a new module for V3 & GMS.
* Update build workflow to run lint and assemble on all flavor/build types.
* Not using deprecated API.
* Install Android NDK.
* Update license headers.
2020-05-12 17:15:09 -07:00
Chris Arriola
69f17a8fb0
feat: Adding kotlin sample for MapWithMarker. ( #192 )
...
* feat: Adding kotlin sample for MapWithMarker.
* Using gradle technique for passing the API key
* Adding license headers.
* Modify java MapWithMarker to use secure.properties as well.
* Adding more license headers
* Update build.yml cd
* Fix dir.
* Using maps_api_key
* Update tutorials/kotlin/MapWithMarker/app/src/main/java/com/example/mapwithmarker/MapsMarkerActivity.kt
Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
* Comments
* Add missing import
Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
2020-05-07 15:02:38 -07:00
Chris Arriola
25cf804449
build: Build all branches not just master
2020-05-04 19:24:56 -07:00
Chris Arriola
87955bc158
build: Fixing build issues.
2020-04-07 14:47:51 -07:00
Chris Arriola
ff3beafa80
build: Adding weekly cron build.
2020-04-07 14:25:55 -07:00
Chris Arriola
7b250fd424
build: Adding 45 minute timeout
2020-04-01 14:02:57 -07:00
Chris Arriola
db17426711
build: Separate jobs.
2020-04-01 11:22:16 -07:00
Chris Arriola
3db3c33cbb
build: Adding build.yml.
2020-04-01 10:34:59 -07:00