Skip to content

v6.2.1 - Lock Screen and Audio Stream Hotfixes

Compare
Choose a tag to compare
@joeljfischer joeljfischer released this 08 May 19:01
· 4496 commits to master since this release

NOTE: There is an issue in this release that will cause a crash if your app starts SDL before setting up it's UIWindow. This is a very rare case. If this is the case for you, please alter your app to start SDL only after your UIWindow is setup. This will be made more explicit in a future release.


This release adds a few bug fixes. The primary bug fixes are rotation fixes when using the lock screen and backgrounding fixes when using the navigation audio stream.

Remember that some features only work on head units that support that feature.

Specs Supported

Change Highlights

Enhancements

Bug Fixes

  • Fixed the audio service being stopped when the navigation app is in HMI_BACKGROUND (#1235).
  • Fix setting up the lock screen window causing rotation issues (#1250).

Example App

  • The example apps will now auto-reconnect if disconnected physically from the head unit (#1172, #1237, #1243).
  • Update the example swift app to Swift 5 (#1245).

See all the changes and the changelog.

This release is made up of 27 commits. Thanks to contributors @joeljfischer, @NicoleYarroch, and @justingluck93.