Skip to content

Commit bc9fb62

Browse files
committed
Release v0.24.0
1 parent 24052e4 commit bc9fb62

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,43 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v0.24.0 - December 3, 2018
6+
7+
* Add proguard rule for MapboxTelemetry #1593
8+
* Update Navigator to 3.4.7 #1592
9+
* Bump mapbox-navigation-native version to 3.4.6 #1586
10+
* Update Java Services 4.1.1 #1585
11+
* Bump mapbox-android-sdk and mapbox-android-telemetry versions #1584
12+
* Only allow choosing an offline version with valid data #1583
13+
* Add bearing to origin of offline route requests in OfflineRouteFinder #1582
14+
* Update permissions and preferences for ExampleActivity #1581
15+
* Enable history recording in example activity #1580
16+
* Add write external permission storage to app AndroidManifest #1578
17+
518
### v0.24.0-beta.2 - November 29, 2018
619

20+
* Route tile download #1559
21+
* Update OfflineTileVersions visibility and add to MapboxOfflineRouter #1571
22+
* Fix the progressUpdateListener for Tile Pack Unpacking #1567
23+
* Update MapboxOfflineRoute APIs and callback naming #1569
24+
* Fix milestone / progress listener leaks from NavigationView #1552
25+
* Fix JSON file names (repo name) in check binary size script #1564
26+
* Fix malformed binary size JSON #1563
27+
* Integrate navigation state changes from latest events library version #1562
28+
* Ignore StyleKit files for codecov #1561
29+
* Check for DynamicCamera in ExampleViewModel shutdown #1560
30+
* Fix cache is closed crash #1555
31+
* Bump mapboxEvents and mapboxNavigator versions #1558
32+
* Check for valid route with length in MockNavigationActivity #1556
33+
* Update processor tests and remove unused helper code #1536
34+
* Add binary size metric and push to loading dock #1554
35+
* Fix UI tests with DirectionsRoute test fixture #1548
36+
* Add codecov.yml #1551
37+
* Nav Native API update #1547
38+
* Add listener for updates to map way name #1544
39+
* Ignore PendingIntent to re-open package with null Intent #1546
40+
* Always add FeatureCollection for way points in NavigationMapRoute #1542
41+
742
### v0.24.0-beta.1 - November 15, 2018
843

944
* Prevent from requesting voice instructions if the cache has been previously closed and add a check to delete the cache if there are files [#1540](https://github.com/mapbox/mapbox-navigation-android/pull/1540)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=0.24.0-SNAPSHOT
2+
VERSION_NAME=0.25.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-navigation-android

0 commit comments

Comments
 (0)