Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Release 8.3.1 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Sep 17, 2019
1 parent cd64727 commit 946c7cf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
40 changes: 24 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,41 @@

Mapbox welcomes participation and contributions from everyone.

## 8.3.1 - September 17, 2019

* Adding example of saving and retrieving coordinates in shared preferences#[1210](https://github.com/mapbox/mapbox-android-demo/pull/1210)
* Updated proguard-rule files to cut down on proguard messages #[1174](https://github.com/mapbox/mapbox-android-demo/pull/1174)
* Adding elevation query example #[1170](https://github.com/mapbox/mapbox-android-demo/pull/1170)
* adding attribution color change example #[1208](https://github.com/mapbox/mapbox-android-demo/pull/1208)
* adding example of multiple geometries based on Directions route #[1158](https://github.com/mapbox/mapbox-android-demo/pull/1158)

## 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
* Added TurfMeasurement distance example #1193
* Gradle Play Publisher plugin adjustments #[1198](https://github.com/mapbox/mapbox-android-demo/pull/1198)
* Refactoring to replace style.isFullyLoaded() with the `onStyleLoaded()` callback #[1192](https://github.com/mapbox/mapbox-android-demo/pull/1192)
* Refactoring RelativeLayout to FrameLayout #[1181](https://github.com/mapbox/mapbox-android-demo/pull/1181)
* Bumping maps sdk version to stable 8.3.0 #[1161](https://github.com/mapbox/mapbox-android-demo/pull/1161)
* Adding Kotlin example of adding a map fragment to container #[1188](https://github.com/mapbox/mapbox-android-demo/pull/1188)
* Adding null checks in OptimizationActivity response #[1184](https://github.com/mapbox/mapbox-android-demo/pull/1184)
* Refactored TilequeryActivity with appropriate null checks #[1185](https://github.com/mapbox/mapbox-android-demo/pull/1185)
* Added try/catch for getting getISO3Country for analytics #[1182](https://github.com/mapbox/mapbox-android-demo/pull/1182)
* Fixes to Localization Plugin XML so that language switch buttons appear #[1186](https://github.com/mapbox/mapbox-android-demo/pull/1186)
* Added try/catch when TileLoadingInterceptor tries to get country code #[1183](https://github.com/mapbox/mapbox-android-demo/pull/1183)
* Refactoring changes to switch loadGeoJsonFromAsset usage to URI #[1179](https://github.com/mapbox/mapbox-android-demo/pull/1179)
* Adding spinning SymbolLayer icons example #[1177](https://github.com/mapbox/mapbox-android-demo/pull/1177)
* Added TurfMeasurement distance example #[1193](https://github.com/mapbox/mapbox-android-demo/pull/1193)

## 8.2.1-3 - August 13, 2019

* Downgraded gradle version to 3.3.0 #1171
* Downgraded gradle version to 3.3.0 #[1171](https://github.com/mapbox/mapbox-android-demo/pull/1171)

## 8.2.1-2 - August 13, 2019

* Play Publisher Gradle plugin bump to 2.0.0 and refactoring fixes #1169
* Play Publisher Gradle plugin bump to 2.0.0 and refactoring fixes #[1169](https://github.com/mapbox/mapbox-android-demo/pull/1169)

## 8.2.1-1 - August 9, 2019

* Added CircleCI command to create google services json file in Release job #1166
* Added CircleCI command to create google services json file in Release job #[1166](https://github.com/mapbox/mapbox-android-demo/pull/1166)

## 8.2.1 - August 7, 2019

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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:
This update is in line with the 8.3.1 release of the Mapbox Maps SDK for Android and includes several fixes and new examples:

- Isochrone API data + seekbar slider
- RecyclerView + Directions API route
Expand All @@ -9,4 +9,9 @@ This update is in line with the 8.3.0 release of the Mapbox Maps SDK for Android
- Cache management
- Kotlin map fragment
- Spinning icons
- Measuring line length in distance units
- Measuring line length in distance units
- Saving and retrieving coordinates in shared preferences
- Elevation query
- Attribution color change
- Multiple geometries based on Directions route

0 comments on commit 946c7cf

Please sign in to comment.