-
Notifications
You must be signed in to change notification settings - Fork 244
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
Change conditions to transfer on button press on button event #757
Change conditions to transfer on button press on button event #757
Conversation
Please review: @dtrunov , @anosach-luxoft , @LuxoftAKutsan ,@VVeremjova, @orhan-mehmedov |
@TMelnyk, Please review HMI_API.xml file |
@OHerasym , please change: a. OnButtonEvent b. OnButtonPress In case the ButtonName is CUSTOM_BUTTON or OK, HMI must include appID parameters to OnButtonEvent notification sent to SDL. If appID is not sent together with CUSTOM_BUTTON, this notification will be ignored by SDL. If appID is present for OK button -> SDL transfers notification to the named app only if _-if-_ **it** is in FULL or LIMITED (ignores if app is in NONE or BACKGROUND). If appID is omited for OK button -> SDL _-tramsfers-_ **transfers** notification to app in FULLc. Also please update date and version of corresponding interface at HMI_API per https://adc.luxoft.com/confluence/pages/viewpage.action?title=API+xml+versioning+approach&spaceKey=APPLINK) |
(!subscribed_app->IsFullscreen())) { | ||
continue; | ||
} | ||
if(app.valid()) { |
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.
@OHerasym please use clang format
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.
@OHerasym Reviewed |
(!subscribed_app->IsFullscreen())) { | ||
continue; | ||
} | ||
if (app.valid()) { |
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.
@OHerasym you just can check if(app)
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.
@anosach-luxoft , 21d4ff1 , Done
@OHerasym please do not name commits as |
Related: APPLINK-25470
Related: APPLINK-25470
Related: APPLINK-25470
@OHerasym |
@OHerasym What was the resolution here? Will a new PR be opened to solve the issue? |
@joeygrover , Yes , new pull request is created #775 |
PR Changes:
Related: APPLINK-25470