Releases: mapzen/on-the-road_android
Releases · mapzen/on-the-road_android
On The Road 1.3.2
On the Road 1.3.1
This is a minor release which improves request handling
Features
- Returns
Call
object to allow canceling requests (3364b42)
On the Road 1.3.0
Highlights
Features
- Migrates heading and location parameters to be sent as numbers instead of strings (f4afe30)
- The device's default Locale is now used to specify the language if no value is set (b745cec)
- Updates build tools, sdk, and automates release process (f5f0f71)
Bug Fixes
None
Known Issues
None
Upgrade Notes
None
On the Road 1.2.0
- Adds support for waypoints (thanks @kkalera!)
- Upgrades networking layer to OkHttp3 and Retrofit2
- Upgrades Gradle (v2.14.1) and Android plugin (v2.2.3)
- Automates release process and optimizes CI builds
On the Road 1.1.1
Features
Adds Hindi language support to Router
API. Languages currently supported are:
- HI_IN ("hi-IN")
- CS_CZ ("cs-CZ")
- DE_DE ("de-DE")
- EN_US ("en-US")
- PIRATE ("en-US-x-pirate")
- ES_ES ("es-ES")
- FR_FR ("fr-FR")
- IT_IT ("it-IT")
Updates the sample app to read a single API key
Bug Fixes
None.
Known Issues
None.
Upgrade Notes
None.
On the Road 1.1.0
Features
Adds multiple language support to Router
API. Languages currently supported are:
- CS_CZ ("cs-CZ")
- DE_DE ("de-DE")
- EN_US ("en-US")
- PIRATE ("en-US-x-pirate")
- ES_ES ("es-ES")
- FR_FR ("fr-FR")
- IT_IT ("it-IT")
Adds language preference to sample app.
Bug Fixes
None.
Known Issues
None.
Upgrade Notes
None.
On the Road 1.0.0
Official release
On the Road 0.8.4
Fixes bug that would sometimes return invalid hex color codes for transit lines.
On the Road 0.8.3
- Exposes transit properties including travel mode, travel type, and transit info.
- Exposes maneuver time.
- Exposes transit stop lat/lon.
- Adds method to retrieve transit info hex color.
On the Road 0.8.2
- Remove Android framework dependencies.
- Delete unused string resources.
- Replace Android
Location
withValhallaLocation
. - Add
HttpHandler
to customize endpoint, log level, query params, and request headers. - Adds support for multi-modal routing requests.
- Fix multi-threaded unit tests that did not properly report test failures.