Skip to content

Releases: smartdevicelink/sdl_ios

7.6.1 - Small Fixes

29 Jun 17:19
4178a0f
Compare
Choose a tag to compare

Supported Specs

What's Changed

Bug Fixes

  • Fatal Exception: NSRangeException (#2116)
  • SDL App Crash (#2112)

Full Changelog: 7.6.0...7.6.1

7.6.0 - Bug Fixes

26 Oct 14:44
a26dbc2
Compare
Choose a tag to compare

Supported Specs

What's Changed

Bug Fixes

  • SDLProtocol message parsing should use a state machine (#17)
  • Default cellID value passed in during openSubMenu method call (#1633)
  • SDLTouchManagerDelegate's didReceivePinchInView is never called in the codebase (#1637)
  • Setting bad data in one T&G field then good data quickly in another can lead to the good data failing (#1781)
  • SystemCapabilityManager screenParams nil, mediaClockFormats empty, and windowID nil when they shouldn't be (#2105)
  • Alert images that are flagged for overwrite fail to display (#2109)
  • Fix iAP write data range error (#2112)

Other

  • Use a script to include public header files based on project settings (#179)
  • Missing a remote control example in example app (#2101)
  • Release Script Bugs (#2098)

Full Changelog: 7.5.0...7.6.0

New Contributors

v7.5.0 — Fix Uploading When Not Necessary

29 Jun 15:29
Compare
Choose a tag to compare

Supported Specs

What's Changed

Bug Fixes

  • Fix uploading dynamic soft button images on head units that only support static images by @joeljfischer (#2093)

Other

Full Changelog: 7.4.0...7.5.0

New Contributors

7.4.0 - Variety of small fixes

13 Apr 14:54
Compare
Choose a tag to compare

Supported Specs

What's Changed

Bug Fixes

Other

Full Changelog: 7.3.1...7.4.0

v7.3.1 — Choice Set Fixes

09 Dec 15:38
Compare
Choose a tag to compare

This release contains important fixes for bugs with searchable choice sets.

Supported Specs

What's Changed

Bug Fixes

See all the commits and the changelog.

v7.3.0 - Internal Refactors

27 Oct 16:57
e180db3
Compare
Choose a tag to compare

This release refactors the menu and choice set manager internals and fixes many bugs.

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

Supported Specs

Change Highlights

Enhancements

  • Update TireStatus RPC struct (#1297)

Bug Fixes

  • Refactor choice set manager to execute all tasks in the order they are called and several other bugs (#2025, #2020, #2018)
  • Refactor menu manager to execute all tasks in the order they are called and several other bugs (#1957, #2027, #2028, #2048)
  • Update the file manager to ensure files will not be uploaded twice (#2034)
  • Fixed several system capability manager crashes (#2036, #2024)
  • Fixed security implementation (#2024)

See all the commits and the changelog.

This release is made up of 272 commits. Thanks to contributors @joeljfischer, @FrankElias77, @LitvinenkoIra, @YuriiLokhmatovGitHub, and @jordynmackool.

v7.3.0 Release Candidate 1

27 Sep 17:34
Compare
Choose a tag to compare
Pre-release

See this PR for more details.

v7.2.0 - Voice Command Fixes, Menu Fixes, and More

30 Jun 18:12
e05d613
Compare
Choose a tag to compare

This is a bug fix release for v7.2.0 and adds no new features.

Supported Specs

Change Highlights

Bug Fixes

  • Added a workaround for Ford Sync 3.0 not properly sending back MEDIA template capabilities when set with SetDisplayLayout (#1152)
  • Invalid voice command strings are stripped (#1855, #1961, #1959, #1964)
  • Updating the main menu or choice sets now add unique identifiers to primary text based on which text fields and image fields will be displayed on the module (#1940)
  • Fixed preloading choices not properly marking which choices successfully loaded and which failed (#1941)
  • Fix file manager returning that files are not uploaded when they are on Core v4.5.0+ (#1978)
  • Numerous fixes to SDLVideoStreamingRange (#2011)

See all the commits and the changelog.

This release is made up of 192 commits. Thanks to contributors @joeljfischer, @NicoleYarroch, @FrankElias77, @shiniwat .

v7.2.0 – Release Candidate 1

08 Jun 13:53
Compare
Choose a tag to compare
Pre-release

See this PR for more details on this RC.

v7.1.1 - Connection and RPC Encryption Fixes

24 May 16:04
Compare
Choose a tag to compare

This is a bug fix release for v7.1.0 and adds no new features.

Supported Specs

Change Highlights

Bug Fixes

  • Fixed initial StartServiceACK being timed out too soon with many app connections to module (#1783, #1795, #1847)
  • Fixed a crash when the head unit sends a StartServiceACK to elevate the RPC service to encryption (#1966)
  • Fixed encrypted RPCs fail without a callback when encryption isn't set up (#1971)

Important Known Issues

  • #1855, #1959, #1961, and #1964 - Potential edge case bugs with voice commands using the SDLScreenManager.
  • #1941 - If a choice fails to preload, the manager may believe it was properly uploaded.

See all the commits and the changelog.

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