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

Commit

Permalink
Release 9.0.0 (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Mar 3, 2020
1 parent f00a7d9 commit e7f0618
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Mapbox welcomes participation and contributions from everyone.

## 9.0.0 - March 2nd, 2020

- Bumped the Maps SDK to 9.0.0 #[1305](https://github.com/mapbox/mapbox-android-demo/pull/1305)
- Adding circle icon toggling OnClick example #[1304](https://github.com/mapbox/mapbox-android-demo/pull/1304)
- Adding baseball spray chart example #[1302](https://github.com/mapbox/mapbox-android-demo/pull/1302)
- Adding directions profile toggle example #[1303](https://github.com/mapbox/mapbox-android-demo/pull/1303)
- Adding example of zooming to cluster children #[1301](https://github.com/mapbox/mapbox-android-demo/pull/1301)
- Adding Tilequery API + Static Images API notification example #[1297](https://github.com/mapbox/mapbox-android-demo/pull/1297)
- Bumped Maps SDK to 8.6.2 #[1291](https://github.com/mapbox/mapbox-android-demo/pull/1291)
- Adding straight line Turf distance measurement ("as the crow flies") example #[1289](https://github.com/mapbox/mapbox-android-demo/pull/1289)
- Added example of SymbolLayer icon being set based on property #[1290](https://github.com/mapbox/mapbox-android-demo/pull/1290)
- Fix typo in SpaceStationLocationActivity comment #[1288](https://github.com/mapbox/mapbox-android-demo/pull/1288)
- Bumped Java SDK to 5.0.0 #[1287](https://github.com/mapbox/mapbox-android-demo/pull/1287)

## 8.6.0 - January 8th, 2020

* Bumped maps sdk to 8.6.0 #[1282](https://github.com/mapbox/mapbox-android-demo/pull/1282)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ private void initializeModels() {
R.string.activity_styles_worldview_switch_description,
null,
new Intent(MainActivity.this, KotlinWorldviewSwitchActivity.class),
R.string.activity_styles_worldview_switch_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_styles_worldview_switch_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_styles,
Expand Down Expand Up @@ -915,7 +915,7 @@ private void initializeModels() {
R.string.activity_camera_zoom_to_show_cluster_leaves_description,
new Intent(MainActivity.this, ZoomToShowClusterLeavesActivity.class),
null,
R.string.activity_camera_zoom_to_show_cluster_leaves_url, false, BuildConfig.MIN_SDK_VERSION));
R.string.activity_camera_zoom_to_show_cluster_leaves_url, true, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_offline,
Expand Down Expand Up @@ -1075,7 +1075,7 @@ private void initializeModels() {
R.string.activity_java_services_isochrone_with_seekbar_description,
new Intent(MainActivity.this, IsochroneSeekbarActivity.class),
null,
R.string.activity_java_services_isochrone_with_seekbar_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_isochrone_with_seekbar_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
Expand All @@ -1099,15 +1099,15 @@ private void initializeModels() {
R.string.activity_java_services_turf_physical_circle_description,
new Intent(MainActivity.this, TurfPhysicalCircleActivity.class),
null,
R.string.activity_java_services_turf_physical_circle_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_turf_physical_circle_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
R.string.activity_java_services_turf_elevation_query_title,
R.string.activity_java_services_turf_elevation_query_description,
new Intent(MainActivity.this, ElevationQueryActivity.class),
null,
R.string.activity_java_services_turf_elevation_query_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_turf_elevation_query_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
Expand All @@ -1132,15 +1132,15 @@ private void initializeModels() {
new Intent(MainActivity.this, MultipleGeometriesDirectionsRouteActivity.class),
null,
R.string.activity_java_services_multiple_geometries_from_directions_route_url,
true, BuildConfig.MIN_SDK_VERSION));
false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
R.string.activity_java_services_bordered_circle_title,
R.string.activity_java_services_bordered_circle_description,
null,
new Intent(MainActivity.this, KotlinBorderedCircleActivity.class),
R.string.activity_java_services_bordered_circle_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_bordered_circle_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
Expand Down Expand Up @@ -1346,39 +1346,39 @@ private void initializeModels() {
R.string.activity_lab_rv_directions_description,
new Intent(MainActivity.this, RecyclerViewDirectionsActivity.class),
null,
R.string.activity_lab_rv_directions_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_lab_rv_directions_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
R.string.activity_lab_spinning_icon_title,
R.string.activity_lab_spinning_icon_description,
new Intent(MainActivity.this, SpinningSymbolLayerIconActivity.class),
null,
R.string.activity_lab_spinning_icon_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_lab_spinning_icon_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
R.string.activity_lab_change_attribution_color_title,
R.string.activity_lab_change_attribution_color_description,
new Intent(MainActivity.this, ChangeAttributionColorActivity.class),
null,
R.string.activity_lab_change_attribution_color_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_lab_change_attribution_color_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
R.string.activity_lab_shared_preferences_title,
R.string.activity_lab_shared_preferences_description,
new Intent(MainActivity.this, SharedPreferencesActivity.class),
null,
R.string.activity_lab_shared_preferences_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_lab_shared_preferences_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
R.string.activity_lab_biometric_fingerprint_title,
R.string.activity_lab_biometric_fingerprint_description,
new Intent(MainActivity.this, BiometricFingerprintLayerUnlockActivity.class),
null,
R.string.activity_lab_biometric_fingerprint_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_lab_biometric_fingerprint_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
Expand Down Expand Up @@ -1597,7 +1597,7 @@ private void initializeModels() {
R.string.activity_dds_property_icon_switch_description,
new Intent(MainActivity.this, PropertyIconDeterminationActivity.class),
null,
R.string.activity_dds_property_icon_switch_url, false, BuildConfig.MIN_SDK_VERSION));
R.string.activity_dds_property_icon_switch_url, true, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_dds,
Expand Down Expand Up @@ -1637,7 +1637,7 @@ private void initializeModels() {
R.string.activity_basic_kotlin_support_map_frag_description,
null,
new Intent(MainActivity.this, KotlinSupportMapFragmentActivity.class),
R.string.activity_basic_kotlin_support_map_frag_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_basic_kotlin_support_map_frag_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_location,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This update is part of the 8.6.0 release of the Mapbox Maps SDK for Android. New examples include:
This update is part of the 9.0.0 release of the Mapbox Maps SDK for Android. New examples include:

• Switching worldview
• Bordered circle (Kotlin)
• Show data based on fingerprint biometric authentication
• Circle icon toggling onClick
• Baseball spray chart
• Directions profile toggle
• Zooming to cluster leaves
• Tilequery API + Static Images API notification
• Straight line Turf distance measurement ("as the crow flies")
• SymbolLayer icon dependent on a Feature property

0 comments on commit e7f0618

Please sign in to comment.