Release Notes
Release notes contain information about new features, improvements, known issues, and bug fixes in each release.
Version 2.11
2.11.0
2.11.0.0
- Support OTA sub region areas update.
2023-03-15
Version 1.4
1.4.13
1.4.13.24
- Print OTA data version in SDK log after each update
2022-10-18
1.4.13.15
- Support EV full region POI update.
- Support runtime user id update.
- The NDK platform of OTA service' native libraries is changed backed to r15c.
2021-10-20
1.4.10
1.4.10.84
- The NDK platform of OTA service' native libraries is changed from r15c into r21c.
2021-09-03
1.4.10.81
- Fix one bug: Previously Entity Service or SDK must have be running when OTA service starts, in order to make OTA service find their data sets for update. Now OTA service determines the data sets when user triggers the first update, so they can start after OTA service, but before update really happens.
- OTA service relies on a customized Android system service(Broker Server) to communicate with other services, via ServiceConnection which is called from the main thread. As a result, OTA service can no longer be initialized from the main thread.
2021-08-01
1.4.8
1.4.8.19
2021-07-01
- No change compared with previous version 1.4.8.1.
1.4.8.1
2021-06-08
- No change compared with previous version 1.4.5.31.
1.4.5
1.4.5.31
2021-04-29
- No change compared with previous version 1.4.4.14.
1.4.4
1.4.4.14
2021-03-31
- No major change, only fix bugs.
1.4.2
1.4.2.99
2021-04-23
- No change, bump up version together with datacollector
1.4.2.98
2021-04-20
- No change, bump up version together with datacollector
1.4.2.96
2021-03-31
- Fix one bug: Previously OTA update was always based on home/work addresses set last time, despite user id setting. Now OTA update is based on the latest home/work address that was set by the current user id.
1.4.2.93
2021-03-02
- Reduce aar size by removing redundant assets and stripping the dynamic library files.
- Decoupling search ota with map ota is in progress, for this intermediate version, please be advised that only search ota is supported, map ota is temporarily disabled
1.4.2.78
2021-02-10
- Reduce aar file size by optimizing dependencies.
1.4.2.12
2021-01-29
- Fix bugs.
- Support Telenav nav data's OTA update.
- One known limitation: Ota Service determines the data set that support OTA update according to the services available at the moment when Ota Service is initialized. So, to make Ota Service support Telenav search data update, Entity Service must have been started and running when user starts Ota Service; to make Ota Service support Telenav nav data update, SDK must have been started and running when user starts Ota Service.
Version 1.3
1.3.1-r15c
2020-12-24
- Fix bugs.
- Reduce native library size by cutting off irrelevant components.
- One known limitation: OTA update support is only for Telenav search data now. Telenav nav data's OTA update is not supported yet.
Version 1.2
1.2.5-r15c
2020-11-17
- Add real implementations to all APIs.
- Change "OTA Client Service" to "OTA Service" and remove "client" in packages names
- Add one more parameter android.content.Context for API of "OtaService.initialize"
- Change groupId from com.telenav.androidsdk to com.telenav.sdk
- One known limitation is: OTA service depends on Data Collector service to get user's home and work addresses, for updating user's home area accordingly. So in case Data Collector service is not functioning, user's home area always sticks to the original location where the first OTA update request was made.
Version 1.1
1.1.1
2020-09-30
- First public release
- Only API with empty implementation