File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### v0.11.1 - March 16, 2018
6+
7+ * Adjust sound layout margin [ #775 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/775 )
8+ * Fix distancesFromManeuver not being cleared [ #773 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/773 )
9+ * Allow setting of custom destination marker in theme [ #763 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/763 )
10+ * Fixed back button in NavigationViewActivity [ #768 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/768 )
11+ * Fixed unit type bug [ #769 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/769 )
12+ * Fix MapRoute listener not firing for index 0 [ #772 ] ( https://github.com/mapbox/mapbox-navigation-android/pull//772 )
13+ * Stop scroll of InstructionList before hiding [ #766 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/766 )
14+ * Add baseUrl to NavigationRoute and Turf conversion [ #767 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/767 )
15+ * Force first location update without last location [ #756 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/756 )
16+ * Update EventListener Thread Safe [ #762 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/762 )
17+ * Create camera animation from time between updates [ #753 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/753 )
18+ * NavigationView Landscape Optimizations [ #749 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/749 )
19+
520### v0.11.0 - March 7, 2018
621
722* Fix same point being added twice for LatLngBounds [ #741 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/741 )
Original file line number Diff line number Diff line change 9898 - deploy :
9999 name : Publish Navigation SDK To Maven Central
100100 command : |
101- if [ "${CIRCLE_BRANCH}" == "release-0.11.1 " ]; then
101+ if [ "${CIRCLE_BRANCH}" == "master " ]; then
102102 make publish ;
103103 fi
104104 - store_artifacts :
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =0.11.1
2+ VERSION_NAME =0.12.0-SNAPSHOT
33GROUP =com.mapbox.mapboxsdk
44
55POM_URL =https://github.com/mapbox/mapbox-navigation-android
You can’t perform that action at this time.
0 commit comments