theresalech

Results 90 issues of theresalech

Proposal: [Replace `thread::Thread` implementation with `std::thread` from C++11](https://github.com/smartdevicelink/sdl_evolution/edit/master/proposals/0339-replace-pthread-implementation-with-threads-from-cpp11.md) > The proposal's main idea is to remove the platform-specific threads functionality covered by the C++11 standard threads from SDL Core. Review:...

proposal

Proposal: [Remove Policy Mode Option From SDL Core](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0342-remove-policy-mode-option-from-sdl-core.md) > The goal of this proposal is to remove the `EXTENDED_POLICY` build option from SDL Core, reducing support only to `EXTERNAL_PROPRIETARY` policies....

proposal

Proposal: [Configurable time before shutdown](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0117-configurable-time-before-shutdown.md) > To prevent missing logs after SDL shutdown, additional ini file options should be added : - Write all logs to file system before shutdown...

proposal

Proposal: [Handle Scenario Where no Valid Cert is Available](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0333-handle-scenario-where-no-valid-cert-is-available.md) > This proposal defines how Core should respond to a request to start a protected service when it does not have...

proposal

Proposal: [Strict Versioning for Outgoing Core Messages](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0336-strict-versioning-for-outgoing-core-messages.md) > The main purpose of this proposal is to verify that SDL Core follows the Mobile API spec properly when communicating with older...

proposal

Proposal: [Limit TextField Length According to HMI Capabilities](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0335-limit-textfield-length-according-to-hmi-capabilities.md) > This proposal defines how Core should limit the length of TextFields sent to the HMI according to the HMI Capabilities. Review:...

proposal

Proposal: [Additional Video Streaming Capabilities Validation](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0332-additional-video-streaming-capabilities-validation.md) > This proposal is an extension of an already implemented proposal: [SDL 0296 - Possibility to update video streaming capabilities during ignition cycle](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle.md). This...

proposal

**Proposal:** [Adding new parameter of requiresAudioSupport and BluetoothDeviceAddress](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress.md) > In this proposal, by adding the `requiresAudioSupport` in `RegisterAppInterface` and the `bluetooothDeviceAddress` in `DeviceInfo`, when the device is connected via only...

proposal

Proposal: [App Service - Messaging](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0294-app-service-messaging.md) > This proposal adds a new "messaging" app service for apps that provide messaging features. Review: https://github.com/smartdevicelink/sdl_evolution/issues/973

proposal

Proposal: [DialNumber Text](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0284-DialNumber_Text.md) > This proposal adds a text string to `DialNumber` so that apps can be more descriptive or user friendly with it. Review: https://github.com/smartdevicelink/sdl_evolution/issues/950 Steering Committee Decision: >...

proposal