From e303c627284bd587cf68f7c4ebda54375bf46768 Mon Sep 17 00:00:00 2001 From: langsmith Date: Tue, 3 Sep 2019 12:26:52 -0700 Subject: [PATCH] updated changelog and play store notes --- CHANGELOG.md | 15 +++++++++++++++ .../global/play/release-notes/en-US/default.txt | 8 +++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b9d5653..840faa287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Mapbox welcomes participation and contributions from everyone. +## 8.3.0 - September 3, 2019 + +* Gradle Play Publisher plugin adjustments #1198 +* Refactoring to replace style.isFullyLoaded() with the `onStyleLoaded()` callback #1192 +* Refactoring RelativeLayout to FrameLayout #1181 +* Bumping maps sdk version to stable 8.3.0 #1161 +* Adding Kotlin example of adding a map fragment to container #1188 +* Adding null checks in OptimizationActivity response #1184 +* Refactored TilequeryActivity with appropriate null checks #1185 +* Added try/catch for getting getISO3Country for analytics #1182 +* Fixes to Localization Plugin XML so that language switch buttons appear #1186 +* Added try/catch when TileLoadingInterceptor tries to get country code #1183 +* Refactoring changes to switch loadGeoJsonFromAsset( usage to URI #1179 +* Adding spinning SymbolLayer icons example #1177 + ## 8.2.1-3 - August 13, 2019 * Downgraded gradle version to 3.3.0 #1171 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 532306453..d25b112b3 100644 --- a/MapboxAndroidDemo/src/global/play/release-notes/en-US/default.txt +++ b/MapboxAndroidDemo/src/global/play/release-notes/en-US/default.txt @@ -1,9 +1,11 @@ -This update is in line with the 8.2.1 release of the Mapbox Maps SDK for Android and includes several fixes and new examples: +This update is in line with the 8.3.0 release of the Mapbox Maps SDK for Android and includes several fixes and new examples: - Isochrone API data + seekbar slider - RecyclerView + Directions API route - Location change listening - Circle radius based on data - Runtime styling -- Define a circle's radius with physical units -- Cache management \ No newline at end of file +- Define a circle's radius with distance units +- Cache management +- Kotlin map fragment +- Spinning icons \ No newline at end of file