You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Voice instructions caching using ResourceLoader. (#5790)
* Voice instructions caching using ResourceLoader.
- Updated libnavui-voice to load audio data using libnavui-util ResourceLoader
* Addressing PR comments.
- updated LICENSE file
- updated generate-license.py script to inject okhttp license
- reverted changes to examples/build.gradle and libnavui-voice/build.gradle
- patched DefaultResourceLoader to fail fast when device is offline and request requires internet connection
- added missing retrieveVoiceFile failure tests
* Addressing PR feedback. Propagating VoiceInstructionsParser error as IllegalStateException.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone.
6
6
#### Features
7
7
8
8
#### Bug fixes and improvements
9
+
- Updated `MapboxSpeechApi` to use persistent cache to decrease the bandwidth consumption. [#5790](https://github.com/mapbox/mapbox-navigation-android/pull/5790)
9
10
10
11
## Mapbox Navigation SDK 2.6.0-rc.1 - June 23, 2022
Mapbox Navigation uses portions of the Android Support Library Annotations (The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.).
Mapbox Navigation uses portions of the Material Components for Android (Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later.).
Mapbox Navigation uses portions of the VersionedParcelable (Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.).
0 commit comments