Skip to content

Releases: mapzen/on-the-road_android

On The Road 1.3.2

07 Jul 03:17
Compare
Choose a tag to compare

This is a minor release which expands routing configuration options

Features

  • Adds the ability to set Router#maxHikingDifficulty (#129 ) Thanks @sashei !

On the Road 1.3.1

27 Nov 21:41
Compare
Choose a tag to compare

This is a minor release which improves request handling

Features

  • Returns Call object to allow canceling requests (3364b42)

On the Road 1.3.0

01 Jun 22:16
Compare
Choose a tag to compare

Highlights

  • Adds support for Russian (c168ee6)
  • Enables TLS 1.2 on devices running pre-lollipop (dbe64d2)

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

27 Feb 18:54
Compare
Choose a tag to compare
  • 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

26 Oct 16:45
Compare
Choose a tag to compare

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

17 Oct 21:21
Compare
Choose a tag to compare

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

26 Sep 03:51
Compare
Choose a tag to compare

Official release

On the Road 0.8.4

22 Jul 20:27
Compare
Choose a tag to compare
On the Road 0.8.4 Pre-release
Pre-release

Fixes bug that would sometimes return invalid hex color codes for transit lines.

On the Road 0.8.3

20 Jul 14:50
Compare
Choose a tag to compare
On the Road 0.8.3 Pre-release
Pre-release
  • 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

20 Jul 14:46
Compare
Choose a tag to compare
On the Road 0.8.2 Pre-release
Pre-release
  • Remove Android framework dependencies.
  • Delete unused string resources.
  • Replace Android Location with ValhallaLocation.
  • 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.