Change Log

19.2.12 (2021-04-27)

  • Android: Add SygicContextInitRequest to proguard rules

19.2.11 (2021-04-26)

Bug Fixes

  • Android: Fix do not call onMapInitializationInterrupted on new MapView
  • Map: Get scaling of images and fonts from the map view they are drawn on
  • Navigation: Fix not changing old logistic info settings to defaults
  • Navigation: Make didPassWaypoint be called only once per waypoint
  • Routing: Fix parallel route compute

19.2.10 (2021-04-16)

Bug Fixes

  • Android: Add equals() and hashCode() to TrafficSignData
  • Android: Add logging to identify the cause of the crash
  • Android: Audio focus request for navigation guidance
  • Android: Fix null pointer exception when getting default TTS locale. Call java callback after voice is marked as installed
  • Core: Calculate refresh token timer interval to respect minimal timer interval
  • Core: Do not capture CSSOSession instace by this ptr
  • Core: Update package metadata when adding existing package to the MapList
  • iOS: Fix memory leak during SDK initialization: FontCreate
  • iOS: Fix memory leak during SDK initialization: HttpResponse
  • Map: Compute camera altitude clamping with correct altitude above terrain
  • Traffic: Fix crash in traffic decoder

19.2.9 (2021-04-08)

Bug Fixes

  • Android: Fix crash while logging message with null Env
  • Android: Fix crash when reading null byte array from http response
  • Routing: Fix avoid country options for split maps
  • Routing: Problem with turn penalization was resolved

19.2.8 (2021-04-04)

Bug Fixes

  • Core: Fix crashes that may occur when speedcam download finishes and speedcam service is no longer available

19.2.7 (2021-04-01)

Bug Fixes

  • Map: Draw PoI icons on center
  • Map: Fix access to private method of data class in jni
  • Routing: Fix deserialization of legacy itf files
  • Routing: Fix wrong instruction with prohibited manoeuver

19.2.6 (2021-03-30)

Bug Fixes

  • Android: Handle download broadcasts in background thread

19.2.5 (2021-03-29)

Bug Fixes

  • Android: Always use getExternalFilesDir as download temp dir and then copy data to sdcard, if required
  • Core: Fix access rights for maps folder during SDK init
  • Map: Allow distinctly set names for json skin data
  • Map: Invalidate normal map when map view is created
  • Traffic: Decode events with speed also and set style correctly

19.2.4 (2021-03-26)

Bug Fixes

  • Android: Fix detection of successful download
  • Navigation: Fix problem with parallel explore calls for multiple routes
  • Navigation: Fix wrong instuction on highway exit

19.2.3 (2021-03-24)

Bug Fixes

  • Android: Add PCM Audio to proguard-rules to prevent crashes
  • iOS: Fix potential crash in mapreader
  • Map: Implement lazy preparation of traffic sign draw to enable creating traffic signs before settings are configured
  • Map: Remove traffic drawn on two views when it's switched off
  • Navigation: Fix incorrect coordinates of Signpost
  • Navigation: Fix wrong Polish TTS commands
  • Position: Fix wrong position data returned in simulator position listener

19.2.2 (2021-03-17)

Bug Fixes

  • Core: Call MapLoader's country and region details callback on UI thread
  • Core: Correctly compare file handles when generating metadata for copied maps
  • Map: Fix the crash in an effect pointer stored in a geometry drawing object
  • Navigation: Fill missing connectivity if there is info about lanes
  • Navigation: Fix preferred maneuver highlight
  • Position: Fix vehicle indicator rotated to north
  • Routing: EV stations close to point of origin should no longer be filtered if they are reached on "reserve" energy
  • Routing: Fix potentional crash when checking unloaded map in compute
  • Routing: Routing should no longer fail on unspecified fault in random intervals
  • Routing: When EV backup clause activates routing should no longer randomly fail

19.2.1 (2021-03-10)

Bug Fixes

  • Incidents: Send correct flags to incidents server
  • Map: Fix occasional crash in road signs processing
  • Map: Render roadsign icons to the texture center
  • Routing: Alternative compute can no longer emit invalid state to callback - alternative is now either accepted or rejected
  • Routing: EV routing should now correctly fail if the resulting route is faulty
  • Routing: EV routing should now compute RFID preference correctly

19.2.0 (2021-03-03)

Features

  • Android: Add default exponential retry/backoff logic for http connections to avoid spam of servers in case of server side problems
  • Core: Add option for refreshing access token to the Online interface
  • Position: Mapmatching returns improved list of roads
  • Routing: Engine will now indicate if remaining battery charge is insufficient to reach closest EV station
  • Routing: Implemented guided routes (based on Google polylines. in offline mode (on offline maps) only for now)