Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Releases: sygic-travel/android-sdk

3.0.1

31 Oct 13:00
Compare
Choose a tag to compare

This patch version brings:

  • fixed filtering local place IDs when pushing a trip change to server

Get started with 3.0

3.0.0

30 Oct 09:35
Compare
Choose a tag to compare

This major release brings:

  • java.time API (through ThreeTenABP) (BC break!)
  • immutable Trip API and helpers for easier manipulation (BC break!)
  • new quad tiles API (BC break!)
  • removed spreader (BC break!)
  • see full commit changelog

Get started with 3.0

2.2.0

19 Aug 07:50
Compare
Choose a tag to compare

This minor release brings:

  • removed debug property for enabling logging, now using Timber (BC break!)
  • trip synchronization fixes
  • BuildConfig contains proper version name, fixed User-Agent string
  • implemented dynamic timeout for various endpoints
  • exposed some internal api and functions for further working with ST API
  • added precision helper for LatLng(Bounds)
  • see full commit changelog

Get started with 2.2

2.1.0

25 Jun 10:51
Compare
Choose a tag to compare

This minor release brings:

  • migration do AndroidX
  • trip synchronization fixes
  • performance boost during initialization (Koin upgraded to 2.0)
  • few internal interfaces to allow work with custom places
  • see full commit changelog

Get started with 2.1

2.0.1

20 May 12:19
Compare
Choose a tag to compare

This is patch 2.0.1 release.

What's new:

  • added preferredLocation query argument to PlacesQuery
  • fixed bug / a race condition in Date(Time) parsing helper methods
  • fixed crash when SDK was proguarded
  • see full commit changelog

Get started with 2.0

2.0.0

12 Mar 08:04
Compare
Choose a tag to compare

This is major 2.0.0 release.

What's new:

  • we have reworked the library; whole API is new, divided into modules;
  • all methods are synchronous and have to be called on a background thread;
  • read more in our wiki
  • API documentation
  • Binaries on jCenter

2.0.0 RC1

07 Jan 10:44
Compare
Choose a tag to compare
2.0.0 RC1 Pre-release
Pre-release

This is prerelease of major 2.0.0 release.

What's new:

  • we have reworked the library; whole API is new, divided in modules;
  • all methods are synchronous and have to be called on a background thread;
  • read more in our wiki

v1.0.1

07 Aug 08:15
Compare
Choose a tag to compare

Android SDK update v26, Place url bugfix

  • Android SDK updated to version O 26
  • Build tools updated to version 26.0.1
  • Description's url property renamed to link

v1.0.0

21 Jul 14:19
Compare
Choose a tag to compare

Local Favorites support

  • a place can be added to favorites
  • the place's id is locally stored in a persistent storage
  • works only on a current device - no sync with server
  • RX Java 2

v0.3.0-beta

23 Jun 10:28
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

New Tours query and Places endpoint fix

  • Tours query added to SDK
  • List-arguments in Places query fixed