Nicole Yarroch
Nicole Yarroch
### Bug Report When the video stream is resumed (by sending a start video service control frame) after being stopped (by sending an end video service control frame) sometimes the...
### Bug Report The `SDLStreamingAudioLifecycleManager` should suspend transcoding if the app on the device using is backgrounded while using a TCP secondary transport, just like the video manager does. Since...
### Bug Report The `SDLSystemCapabilityManager` should use the `SDLPermissionManager` to check the app has permissions to send an RPC at the current `hmiLevel` instead of assuming that all RPCs can...
### Bug Report `SDLTouchManagerDelegate's` `didReceivePinchInView` is never called in the codebase so subscribers will never get a notification. ##### OS & Version Information * iOS Version: n/a * SDL iOS...
### Bug Report Sometimes the `pixelBuffer` in `SDLCarWindow` is invalidated when the app is put in the background due to a VideoToolbox bug. This means that the `CarWindow` API can...
### Bug Report Notifications of pan and pinch gestures from Core are significantly delayed, giving the user the impression that the UI is not responding to their touches. ##### Reproduction...
The `SendLocation` request parameters all all optional, however core will reject the request unless either the `longitudeDegrees ` / `latitudeDegrees ` OR the `address` is set. This information should be...
The `TimerMode` enum is unused and should be deprecated.
The `SetMediaClockTimer` RPC documentation has conflicting information about the `startTime` parameter. Depending on which part of the documentation you read, you can set the `startTime` when `updateMode` is `PAUSE` or...