From 97d1a4daa58eabcd970b788f8a6c3476f41efb71 Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Wed, 9 May 2018 11:10:15 -0400 Subject: [PATCH 1/4] release llp 0.5.1 --- circle.yml | 2 +- plugin-locationlayer/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 380b8a534..8f64a3872 100644 --- a/circle.yml +++ b/circle.yml @@ -91,7 +91,7 @@ jobs: - deploy: name: Publish Plugins SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "master" ]; then + if [ "${CIRCLE_BRANCH}" == "release-llp-0.5.1" ]; then make publish ; fi - store_artifacts: diff --git a/plugin-locationlayer/gradle.properties b/plugin-locationlayer/gradle.properties index 5ee1f7a7a..eeaf78ae5 100644 --- a/plugin-locationlayer/gradle.properties +++ b/plugin-locationlayer/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.6.0-SNAPSHOT +VERSION_NAME=0.5.1 POM_ARTIFACT_ID=mapbox-android-plugin-locationlayer POM_NAME=Mapbox Android Plugins POM_DESCRIPTION=Mapbox Android Plugins (Location Layer) From afe40eaf155d9b4d5e1716d15a9048e0d8c04e89 Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Wed, 9 May 2018 11:10:29 -0400 Subject: [PATCH 2/4] Update changelog --- circle.yml | 3 --- plugin-locationlayer/CHANGELOG.md | 9 +++++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 8f64a3872..e452bb692 100644 --- a/circle.yml +++ b/circle.yml @@ -64,9 +64,6 @@ jobs: # ------------------------------------------------------------------------------ release: - branch: - only: - - master docker: - image: mbgl/7d2403f42e:android-ndk-r16b working_directory: ~/code diff --git a/plugin-locationlayer/CHANGELOG.md b/plugin-locationlayer/CHANGELOG.md index 33318d7c5..ba6aa14db 100644 --- a/plugin-locationlayer/CHANGELOG.md +++ b/plugin-locationlayer/CHANGELOG.md @@ -2,8 +2,13 @@ Mapbox welcomes participation and contributions from everyone. -### 0.6.0 - TBD -- Lowered min SDK to API level 14 to match Map SDK +### 0.5.1 - May 9, 2018 +- Updates Map SDK to 6.1.1 [#488](https://github.com/mapbox/mapbox-plugins-android/pull/488) +- Lowered min SDK to API level 14 to match Map SDK [#472](https://github.com/mapbox/mapbox-plugins-android/pull/472) +- Fix initialization not setting default modes [#458](https://github.com/mapbox/mapbox-plugins-android/pull/458) +- Fix source not being re-added when the user switches map styles [#483](https://github.com/mapbox/mapbox-plugins-android/pull/483) +- Max animation duration added when in tracking mode [#430](https://github.com/mapbox/mapbox-plugins-android/pull/430) +- Remove invalid `Location` update check [#431](https://github.com/mapbox/mapbox-plugins-android/pull/431) ### 0.5.0 - April 19, 2018 - Maps SDK Bumped to 6.0.1 [#432](https://github.com/mapbox/mapbox-plugins-android/pull/432) From a2c18e9b278fc38710dd94a8363d620abf27f407 Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Wed, 9 May 2018 11:46:08 -0400 Subject: [PATCH 3/4] revert version to snapshot --- circle.yml | 2 +- plugin-locationlayer/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index e452bb692..77b54ae04 100644 --- a/circle.yml +++ b/circle.yml @@ -88,7 +88,7 @@ jobs: - deploy: name: Publish Plugins SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "release-llp-0.5.1" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/plugin-locationlayer/gradle.properties b/plugin-locationlayer/gradle.properties index eeaf78ae5..5ee1f7a7a 100644 --- a/plugin-locationlayer/gradle.properties +++ b/plugin-locationlayer/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.5.1 +VERSION_NAME=0.6.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-locationlayer POM_NAME=Mapbox Android Plugins POM_DESCRIPTION=Mapbox Android Plugins (Location Layer) From 97a61b391e53d7933931dc07d0f3df6dfa810a83 Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Thu, 10 May 2018 12:39:29 -0400 Subject: [PATCH 4/4] map -> maps --- plugin-locationlayer/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin-locationlayer/CHANGELOG.md b/plugin-locationlayer/CHANGELOG.md index ba6aa14db..6bbe05d9c 100644 --- a/plugin-locationlayer/CHANGELOG.md +++ b/plugin-locationlayer/CHANGELOG.md @@ -3,7 +3,7 @@ Mapbox welcomes participation and contributions from everyone. ### 0.5.1 - May 9, 2018 -- Updates Map SDK to 6.1.1 [#488](https://github.com/mapbox/mapbox-plugins-android/pull/488) +- Updates Maps SDK to 6.1.1 [#488](https://github.com/mapbox/mapbox-plugins-android/pull/488) - Lowered min SDK to API level 14 to match Map SDK [#472](https://github.com/mapbox/mapbox-plugins-android/pull/472) - Fix initialization not setting default modes [#458](https://github.com/mapbox/mapbox-plugins-android/pull/458) - Fix source not being re-added when the user switches map styles [#483](https://github.com/mapbox/mapbox-plugins-android/pull/483) @@ -22,7 +22,7 @@ Mapbox welcomes participation and contributions from everyone. - Remove support library and use just livedata dependency [#419](https://github.com/mapbox/mapbox-plugins-android/pull/419) ### 0.5.0-beta.2 - April 5, 2018 -- Update Map SDK to 6.0.0-beta.6 [#414](https://github.com/mapbox/mapbox-plugins-android/pull/414) +- Update Maps SDK to 6.0.0-beta.6 [#414](https://github.com/mapbox/mapbox-plugins-android/pull/414) - Filter location updates and remove unused animator code [#393](https://github.com/mapbox/mapbox-plugins-android/pull/393) - Fix order of interpolator expression [#388](https://github.com/mapbox/mapbox-plugins-android/pull/388) - Remove duplicate map camera option APIs [#402](https://github.com/mapbox/mapbox-plugins-android/pull/402) @@ -31,7 +31,7 @@ Mapbox welcomes participation and contributions from everyone. - Added missing Location Layer style attributes [#392](https://github.com/mapbox/mapbox-plugins-android/pull/392) ### 0.5.0-beta.1 - March 29, 2018 -- Update Map SDK to 6.0.0-beta.4 [#384](https://github.com/mapbox/mapbox-plugins-android/pull/384) +- Update Maps SDK to 6.0.0-beta.4 [#384](https://github.com/mapbox/mapbox-plugins-android/pull/384) - Added Camera and tracking modes [#294](https://github.com/mapbox/mapbox-plugins-android/pull/294) - Added Location layer `onLongClickListener` [#313](https://github.com/mapbox/mapbox-plugins-android/pull/313) - Add padding APIs to LocationLayerOptions [#313](https://github.com/mapbox/mapbox-plugins-android/pull/313) @@ -59,7 +59,7 @@ Mapbox welcomes participation and contributions from everyone. - Rework location layer abstraction [#196](https://github.com/mapbox/mapbox-plugins-android/pull/196) ### 0.2.0 - August 18, 2017 -- Updated Map and Mapbox Java Dependencies [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84) +- Updated Maps and Mapbox Java Dependencies [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84) - Navigation icon now uses runtime styling to scale at lower zoom levels [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84) - Added listener for compass heading and accuracy changes [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84)