113 Commits

Author SHA1 Message Date
dependabot[bot]
c6a1b5ddb5
chore(deps): bump maps-ktx from 3.2.1 to 3.3.0 in /ApiDemos/kotlin (#771)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 13:18:04 +00:00
dependabot[bot]
6857d37ff8
chore(deps): bump maps-ktx from 3.1.0 to 3.2.1 in /ApiDemos/kotlin (#768)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.1.0...v3.2.1)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-02 23:07:32 +00:00
dependabot[bot]
780eb9efb6
chore(deps): bump appcompat from 1.3.1 to 1.4.0 in /ApiDemos/kotlin (#758)
Bumps appcompat from 1.3.1 to 1.4.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 13:20:59 +00:00
dependabot[bot]
a08c0f3195
chore(deps): bump lifecycle-runtime-ktx in /ApiDemos/kotlin (#741)
Bumps lifecycle-runtime-ktx from 2.3.1 to 2.4.0.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-01 13:05:34 +00: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
cd44d81c3c
feat: 18.0.0 samples (#732)
* feat: 18.0.0 samples

* Map BG Color
* Moving cloud based map styling from v3 to gms
* Opt-in renderer

Change-Id: I094e53c9d9ef6b59abe443fb0791646b025cbd3d

* Add exported and bump minSdkVersion

Change-Id: Ied1e4e0aa507b3e67ce09679824225dd4fca88a3

* Bump snippet repo versions.

Change-Id: I50183bcfa4ef5a11d910545848200a9be03605c3

* Bump 18.0.0

Change-Id: I6c174f15e4afa4b2b20a52e956fc1c82e9f71d60
2021-10-27 09:04:41 -07:00
dependabot[bot]
aee1795546
chore(deps): bump volley from 1.2.0 to 1.2.1 in /ApiDemos/kotlin (#691)
Bumps [volley](https://github.com/google/volley) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/google/volley/releases)
- [Commits](https://github.com/google/volley/compare/1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: com.android.volley:volley
  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>
2021-08-30 13:22:34 +00: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
dependabot[bot]
dd19d7eda0
chore(deps): bump appcompat from 1.3.0 to 1.3.1 in /ApiDemos/kotlin (#636)
Bumps appcompat from 1.3.0 to 1.3.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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>
2021-07-26 13:16:43 +00:00
Chris Arriola
482e53a710 chore: Fix warnings and bump dependencies. 2021-07-15 11:47:53 -07:00
Chris Arriola
5e9359b25e
chore: Update dependencies and remove jcenter() (#582)
* chore: Bump AGP 4.2.1 and use secrets-gradle-plugin 1.3.0

* chore: Remove jcenter()

* Use gradle 6.7.1

* Add volley 1.2.0

* Fix build errors.

* Use requireActivity.
2021-07-14 17:22:31 -07:00
dependabot[bot]
c1461d0b58
chore(deps): bump espresso-core from 3.3.0 to 3.4.0 in /ApiDemos/kotlin (#620)
Bumps espresso-core from 3.3.0 to 3.4.0.

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-05 13:37:05 +00:00
dependabot[bot]
81ac78bb97
chore(deps): bump junit from 1.1.2 to 1.1.3 in /ApiDemos/kotlin (#617)
Bumps junit from 1.1.2 to 1.1.3.

---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
  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>
2021-07-05 13:18:16 +00:00
Chris Arriola
49f0bf91e5
chore: Update to secrets-gradle-plugin 1.2.0 (#580)
* chore: Update to secrets-gradle-plugin 1.2.0

* Add new snippet.
2021-06-21 13:25:12 -07:00
Chris Arriola
de8c96bbd2
chore: Update secrets-gradle-plugin to 1.1.0 (#579) 2021-06-16 11:47:18 -07:00
dependabot[bot]
83b9ed8528
chore(deps): bump maps-ktx from 3.0.1 to 3.1.0 in /ApiDemos/kotlin (#578)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 06:54:42 +00:00
dependabot[bot]
99fa07280b
chore(deps): bump recyclerview from 1.2.0 to 1.2.1 in /ApiDemos/kotlin (#576)
Bumps recyclerview from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
  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>
2021-06-07 06:53:37 +00:00
Chris Arriola
e1253fe7ff
chore: Remove queries entry. (#545) 2021-05-13 17:18:13 -07:00
dependabot[bot]
be7059fec7
chore(deps): bump maps-ktx from 3.0.0 to 3.0.1 in /ApiDemos/kotlin (#534)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.0.0...v3.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 08:36:04 +00:00
dependabot[bot]
b1b98142a3
chore(deps): bump play-services-maps in /ApiDemos/kotlin (#530)
Bumps play-services-maps from 17.0.0 to 17.0.1.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 20:15:30 +00:00
dependabot-preview[bot]
580349c75e
chore(deps): bump recyclerview from 1.1.0 to 1.2.0 in /ApiDemos/kotlin (#500)
Bumps recyclerview from 1.1.0 to 1.2.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-12 08:28:16 +00:00
dependabot-preview[bot]
42f4eced5f
chore(deps): bump lifecycle-runtime-ktx in /ApiDemos/kotlin (#491)
Bumps lifecycle-runtime-ktx from 2.3.0 to 2.3.1.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-29 08:38:12 +00:00
Chris Arriola
e28760cfcd
chore: Remove transitive dependencies. (#490) 2021-03-25 10:49:25 -07:00
dependabot-preview[bot]
70bbc687ff
chore(deps): bump maps-ktx from 2.4.0 to 3.0.0 in /ApiDemos/kotlin (#476)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v2.4.0...v3.0.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-08 07:52:30 +00:00
dependabot-preview[bot]
5af8b6fbd0
chore(deps): bump maps-ktx from 2.3.0 to 2.4.0 in /ApiDemos/kotlin (#472)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v2.3.0...v2.4.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 13:25:45 +00:00
dependabot-preview[bot]
0c21676c6d
chore(deps): bump maps-ktx from 2.2.0 to 2.3.0 in /ApiDemos/kotlin (#463)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v2.2.0...v2.3.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-22 08:36:16 +00:00
dependabot-preview[bot]
da5540de6c
chore(deps): bump play-services-location in /ApiDemos/kotlin (#461)
Bumps play-services-location from 17.1.0 to 18.0.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-22 08:15:36 +00:00
dependabot-preview[bot]
5d977c56d1
chore(deps): bump play-services-base in /ApiDemos/kotlin (#460)
Bumps play-services-base from 17.5.0 to 17.6.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-22 08:14:23 +00:00
dependabot-preview[bot]
a607b49894
chore(deps): bump com.google.secrets_gradle_plugin in /ApiDemos/kotlin (#459)
Bumps com.google.secrets_gradle_plugin from 0.4 to 0.5.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-22 08:14:09 +00:00
dependabot-preview[bot]
0e5c3b0807
chore(deps): bump lifecycle-runtime-ktx in /ApiDemos/kotlin (#451)
Bumps lifecycle-runtime-ktx from 2.2.0 to 2.3.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-15 08:01:21 +00:00
dependabot-preview[bot]
b225e72b5d
chore(deps): bump junit from 4.13.1 to 4.13.2 in /ApiDemos/kotlin (#450)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [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.1...r4.13.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-02-15 08:01:03 +00:00
dependabot-preview[bot]
6d6f82da32
chore(deps): bump play-services-base in /ApiDemos/kotlin (#440)
Bumps play-services-base from 17.5.0 to 17.6.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-08 08:10:23 +00:00
Chris Arriola
7d2a50b6b9
feat: Adding SnapshotDemoActivity. (#433) 2021-01-29 15:15:50 -08:00
Chris Arriola
99da3d7c5f
chore: Using secrets-gradle-plugin (#432)
* chore: Using secrets-gradle-plugin

* Using secrets-gradle-plugin in all projects.

* Using 0.4 version of secrets-gradle-plugin
2021-01-27 13:30:29 -08:00
Chris Arriola
0514d79efa
feat: Add SaveStateDemoActivity. (#431) 2021-01-27 12:10:02 -08:00
Chris Arriola
05b53a22d6
feat: Kotlin samples for RetainMapDemoActivity, ProgrammaticDemoActivity, and OptionsDemoActivity (#430)
* Adding sample for MapInPagerDemoActivity

* Bump to gradle 6.5

* Adding MultiMapDemoActivity.

* feat: Adding OptionsDemoActivity

* Adding ProgrammaticDemoActivity.

* Add RetainMapDemoActivity.
2021-01-26 16:36:13 -08:00
Chris Arriola
87f37c0320
feat: Adding sample for MapInPagerDemoActivity and MultiMapDemoActivity (#429)
* Adding sample for MapInPagerDemoActivity

* Bump to gradle 6.5

* Adding MultiMapDemoActivity.
2021-01-26 14:54:21 -08:00
Chris Arriola
e6cf1b0202
feat: Add missing Kotlin samples (#428)
* Gradle bump and rename CloseInfoWindowDemoActivity

* Adding CameraClampingDemoActivity.

* Fix build error.

* Add location source.
2021-01-25 17:03:15 -08:00
Chris Arriola
5578ecaa3c chore: Use GITHUB_WORKSPACE. 2021-01-25 14:54:22 -08:00
Nikita Samoylov
31d2d19d85
fix: activity added to manifest, state saving fix (#416) 2021-01-15 16:42:51 -08: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]
31717696c0
chore(deps): bump junit from 4.13 to 4.13.1 in /ApiDemos/kotlin (#348)
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-09 08:02:33 +00:00
Chris Arriola
0a4969eb76
feat: Target API level 30. (#376) 2020-11-04 12:52:18 -08:00
Chris Arriola
f365026f84
chore: Add missing Kotlin demos. (#375) 2020-11-03 11:27:16 -08:00
dependabot-preview[bot]
db2361c38f
chore(deps): bump play-services-base in /ApiDemos/kotlin (#374)
Bumps play-services-base from 17.4.0 to 17.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-11-02 07:43:13 +00:00
dependabot-preview[bot]
84edb52ad5
chore(deps): bump constraint-layout in /ApiDemos/kotlin (#373)
Bumps constraint-layout from 2.0.1 to 2.0.4.

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-02 07:42:51 +00:00
dependabot-preview[bot]
8a1df2eaca
chore(deps): bump play-services-location in /ApiDemos/kotlin (#327)
Bumps play-services-location from 17.0.0 to 17.1.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-10-26 07:36:36 +00:00
dependabot-preview[bot]
a9998da743
chore(deps): bump play-services-base in /ApiDemos/kotlin (#369)
Bumps play-services-base from 17.4.0 to 17.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-10-26 07:36:08 +00:00
dependabot-preview[bot]
dd12c13dbb
chore(deps): bump constraint-layout in /ApiDemos/kotlin (#292) 2020-09-23 23:57:38 +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