Releases

The Digital Cockpit SDK contains the source code needed to start developing your own IVI application on the TomTom Digital Cockpit platform. See Developing with the SDK to get started.

Recent releases

Release 1.0.7303-4092 - 21 May 2024, 13:04

Release notes

  • In the bug report stack trace, we can see that TTDC's GuidanceFragment onCreate first calls super.onCreate, leading to a crash since NavApp's NextInstructionPanelFragment cannot be instantiated. The reason for that is that at that point the fragment factory for it has not been added yet.

API References

Compatibility reports

Security reports

Release 1.0.7287-4077 - 14 May 2024, 13:10
Release 1.0.7264-4057 - 03 May 2024, 13:51
Release 1.0.7251-4043 - 01 May 2024, 08:48
Release 1.0.7168-3986 - 10 Apr 2024, 23:55
Release 1.0.7027-3878 - 14 Mar 2024, 18:05

Release notes

API References

Compatibility reports

Release 1.0.7006-3862 - 13 Mar 2024, 05:53

Release notes

  • Allow to disable low-resolution artwork upscaling to avoid pixelized images. Can be used for Bluetooth artwork.
    • Add a new isArtworkUpscalingSupported property in media SourceDefinitionPolicy to disable upscaling artwork per source.
    • Add a new isArtworkUpscalingSupported property in MediaPlaybackViewModel.
    • Add a new media static configuration forceUpscaleArtworkConfigKey to force upscaling the artwork for all the sources. This should be set to false to use the source policy isArtworkUpscalingSupported property instead.

API References

Compatibility reports

Release 1.0.6982-3841 - 07 Mar 2024, 05:48
Release 1.0.6910-3780 - 22 Feb 2024, 09:47
Release 1.0.6886-3763 - 17 Feb 2024, 06:10

Release notes

  • Custom NavApp Color theme is not applied correctly. Due to the IDs used to match theme stylables do not match, the custom theme style resource is applied before the stock navapp color theme. Hence the custom NavApp color theme never works. With the fix, only the custom NavApp color style resource presents in the style resources.

API References

Compatibility reports

Release 1.0.6878-3759 - 16 Feb 2024, 05:48
Release 1.0.6872-3751 - 14 Feb 2024, 05:49

Release notes

  • Added VehicleHvacService.cabinTargetTemperature: Temperature, and its setter VehicleHvacService.setCabinTargetTemperature(zone: VehicleZone<SeatArea>, temperature: Temperature),  to allow better unit conversions using com.tomtom.tools.android.api.quantity.Temperature.
    • The original property VehicleHvacService.cabinTargetTemperatureCelsius: Float and its setter VehicleHvacService.setCabinTargetTemperature(zone: VehicleZone<SetArea>, temperature: Float) have both been deprecated.

API References

Compatibility reports

Older releases

See the release notes for older releases.