Jacob Keeler
Jacob Keeler
Fixes #2468 This PR is **ready** for review. ### Risk This PR makes **no** API changes. ### Testing Plan ATF PR: Todo ### Summary Delete pending commands when AddCommand times...
This PR is **ready** for review. ### Risk This PR makes **no** API changes. ### Summary Fix various typos and style issues throughout the project ### Changelog ##### Enhancements *...
### Bug Report Currently, none of the structs contained in `hmi_capabilities.json` are validated against the Mobile API when they are loaded, which means that invalid values can be sent in...
AGL Port
Adds CMake configurations which are necessary to cross-compile SDL Core for AGL. After setting up your cross-compilation environment, SDL Core can now be compiled for AGL (running on the Renesas...
When an `Alert` is received, `duration` is ignored by Core if `softButtons` is included, but this is not documented in the spec. This should be added to the description of...
The AppInfo struct was added in spec [version 4.2.0](https://github.com/smartdevicelink/rpc_spec/blob/master/MOBILE_API.xml#L1595), but the `appInfo` parameter in RegisterAppInterface is marked as added in [version 2.0](https://github.com/smartdevicelink/rpc_spec/blob/master/MOBILE_API.xml#L3801)