Skip to content

v4.2.0 Beta 1 - Touches, Encoders, and Encryption, Oh My!

Pre-release
Pre-release
Compare
Choose a tag to compare
@joeljfischer joeljfischer released this 08 Aug 14:30

Enhancements

  • Add an AppInfo struct to RegisterAppInterface automatically with some application details, so that the head unit may automatically launch some apps via IAP if supported (#398, #431). @asm09fsu
  • Add a touch manager to the streaming media manager. The touch manager will watch for touch events and generate gesture recognizer-like callbacks (#402, #423). @asm09fsu
  • The streaming media manager now supports custom encoder settings and better default settings, as well as automatically creates a video based on the display capabilites sent by the head unit in register app interface response (#400, #406). @asm09fsu
  • Add support for linking an external encryption library to the SDL iOS library so that SDL data on the transport may be TLS encrypted (#348). @joeljfischer and @asm09fsu

Bug Fixes

  • Store sessionIds and service metadata together in the protocol code (#350). @joeljfischer
  • Fixed a streaming media manager enum casing issue by deprecating the incorrect cased enum and adding a correctly cased one (#383, #411). @joeljfischer