Skip to content

7.6.0 - Bug Fixes

Compare
Choose a tag to compare
@jacobrau-livio jacobrau-livio released this 26 Oct 14:44
· 8 commits to develop since this release
a26dbc2

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