From b8fc555c691d1a708351700b9ec0cae96dc75dfe Mon Sep 17 00:00:00 2001 From: langsmith Date: Tue, 12 Nov 2019 15:29:45 -0800 Subject: [PATCH] 8.5.0 release updates --- CHANGELOG.md | 36 +++++++++++++------ .../play/release-notes/en-US/default.txt | 16 +-------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bf9bb95..207db1664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,33 @@ -# Changelog for Mapbox Android Demo app +# Changelog for the Mapbox Android demo app Mapbox welcomes participation and contributions from everyone. +## 8.5.0 - November 13th, 2019 + +* Bumped maps sdk to 8.5.0 #[1246](https://github.com/mapbox/mapbox-android-demo/pull/1246) +* Updated WMS source example to fix missing 3rd party satellite imagery #[1260](https://github.com/mapbox/mapbox-android-demo/pull/1260) +* Commented out PlaceSelectionPluginActivity place picker example #[1258](https://github.com/mapbox/mapbox-android-demo/pull/1258) +* Fixed black x icons showing in circle clustering example #[1257](https://github.com/mapbox/mapbox-android-demo/pull/1257) +* Adjusted SharedPreferences example title and description #[1256](https://github.com/mapbox/mapbox-android-demo/pull/1256) +* Adding china bounds checker example #[1252](https://github.com/mapbox/mapbox-android-demo/pull/1252) +* Added example of circle-to-icon smooth transition #[1248](https://github.com/mapbox/mapbox-android-demo/pull/1248) +* Adjusted listener for example card onClick #[1228](https://github.com/mapbox/mapbox-android-demo/pull/1228) +* Fixed ischrone seekbar title typo #[1245](https://github.com/mapbox/mapbox-android-demo/pull/1245) +* Bumped china plugin dependency to 2.3.0 #[1242](https://github.com/mapbox/mapbox-android-demo/pull/1242) +* Switched fromUrl to fromUri in SimpleChinaMapViewActivity #[1243](https://github.com/mapbox/mapbox-android-demo/pull/1243) + ## 8.4.0 - October 1, 2019 -- Added bounding box linelayer toggle of large map to inset map #[1230](https://github.com/mapbox/mapbox-android-demo/pull/1230) -- Maps SDK to v8.4.0 update #[1217](https://github.com/mapbox/mapbox-android-demo/pull/1217) -- Removed unused resources #[1224](https://github.com/mapbox/mapbox-android-demo/pull/1224) -- Fixed turf physical circle units image url duplication #[1225](https://github.com/mapbox/mapbox-android-demo/pull/1225) -- Bumped Java SDK Turf and Services to 4.9.0 #[1221](https://github.com/mapbox/mapbox-android-demo/pull/1221) -- Tweaks to attribution color change example #[1218](https://github.com/mapbox/mapbox-android-demo/pull/1218) -- Removed `class` where needed in proguard rules #[1214](https://github.com/mapbox/mapbox-android-demo/pull/1214) -- Fixed Turf physical circle units image url #[1215](https://github.com/mapbox/mapbox-android-demo/pull/1215) -- Adding CameraPosition to snapshotter share example #[1216](https://github.com/mapbox/mapbox-android-demo/pull/1216) -- Proguard tweak to remove { *; } where needed #[1213](https://github.com/mapbox/mapbox-android-demo/pull/1213) +* Added bounding box linelayer toggle of large map to inset map #[1230](https://github.com/mapbox/mapbox-android-demo/pull/1230) +* Maps SDK to v8.4.0 update #[1217](https://github.com/mapbox/mapbox-android-demo/pull/1217) +* Removed unused resources #[1224](https://github.com/mapbox/mapbox-android-demo/pull/1224) +* Fixed turf physical circle units image url duplication #[1225](https://github.com/mapbox/mapbox-android-demo/pull/1225) +* Bumped Java SDK Turf and Services to 4.9.0 #[1221](https://github.com/mapbox/mapbox-android-demo/pull/1221) +* Tweaks to attribution color change example #[1218](https://github.com/mapbox/mapbox-android-demo/pull/1218) +* Removed `class` where needed in proguard rules #[1214](https://github.com/mapbox/mapbox-android-demo/pull/1214) +* Fixed Turf physical circle units image url #[1215](https://github.com/mapbox/mapbox-android-demo/pull/1215) +* Adding CameraPosition to snapshotter share example #[1216](https://github.com/mapbox/mapbox-android-demo/pull/1216) +* Proguard tweak to remove { *; } where needed #[1213](https://github.com/mapbox/mapbox-android-demo/pull/1213) ## 8.3.1 - September 17, 2019 diff --git a/MapboxAndroidDemo/src/global/play/release-notes/en-US/default.txt b/MapboxAndroidDemo/src/global/play/release-notes/en-US/default.txt index f513c82cd..8cd7da694 100644 --- a/MapboxAndroidDemo/src/global/play/release-notes/en-US/default.txt +++ b/MapboxAndroidDemo/src/global/play/release-notes/en-US/default.txt @@ -1,16 +1,2 @@ -This update is part of the 8.4.0 release of the Mapbox Maps SDK for Android. New examples include: +This update is part of the 8.5.0 release of the Mapbox Maps SDK for Android. Many fixes and improvements are included in this update. The update also includes an example showing a smooth circle-to-icon transition. -- Isochrone + seekbar -- RecyclerView + Directions routes -- Location change listening -- Circle radius based on data -- Runtime styling -- Circle's radius with distance -- Cache management -- Kotlin map fragment -- Spinning icons -- Measuring line distance -- Saving & retrieving coordinates in shared preferences -- Elevation query -- Attribution color change -- Multiple geometries of Directions route \ No newline at end of file