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

Commit

Permalink
Release 9.2.0 (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored May 13, 2020
1 parent 877e3a6 commit e9ac648
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Mapbox welcomes participation and contributions from everyone.

## 9.2.0 - May 13, 2020

- Java SDK bump to 5.2.1 #[1346](https://github.com/mapbox/mapbox-android-demo/pull/1346)
- Added pulsing LocationComponent examples #[1344](https://github.com/mapbox/mapbox-android-demo/pull/1344)
- Java SDK bump to 5.2.0 #[1345)](https://github.com/mapbox/mapbox-android-demo/pull/1345))
- Added vibrate on pin drop example #[1330](https://github.com/mapbox/mapbox-android-demo/pull/1330)
- Bump maps sdk to 9.2.0 #[1342](https://github.com/mapbox/mapbox-android-demo/pull/1342)
- Added 3d extrusions zoom-based opacity example #[1341](https://github.com/mapbox/mapbox-android-demo/pull/1341)
- Added two person isochrone poi within filter example #[1339](https://github.com/mapbox/mapbox-android-demo/pull/1339)
- Added within poi circle polygon filter example #[1340](https://github.com/mapbox/mapbox-android-demo/pull/1340)
- Added within expression filter example #[1334](https://github.com/mapbox/mapbox-android-demo/pull/1334)
- Bumped places plugin to 0.12.0 #[1331](https://github.com/mapbox/mapbox-android-demo/pull/1331)

## 9.1.0 - April 8, 2020

- Bumped Maps SDK to 9.1.0 #[1324](https://github.com/mapbox/mapbox-android-demo/pull/1324)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ private void initializeModels() {
R.string.activity_extrusions_zoom_opacity_change_description,
null,
new Intent(MainActivity.this, OpacityZoomChangeExtrusionKotlinActivity.class),
R.string.activity_extrusions_zoom_opacity_change_url, false, BuildConfig.MIN_SDK_VERSION));
R.string.activity_extrusions_zoom_opacity_change_url, true, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_plugins,
Expand Down Expand Up @@ -904,7 +904,7 @@ private void initializeModels() {
R.string.activity_location_location_basic_pulsing_description,
new Intent(MainActivity.this, LocationComponentBasicPulsingActivity.class),
null,
R.string.activity_location_location_basic_pulsing_url, false, BuildConfig.MIN_SDK_VERSION)
R.string.activity_location_location_basic_pulsing_url, true, BuildConfig.MIN_SDK_VERSION)
);

exampleItemModels.add(new ExampleItemModel(
Expand All @@ -913,7 +913,7 @@ private void initializeModels() {
R.string.activity_location_location_custom_pulsing_description,
new Intent(MainActivity.this, LocationComponentCustomPulsingActivity.class),
null,
R.string.activity_location_location_custom_pulsing_url, false, BuildConfig.MIN_SDK_VERSION)
R.string.activity_location_location_custom_pulsing_url, true, BuildConfig.MIN_SDK_VERSION)
);

exampleItemModels.add(new ExampleItemModel(
Expand Down Expand Up @@ -954,7 +954,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, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_camera_zoom_to_show_cluster_leaves_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_offline,
Expand Down Expand Up @@ -1187,23 +1187,23 @@ private void initializeModels() {
R.string.activity_java_services_straight_line_distance_description,
new Intent(MainActivity.this, StraightLineDistanceMapMovementActivity.class),
null,
R.string.activity_java_services_straight_line_distance_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_straight_line_distance_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
R.string.activity_java_services_static_image_notification_title,
R.string.activity_java_services_static_image_notification_description,
new Intent(MainActivity.this, StaticImageNotificationActivity.class),
null,
R.string.activity_java_services_static_image_notification_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_static_image_notification_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
R.string.activity_java_services_directions_profile_toggle_title,
R.string.activity_java_services_directions_profile_toggle_description,
new Intent(MainActivity.this, DirectionsProfileToggleActivity.class),
null,
R.string.activity_java_services_directions_profile_toggle_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_directions_profile_toggle_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
Expand Down Expand Up @@ -1441,7 +1441,7 @@ private void initializeModels() {
R.string.activity_lab_baseball_spray_chart_description,
new Intent(MainActivity.this, BaseballSprayChartActivity.class),
null,
R.string.activity_lab_baseball_spray_chart_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_lab_baseball_spray_chart_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
Expand Down Expand Up @@ -1660,15 +1660,15 @@ 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, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_dds_property_icon_switch_url, false, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_dds,
R.string.activity_dds_circle_icon_toggle_on_click_title,
R.string.activity_dds_circle_icon_toggle_on_click_description,
new Intent(MainActivity.this, CircleIconToggleOnClickActivity.class),
null,
R.string.activity_dds_circle_icon_toggle_on_click_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_dds_circle_icon_toggle_on_click_url, false, BuildConfig.MIN_SDK_VERSION));

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

- Pulsing LocationComponent circle
- Vibrate on pin drop
- 3D extrusions zoom-based opacity
- Two person isochrone poi within filter
- Within poi circle polygon filter
- Within expression filter

0 comments on commit e9ac648

Please sign in to comment.