1225 Commits

Author SHA1 Message Date
Sean Barbeau
5e6540cc6b
docs: Add CI badge to README (#191)
* docs: Add CI badge to README

* Fix typo
2020-05-07 08:06:28 -07:00
Sean Barbeau
a972bafebc
feat: Get Maps API key from unversioned file instead of resource - kotlin (#189)
New process to add your own Google Maps API key:

1. [Get a Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
1. Create a file in the `ApiDemos/kotlin/app` directory called `secure.properties` (this file should *NOT* be under version control to protect your API key)
1. Add a single line to `ApiDemos/kotlin/app/secure.properties` that looks like `MAPS_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the API key you obtained in the first step
1. Build and run
2020-05-07 08:06:11 -07:00
Sean Barbeau
b2246b1c8f
feat: Get Maps API key from unversioned file instead of resource - Java (#190)
Previously the Java demo app API key was hard-coded directly in a versioned string resource file, which is dangerous as it's easy to accidentally commit your key into version control.

This PR adds a new process to add your own Google Maps API key for the Java demo app:

1. [Get a Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
1. Create a file in the `ApiDemos/java/app` directory called `secure.properties` (this file should *NOT* be under version control to protect your API key)
1. Add a single line to `ApiDemos/java/app/secure.properties` that looks like `MAPS_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the API key you obtained in the first step
1. Build and run
2020-05-06 14:05:14 -07:00
Sean Barbeau
41e6322ccb
feat: Use coroutine and AMU-KTX .awaitMap() to init basic map demo (#188) 2020-05-06 09:24:13 -07:00
Chris Arriola
25cf804449 build: Build all branches not just master 2020-05-04 19:24:56 -07:00
dependabot-preview[bot]
6dd37ee5a6
chore(deps): bump kotlin_version in /ApiDemos/kotlin (#186)
Bumps `kotlin_version` from 1.3.71 to 1.3.72.

Updates `kotlin-gradle-plugin` from 1.3.71 to 1.3.72
- [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.3.71...v1.3.72)

Updates `kotlin-stdlib-jdk7` from 1.3.71 to 1.3.72
- [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.3.71...v1.3.72)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-30 13:21:13 -07:00
dependabot-preview[bot]
28c6ec9b49
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /ApiDemos/kotlin (#181)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 12:42:53 -07:00
dependabot-preview[bot]
b71da4919f
chore(deps): bump gradle in /tutorials/CurrentPlaceDetailsOnMap (#180)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 12:42:41 -07:00
dependabot-preview[bot]
a38595828f
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /tutorials/MapWithMarker (#179)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 12:42:22 -07:00
dependabot-preview[bot]
f4226a80a5
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /tutorials/StyledMap (#178)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 12:41:55 -07:00
dependabot-preview[bot]
831c706a3a
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /WearOS (#177)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 12:41:39 -07:00
dependabot-preview[bot]
1d0cf40233
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /ApiDemos/java (#176)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 08:47:54 -07:00
dependabot-preview[bot]
031c9de150
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /tutorials/Polygons (#175)
Bumps gradle from 3.6.2 to 3.6.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 08:47:39 -07:00
Chris Arriola
487c289e15
chore(deps): Update to gradle 3.6.2 (#174)
* chore(deps): Update gradle to 3.6.2

* Fix lint issues.
2020-04-15 11:43:39 -07:00
dependabot-preview[bot]
9529e5e5cc
chore(deps): Bump junit from 4.12 to 4.13 in /tutorials/MapWithMarker (#162)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Chris Arriola <carriola@google.com>
2020-04-15 11:12:27 -07:00
dependabot-preview[bot]
86fe20abe5
Bump junit from 1.1.0 to 1.1.1 in /tutorials/MapWithMarker (#166)
Bumps junit from 1.1.0 to 1.1.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-04-15 11:11:43 -07:00
dependabot-preview[bot]
e788c96ac1
Bump junit from 1.1.0 to 1.1.1 in /tutorials/StyledMap (#161)
Bumps junit from 1.1.0 to 1.1.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-04-15 11:11:33 -07:00
dependabot-preview[bot]
87e1130634
chore(deps): Bump espresso-core from 3.1.1 to 3.2.0 in /tutorials/StyledMap (#169)
Bumps espresso-core from 3.1.1 to 3.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>
2020-04-15 10:40:01 -07:00
dependabot-preview[bot]
622bf3215a
chore(deps): Bump places from 2.1.0 to 2.2.0 in /tutorials/CurrentPlaceDetailsOnMap (#167)
Bumps places from 2.1.0 to 2.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>
2020-04-15 10:39:39 -07:00
dependabot-preview[bot]
42c4642525
chore(deps): Bump junit from 4.12 to 4.13 in /tutorials/Polygons (#170)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Chris Arriola <carriola@google.com>
2020-04-15 10:39:22 -07:00
dependabot-preview[bot]
450ceb445a
Bump junit from 1.1.0 to 1.1.1 in /tutorials/Polygons (#172)
Bumps junit from 1.1.0 to 1.1.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-04-15 10:38:37 -07:00
dependabot-preview[bot]
f6bef0cb2b
chore(deps): Bump junit from 4.12 to 4.13 in /tutorials/StyledMap (#173)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 19:56:28 -07:00
dependabot-preview[bot]
21429a23f3
chore(deps): Bump espresso-core from 3.1.1 to 3.2.0 in /tutorials/MapWithMarker (#168)
Bumps espresso-core from 3.1.1 to 3.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>
2020-04-14 19:56:11 -07:00
dependabot-preview[bot]
5b405fe431
Bump espresso-core from 3.1.1 to 3.2.0 in /tutorials/Polygons (#160)
Bumps espresso-core from 3.1.1 to 3.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>
2020-04-14 19:55:54 -07:00
dependabot-preview[bot]
899c33704a
chore(deps): Bump easypermissions from 1.1.1 to 3.0.0 in /ApiDemos/kotlin (#156)
Bumps [easypermissions](https://github.com/googlesamples/easypermissions) from 1.1.1 to 3.0.0.
- [Release notes](https://github.com/googlesamples/easypermissions/releases)
- [Commits](https://github.com/googlesamples/easypermissions/compare/1.1.1...3.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>
2020-04-14 19:55:33 -07:00
Chris Arriola
57a038902d
Merge pull request #163 from googlemaps/dependabot/gradle/tutorials/CurrentPlaceDetailsOnMap/com.android.support.test.espresso-espresso-core-3.0.2
chore(deps): Bump espresso-core from 2.2.2 to 3.0.2 in /tutorials/CurrentPlaceDetailsOnMap
2020-04-14 19:52:46 -07:00
Chris Arriola
8154698458
Merge pull request #155 from googlemaps/dependabot/gradle/ApiDemos/java/com.android.tools.build-gradle-3.6.2
chore(deps): Bump gradle from 3.6.1 to 3.6.2 in /ApiDemos/java
2020-04-14 19:51:27 -07:00
Chris Arriola
2e07edf643
Merge pull request #154 from googlemaps/dependabot/gradle/ApiDemos/kotlin/junit-junit-4.13
chore(deps): Bump junit from 4.12 to 4.13 in /ApiDemos/kotlin
2020-04-14 19:51:05 -07:00
Chris Arriola
90ed9f1cba
Merge pull request #153 from googlemaps/dependabot/gradle/ApiDemos/java/junit-junit-4.13
chore(deps): Bump junit from 4.12 to 4.13 in /ApiDemos/java
2020-04-14 19:50:36 -07:00
Chris Arriola
8f2a09697a chore(Dependabot): adding commit message prefix 2020-04-14 18:07:42 -07:00
dependabot-preview[bot]
a60614e287
Bump espresso-core in /tutorials/CurrentPlaceDetailsOnMap
Bumps espresso-core from 2.2.2 to 3.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 16:41:51 +00:00
Chris Arriola
a428073bbd chore(Dependabot): Enumerate all tutorial directories. 2020-04-14 09:40:24 -07:00
dependabot-preview[bot]
50e1ded08a
Bump gradle from 3.6.1 to 3.6.2 in /ApiDemos/java
Bumps gradle from 3.6.1 to 3.6.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 16:36:52 +00:00
dependabot-preview[bot]
b7dc36bc40
Bump junit from 4.12 to 4.13 in /ApiDemos/kotlin
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 16:36:35 +00:00
dependabot-preview[bot]
85de0339e5
Bump junit from 4.12 to 4.13 in /ApiDemos/java
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 16:36:34 +00:00
Chris Arriola
6b1b6dc91e chore: Add Dependabot Config. 2020-04-14 09:35:20 -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
5e5012c5ca
docs: minor typo correction in README.MD (#146)
* minor typo correction in README.MD

* Update README.md

Co-authored-by: Chris Arriola <c.rriola@gmail.com>
2020-04-01 14:01:16 -07:00
Chris Arriola
0eec6c157f
Update README.md 2020-04-01 14:01:04 -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
Chris Arriola
cd056d8088 chore: Adding blunderbuss.yml 2020-04-01 09:21:48 -07:00
Chris Arriola
ddd6a2e576
docs: Update end tag 2020-03-11 11:56:34 -07:00
Chris Arriola
77a82e18f3 docs: Adding region tags. 2020-03-11 11:44:16 -07:00
Chris Arriola
e943e0d35d
docs(README): Add license and contributors badge 2020-02-12 20:17:20 -08:00
surajkamblesk
c7b267a2ac minor typo correction in README.MD 2020-02-03 03:10:39 +05:30
Chris Arriola
ba951f6d15
docs(Code of Conduct): adding CODE_OF_CONDUCT.md file. (#144) 2020-01-30 14:27:22 -08:00
Chris Arriola
709b8ad655
docs(Template): update location of PR template (#143) 2020-01-24 14:05:17 -08:00