348 Commits

Author SHA1 Message Date
dependabot-preview[bot]
4768bab065
chore(deps): bump gradle in /tutorials/kotlin/MapWithMarker (#421)
Bumps gradle from 4.0.2 to 4.1.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-26 01:05:33 +00:00
dependabot-preview[bot]
6c049880f3
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#414)
Bumps `kotlin_version` from 1.4.21 to 1.4.21-2.

Updates `kotlin-gradle-plugin` from 1.4.21 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.21-2)

Updates `kotlin-stdlib-jdk7` from 1.4.21 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.21-2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-04 07:55:07 +00:00
dependabot-preview[bot]
4a2ea0fd8c
chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker (#413)
Bumps `kotlin_version` from 1.4.20 to 1.4.21-2.

Updates `kotlin-gradle-plugin` from 1.4.20 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21-2)

Updates `kotlin-stdlib-jdk7` from 1.4.20 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21-2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-04 07:41:29 +00:00
dependabot-preview[bot]
b360435a6f
chore(deps): bump kotlin_version (#410)
Bumps `kotlin_version` from 1.4.20 to 1.4.21-2.

Updates `kotlin-gradle-plugin` from 1.4.20 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21-2)

Updates `kotlin-stdlib-jdk7` from 1.4.20 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21-2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-04 07:22:59 +00:00
dependabot-preview[bot]
c676c911cf
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#405)
Bumps `kotlin_version` from 1.4.20 to 1.4.21.

Updates `kotlin-gradle-plugin` from 1.4.20 to 1.4.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21)

