This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Releases: sygic-travel/android-sdk
Releases · sygic-travel/android-sdk
3.0.1
This patch version brings:
- fixed filtering local place IDs when pushing a trip change to server
Get started with 3.0
3.0.0
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
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
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
This is patch 2.0.1 release.
What's new:
- added
preferredLocation
query argument toPlacesQuery
- 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
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
v1.0.1
v1.0.0
v0.3.0-beta
New Tours query and Places endpoint fix
- Tours query added to SDK
- List-arguments in Places query fixed