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

Commit b8fc555

Browse files
committed
8.5.0 release updates
1 parent 7fb7d71 commit b8fc555

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
1-
# Changelog for Mapbox Android Demo app
1+
# Changelog for the Mapbox Android demo app
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## 8.5.0 - November 13th, 2019
6+
7+
* Bumped maps sdk to 8.5.0 #[1246](https://github.com/mapbox/mapbox-android-demo/pull/1246)
8+
* Updated WMS source example to fix missing 3rd party satellite imagery #[1260](https://github.com/mapbox/mapbox-android-demo/pull/1260)
9+
* Commented out PlaceSelectionPluginActivity place picker example #[1258](https://github.com/mapbox/mapbox-android-demo/pull/1258)
10+
* Fixed black x icons showing in circle clustering example #[1257](https://github.com/mapbox/mapbox-android-demo/pull/1257)
11+
* Adjusted SharedPreferences example title and description #[1256](https://github.com/mapbox/mapbox-android-demo/pull/1256)
12+
* Adding china bounds checker example #[1252](https://github.com/mapbox/mapbox-android-demo/pull/1252)
13+
* Added example of circle-to-icon smooth transition #[1248](https://github.com/mapbox/mapbox-android-demo/pull/1248)
14+
* Adjusted listener for example card onClick #[1228](https://github.com/mapbox/mapbox-android-demo/pull/1228)
15+
* Fixed ischrone seekbar title typo #[1245](https://github.com/mapbox/mapbox-android-demo/pull/1245)
16+
* Bumped china plugin dependency to 2.3.0 #[1242](https://github.com/mapbox/mapbox-android-demo/pull/1242)
17+
* Switched fromUrl to fromUri in SimpleChinaMapViewActivity #[1243](https://github.com/mapbox/mapbox-android-demo/pull/1243)
18+
519
## 8.4.0 - October 1, 2019
620

7-
- Added bounding box linelayer toggle of large map to inset map #[1230](https://github.com/mapbox/mapbox-android-demo/pull/1230)
8-
- Maps SDK to v8.4.0 update #[1217](https://github.com/mapbox/mapbox-android-demo/pull/1217)
9-
- Removed unused resources #[1224](https://github.com/mapbox/mapbox-android-demo/pull/1224)
10-
- Fixed turf physical circle units image url duplication #[1225](https://github.com/mapbox/mapbox-android-demo/pull/1225)
11-
- Bumped Java SDK Turf and Services to 4.9.0 #[1221](https://github.com/mapbox/mapbox-android-demo/pull/1221)
12-
- Tweaks to attribution color change example #[1218](https://github.com/mapbox/mapbox-android-demo/pull/1218)
13-
- Removed `class` where needed in proguard rules #[1214](https://github.com/mapbox/mapbox-android-demo/pull/1214)
14-
- Fixed Turf physical circle units image url #[1215](https://github.com/mapbox/mapbox-android-demo/pull/1215)
15-
- Adding CameraPosition to snapshotter share example #[1216](https://github.com/mapbox/mapbox-android-demo/pull/1216)
16-
- Proguard tweak to remove { *; } where needed #[1213](https://github.com/mapbox/mapbox-android-demo/pull/1213)
21+
* Added bounding box linelayer toggle of large map to inset map #[1230](https://github.com/mapbox/mapbox-android-demo/pull/1230)
22+
* Maps SDK to v8.4.0 update #[1217](https://github.com/mapbox/mapbox-android-demo/pull/1217)
23+
* Removed unused resources #[1224](https://github.com/mapbox/mapbox-android-demo/pull/1224)
24+
* Fixed turf physical circle units image url duplication #[1225](https://github.com/mapbox/mapbox-android-demo/pull/1225)
25+
* Bumped Java SDK Turf and Services to 4.9.0 #[1221](https://github.com/mapbox/mapbox-android-demo/pull/1221)
26+
* Tweaks to attribution color change example #[1218](https://github.com/mapbox/mapbox-android-demo/pull/1218)
27+
* Removed `class` where needed in proguard rules #[1214](https://github.com/mapbox/mapbox-android-demo/pull/1214)
28+
* Fixed Turf physical circle units image url #[1215](https://github.com/mapbox/mapbox-android-demo/pull/1215)
29+
* Adding CameraPosition to snapshotter share example #[1216](https://github.com/mapbox/mapbox-android-demo/pull/1216)
30+
* Proguard tweak to remove { *; } where needed #[1213](https://github.com/mapbox/mapbox-android-demo/pull/1213)
1731

1832
## 8.3.1 - September 17, 2019
1933

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
This update is part of the 8.4.0 release of the Mapbox Maps SDK for Android. New examples include:
1+
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.
22

3-
- Isochrone + seekbar
4-
- RecyclerView + Directions routes
5-
- Location change listening
6-
- Circle radius based on data
7-
- Runtime styling
8-
- Circle's radius with distance
9-
- Cache management
10-
- Kotlin map fragment
11-
- Spinning icons
12-
- Measuring line distance
13-
- Saving & retrieving coordinates in shared preferences
14-
- Elevation query
15-
- Attribution color change
16-
- Multiple geometries of Directions route

0 commit comments

Comments
 (0)