Updates `kotlin-stdlib-jdk7` from 1.4.20 to 1.4.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 09:13:08 +00:00
dependabot-preview[bot]
e4dfad8c68
chore(deps): bump junit in /tutorials/kotlin/Polygons (#350)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-30 07:28:23 +00:00
Chris Arriola
2ab19b7e0d
feat: Using local.properties to provide API key (#398)
* feat: Using local.properties to provide API key instead of secure.properties.

* Remove redundant declaration in main AndroidManifest.xml

* Migrate ApiDemos - Kotlin to use local.properties.

* Update README for tutorials.

* Genericize.

* Remove references to secure.properties.

* s/master/main
2020-11-25 13:38:00 -08:00
dependabot-preview[bot]
12e2c5a74d
chore(deps): bump kotlin_version (#395)
Bumps `kotlin_version` from 1.4.10 to 1.4.20.

Updates `kotlin-gradle-plugin` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Updates `kotlin-stdlib-jdk7` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-23 07:57:34 +00:00
dependabot-preview[bot]
4839fe7445
chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker (#394)
Bumps `kotlin_version` from 1.4.10 to 1.4.20.

Updates `kotlin-gradle-plugin` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Updates `kotlin-stdlib-jdk7` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-23 07:52:52 +00:00
dependabot-preview[bot]
5cfa5d7084
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#393)
Bumps `kotlin_version` from 1.4.10 to 1.4.20.

Updates `kotlin-gradle-plugin` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Updates `kotlin-stdlib-jdk7` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-23 07:51:45 +00:00
dependabot-preview[bot]
48dc1502a7
chore(deps): bump junit in /tutorials/kotlin/MapWithMarker (#340)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-14 09:22:47 -07:00
dependabot-preview[bot]
d004d60a4b
chore(deps): bump gradle in /tutorials/kotlin/MapWithMarker (#337)
Bumps gradle from 4.0.1 to 4.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-12 08:01:56 +00:00
dependabot-preview[bot]
141441393d
chore(deps): bump gradle in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#335)
Bumps gradle from 4.0.1 to 4.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-12 07:48:23 +00:00
dependabot-preview[bot]
f21c6d86cd
chore(deps): bump core-ktx in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#334)
Bumps core-ktx from 1.3.1 to 1.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-05 08:00:24 +00:00
dependabot-preview[bot]
9cab941fe5
chore(deps): bump core-ktx in /tutorials/kotlin/Polygons (#332)
Bumps core-ktx from 1.3.1 to 1.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-05 07:41:41 +00:00
dependabot-preview[bot]
20aac0f4d3
chore(deps): bump core-ktx in /tutorials/kotlin/MapWithMarker (#329)
Bumps core-ktx from 1.3.1 to 1.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-05 07:31:45 +00:00
dependabot-preview[bot]
8bfefa40a8
chore(deps): bump places in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#319) 2020-09-24 00:06:44 +00:00
dependabot-preview[bot]
8aead2e3a1 chore(deps): bump kotlin_version
Bumps `kotlin_version` from 1.4.0 to 1.4.10.

Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10)

Updates `kotlin-stdlib-jdk7` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-23 23:57:13 +00:00
dependabot-preview[bot]
9334d396cf chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons
Bumps `kotlin_version` from 1.4.0 to 1.4.10.

Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10)

Updates `kotlin-stdlib-jdk7` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-23 23:56:00 +00:00
dependabot-preview[bot]
dccf3b64d5 chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker
Bumps `kotlin_version` from 1.4.0 to 1.4.10.

Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10)

Updates `kotlin-stdlib-jdk7` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-23 23:55:54 +00: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
dependabot-preview[bot]
7fbeee0cc7
chore(deps): bump junit in /tutorials/kotlin/MapWithMarker (#296) 2020-09-10 18:25:23 +00:00
dependabot-preview[bot]
b7ef70d759
chore(deps): bump junit in /tutorials/kotlin/Polygons (#304) 2020-09-10 18:15:04 +00:00
dependabot-preview[bot]
f7104996bc
chore(deps): bump espresso-core in /tutorials/kotlin/MapWithMarker (#297) 2020-09-10 17:56:09 +00:00
dependabot-preview[bot]
ec83cadf1d
chore(deps): bump appcompat in /tutorials/kotlin/Polygons (#307) 2020-09-10 17:55:47 +00:00
dependabot-preview[bot]
6777979b60
chore(deps): bump appcompat in /tutorials/kotlin/MapWithMarker (#295) 2020-09-10 17:47:02 +00:00
dependabot-preview[bot]
caa99b507b
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#309) 2020-09-10 17:27:54 +00:00
dependabot-preview[bot]
8c2a1dd7b4
chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker (#301) 2020-09-10 17:27:08 +00:00
dependabot-preview[bot]
08095bbd06
chore(deps): bump espresso-core in /tutorials/kotlin/Polygons (#302) 2020-09-10 17:16:33 +00:00
dependabot-preview[bot]
71c721275b chore(deps): bump appcompat
Bumps appcompat from 1.1.0 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:16:23 +00:00
dependabot-preview[bot]
e8a687b6c1 chore(deps): bump kotlin_version
Bumps `kotlin_version` from 1.3.72 to 1.4.0.

Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.0)

Updates `kotlin-stdlib-jdk7` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:16:20 +00: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
fe594674ce build: Update to Gradle 4.0.1 2020-07-27 14:59:25 -07:00
dependabot-preview[bot]
cb108aa7a3
chore(deps): bump core-ktx in /tutorials/kotlin/MapWithMarker (#259) 2020-07-23 15:50:01 +00:00
dependabot-preview[bot]
054d002948
chore(deps): bump core-ktx in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#260) 2020-07-23 15:49:43 +00:00
Chris Arriola
7768691408
docs: Update README on how to provide GMP API Key. (#248)
* docs: Update README on how to provide GMP API Key.

* fix references.

* Update reference.

* Update string.

* Update references.
2020-06-17 09:47:42 -07:00
Chris Arriola
325cc756a2 chore: Prevent force unwrapping. 2020-06-12 10:06:33 -07:00
Chris Arriola
e5580ef99b
chore: Add region tags in MapsMarkerActivity. (#238) 2020-06-02 11:09:23 -07:00
dependabot-preview[bot]
c626549560
chore(deps): bump core-ktx in /tutorials/kotlin/MapWithMarker (#219) 2020-05-28 16:08:51 +00:00
dependabot-preview[bot]
b214f3be4e
chore(deps): bump core-ktx in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#217) 2020-05-28 03:59:34 +00:00
dependabot-preview[bot]
e85d4679cc
chore(deps): bump places in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#218) 2020-05-28 03:59:21 +00:00
Chris Arriola
693275318b
chore: Add Kotlin version of CurrentPlaceDetailsOnMap. (#215) 2020-05-27 20:38:40 -07:00
Chris Arriola
a14087f52c
chore: Remove 'silent' from END_EXCLUDE tags (#214) 2020-05-26 14:33:38 -07:00
Chris Arriola
8da74564d6
chore: Remove KTX and lifecycle dependencies from MapsMarkerActivity (#213) 2020-05-26 10:42:02 -07:00
dependabot-preview[bot]
ffe9d8f1bc
chore(deps): bump maps-ktx in /tutorials/kotlin/MapWithMarker (#202)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-14 08:46:14 -07:00
Chris Arriola
ba01ea47ff
feat: Adding Kotlin version of PolyActivity (#197)
* chore: Modify how API key is provided

* Creating kotlin version of Polygons.

* Add region tag for maps_poly_activity_get_map_async

* Add region tag for maps_poly_activity_on_map_ready

* Add region tag for maps_poly_activity_add_polyline

* Add region tag for maps_poly_activity_add_polyline_set_tag

* Add regiontag maps_poly_activity_style_polyline

* Add region tag for maps_poly_activity_on_polyline_click

* Add region tag for maps_poly_activity_style_polygon

* Addressing comments.
2020-05-12 09:09:27 -07:00
Chris Arriola
5ac76bb18b
chore: Adding regiontag for MapsMarkerActivity (#195) 2020-05-08 08:45: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