-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sdl 0238 keyboard enhancements #474
Feature/sdl 0238 keyboard enhancements #474
Conversation
* Fix keyboard behavior according to proposal 1. `USER_CHOICE_INPUT_KEY_MASK` will change input masking to true by default (was false) 2. Send `OnKeyboardInput` notifications for all masking modes, but only after `SetGlobalProperties` and clicking mask/unmask button
@ashwink11, this PR is ready for review |
@AKalinich-Luxoft changes approved from the Ford side. |
@JackLivio This PR is ready for Livio ready. Thank you! |
@jordynmackool this PR is ready for review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this is a partial review due to the fact that there are some pending revisions which might affect the implementation of this slightly (see smartdevicelink/sdl_evolution#1117)
@AKalinich-Luxoft the proposal markdown file has been updated per the revisions included in the accepted with revisions review issue: Revise SDL-0238 Keyboard Enhancements. Please make the needed updates to this PR and then tag @jacobkeeler to review when ready. Thanks! |
@jacobkeeler this PR has been updated according to revision and ready for Livio review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a note, I did notice that the documentation for this feature says that the HMI should avoid duplicating custom keys, but this implementation does not do so. That said, I would see this as an optional optimization, so I am approving this PR.
Implements #208
This PR is ready for review.
Testing Plan
Tested manually
Note: Manual_instruction_Keyboard_Enhancements_v1.2.zip
Summary
CLA