This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
MapboxAndroidDemo/src/global/play/en-US Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
+
6
+ ## 8.0.0
7
+
8
+ * bump Maps SDK to v7.4.0 (#1061 )
9
+ * get only fully loaded style when returning from async tasks (#1019 )
10
+ * Fixed description for collision detection example (#1075 )
11
+ * Adding example of onStyleImageMissing listener usage (#1070 )
12
+ * Adding ignore sign in button (#1033 )
13
+ * Adjusted HomeScreenWidgetActivity class' location and its javadocs (#1031 )
14
+ * Fix StringIndexOutOfBounds for urls that do not have ` ? ` (#1073 )
15
+ * Tile loading performance measurement (#1012 )
16
+ * Adjusted GeojsonLayerInStackActivity example card image (#1067 )
17
+ * Camera adjustment to GeojsonLayerInStackActivity (#1064 )
18
+ * Adding coordinate check in IsochroneActivity (#1065 )
19
+ * Adding example of ignorePlacement/allowOverlap for text and icons (#1063 )
20
+ * Switching to greater than or equals for circle clustering example (#1049 )
21
+ * Refactoring and splitting basic SymbolLayer icon examples (#1030 )
22
+ * Adding example of using TurfTransformation#circle to create visual ring (#1039 )
23
+ * bumped turf and services to 4.8.0 (#1062 )
24
+ * Updated Mapbox SF office coordinates for PlacesPluginActivity (#1041 )
25
+ * Adding multiple color formatting to TextFieldMultipleFormatsActivity (#1054 )
26
+ * Isochrone API refactor to use Java SDK wrapper (#1029 )
27
+
5
28
## 7.4.0-beta.2
6
29
7
30
* Adding SKU generation (via Maps SDK bump to 7.4.0-beta.2) (#1043 )
Original file line number Diff line number Diff line change 1
- This update is in line with the 7.4.0-beta.2 release of the Mapbox Maps SDK for Android and includes several fixes.
1
+ This update is in line with the 8.0.0 release of the Mapbox Maps SDK for Android and includes several fixes and new examples:
2
+
3
+ - onStyleImageMissing listener usage
4
+ - IgnorePlacement/allowOverlap for text and icons
5
+ - New basic SymbolLayer icon example
6
+ - Using TurfTransformation#circle to create visual ring
7
+ - Multiple color formatting to TextFieldMultipleFormatsActivity
You can’t perform that action at this time.
0 commit comments