-
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
Release 5.6.0 #626
Release 5.6.0 #626
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d936c0 - Browse repository at this point
Copy the full SHA 1d936c0View commit details
Commits on Apr 21, 2021
-
Merge pull request #559 from smartdevicelink/fix/empty_get_user_frien…
…dly_message Don't send GetUserFriendlyMessage when app does not have specific permissions
Configuration menu - View commit details
-
Copy full SHA for e9c3335 - Browse repository at this point
Copy the full SHA e9c3335View commit details -
Fix/Only send OnReceivedPolicyUpdate for request type PROPRIETARY (#561)
* Add change to only trigger PTU on a SystemRequest if request type is PROPRIETARY * Handle response from external policy manager as a JSON object
Configuration menu - View commit details
-
Copy full SHA for 1832a4a - Browse repository at this point
Copy the full SHA 1832a4aView commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c2d265 - Browse repository at this point
Copy the full SHA 5c2d265View commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a653c88 - Browse repository at this point
Copy the full SHA a653c88View commit details -
Integrate closeButton into softbuttons for AlertManeuver
also center close button, if present
Configuration menu - View commit details
-
Copy full SHA for 038b511 - Browse repository at this point
Copy the full SHA 038b511View commit details
Commits on May 13, 2021
-
Fix switching between media and non-media templates
Also adds restrictions for templates according to app type Homogenize `trackIcon` and `mainImage` in media and nonMedia models
Configuration menu - View commit details
-
Copy full SHA for 82e5b05 - Browse repository at this point
Copy the full SHA 82e5b05View commit details
Commits on May 14, 2021
-
Merge pull request #564 from smartdevicelink/fix/slider_aborted_respo…
…nse_format Use normal response format when sending sliderPosition
Configuration menu - View commit details
-
Copy full SHA for 5f1f2b2 - Browse repository at this point
Copy the full SHA 5f1f2b2View commit details
Commits on May 17, 2021
-
Merge pull request #565 from smartdevicelink/fix/alert_maneuver_witho…
…ut_softbuttons_formatting Fix closeButton formatting for AlertManeuver
Configuration menu - View commit details
-
Copy full SHA for 1aec880 - Browse repository at this point
Copy the full SHA 1aec880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bdbaf - Browse repository at this point
Copy the full SHA 21bdbafView commit details
Commits on May 18, 2021
-
Merge pull request #566 from smartdevicelink/fix/switching_templates
Fix switching between non-media and media templates
Configuration menu - View commit details
-
Copy full SHA for e60a5b6 - Browse repository at this point
Copy the full SHA e60a5b6View commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4017ada - Browse repository at this point
Copy the full SHA 4017adaView commit details
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dbc83f8 - Browse repository at this point
Copy the full SHA dbc83f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee8f2e4 - Browse repository at this point
Copy the full SHA ee8f2e4View commit details
Commits on May 28, 2021
-
Fix/Reset AudioStreamingIndicator to PLAY_PAUSE (#572)
* Reset audioStreamingIndicator to PLAY_PAUSE if undefined in request * Address review comment * Reset audiostreamingIndicator to PLAY_PAUSE on HMI_NONE * Remove unused RPC case UI.SetAudioStreamingIndicator
Configuration menu - View commit details
-
Copy full SHA for 634a3c2 - Browse repository at this point
Copy the full SHA 634a3c2View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b6b9979 - Browse repository at this point
Copy the full SHA b6b9979View commit details -
remove unnecessary MenuList setMode (#573)
* remove unnecessary MenuList setMode * Revert "remove unnecessary MenuList setMode" This reverts commit 2d43636. * fix console error with scrollable message change mode and add setMode call to scrollableMessage
Configuration menu - View commit details
-
Copy full SHA for e902342 - Browse repository at this point
Copy the full SHA e902342View commit details
Commits on Jun 3, 2021
-
Merge pull request #574 from smartdevicelink/fix/limited_character_se…
…t_background Reset disabled buttons when app is deactivated
Configuration menu - View commit details
-
Copy full SHA for c50b0a7 - Browse repository at this point
Copy the full SHA c50b0a7View commit details
Commits on Jul 19, 2021
-
Fix responses sequence for Alert and SubtleAlert (#464)
* Add TTS.Speak callbacks handlers and generic logic * Added postponed callback for UI.Alert * Added postponed callback for UI.SubtleAlert
Configuration menu - View commit details
-
Copy full SHA for 8e9640d - Browse repository at this point
Copy the full SHA 8e9640dView commit details
Commits on Jul 29, 2021
-
remove redundant systemCapabilities object from UI.GetCapabilities re…
…sponses (#583) Co-authored-by: Collin <co@ll.in>
Configuration menu - View commit details
-
Copy full SHA for d58988e - Browse repository at this point
Copy the full SHA d58988eView commit details
Commits on Aug 10, 2021
-
Fixed HMI does not apply Display mode to the main screen image (#584)
* fixed HMI does not apply Display mode to the main screen image * Update app/view/media/sdl/controllsView.js Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Update app/view/media/sdl/controllsView.js Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Address Livio comments Co-authored-by: yurii <ypostolov> Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> Co-authored-by: Andrii Kalinich <AKalinich@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for 5bf32aa - Browse repository at this point
Copy the full SHA 5bf32aaView commit details
Commits on Aug 11, 2021
-
fixed HMI sends OnInteriorVehicleData notification without default mo…
…dule ID (#585) Co-authored-by: yurii <ypostolov>
Configuration menu - View commit details
-
Copy full SHA for 1e88968 - Browse repository at this point
Copy the full SHA 1e88968View commit details -
Feature/sdl 0189 restructuring on reset timeout (#575)
* SLD-0189 Restructuring OnResetTimeout - Basic implementation of ResetTimeoutPopUp * Moved isEmptyObjectMethod to RCOntroller * SLD-0189 Restructuring OnResetTimeout - Updated ALertManeuverPopUp model - Updated AlertPopUp model - Updated SubtleAlertPopUp model - Updated TTSPopUp model * SLD-0189 Restructuring OnResetTimeout Updated RPC models * SLD-0189 Restructuring OnResetTimeout Updated InteractionChoicesView Models for PI requests * SLD-0189 Restructuring OnResetTimeout Added reset timeout input field * SLD-0189 Restructuring OnResetTimeout - Updated ScrollableMessage Model - Updated SliderView model * SLD-0189 Restructuring OnResetTimeout Minor fixes * SLD-0189 Restructuring OnResetTimeout Reset timeout to default if value in input field is out of bound * Add possibility to reset RC consent timeout * SDL-0189 Fixed OnClick for SubtleAlertPopUp * SDL-0189 Fixed TTS Start/Stopped * SDL-0189 Answer for review comments * SDL-0189 Refactoring ResetTimeoutPopUp * SDL-0189 Refactoring OnResetTimeout * SDL-0189 Answer for review comments * SDL-0189 Answer for review comments * SDL-0189 ScrollableMessage fix * SDL-0189 PerformInteraction refactor * SDL-0189 Fix Scrollable message * SDL-0189 Removed redundant check * SDL-189 Removed timeout decrement. Removed timeout decrement. Currently this logic implemented the SDL side * SDL-0189 Added originalTimeout value Added originalTimeout value to exclude case when the reset period is less than requested timeout * SDL-0189 Added check originalTimeout for resetTimeoutSpecificRpc method * SDL-189 Fixed of resetTimeoutSpecificRpc * SDL-0189 Added Keep Context processing for Alert and SubtleAlert * SDL-0189 Answer for review * SDL-0189 Answer for review comment Co-authored-by: valerii <valera.malkov@gmail.com> Co-authored-by: valerii <valera.malkof@gmail.com> Co-authored-by: Andrii Kalinich <AKalinich@luxoft.com> Co-authored-by: Valerii Malkov <VMalkov@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for ada1ee3 - Browse repository at this point
Copy the full SHA ada1ee3View commit details
Commits on Aug 12, 2021
-
SDL 0192 Button Subscription response from HMI (#580)
* SDL-0192 Removed OnButtonSubscription notification from HMI * SDL-0192 Extended settings controller for apps to customize Subscribe button response result code * SDL-0192 Created separate file for button capabilities * SDL-0192 Updated RPC Helper * SDL-0192 Added SubscribeButton/UnsubscribeButton RPC's processing Co-authored-by: LitvinenkoIra <ilytvynenko@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for c2152a9 - Browse repository at this point
Copy the full SHA c2152a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c4053 - Browse repository at this point
Copy the full SHA c9c4053View commit details
Commits on Aug 17, 2021
-
Fixed HMI does not apply Display mode to the main Alert image (#568)
* fixed HMI does not apply Display mode to the main Alert image * address Livio comments Co-authored-by: yurii <ypostolov>
Configuration menu - View commit details
-
Copy full SHA for a590d7e - Browse repository at this point
Copy the full SHA a590d7eView commit details -
Fix/Get Display Capabilities based on template (#590)
* Add changes to get capabilities based on template * Add changes to only send updated capabilities in OSCU * Rename function
Configuration menu - View commit details
-
Copy full SHA for 8d81482 - Browse repository at this point
Copy the full SHA 8d81482View commit details
Commits on Aug 23, 2021
-
Fixed HMI shows identical navigation buttons for all registered apps (#…
…591) Co-authored-by: yurii <ypostolov>
Configuration menu - View commit details
-
Copy full SHA for d588582 - Browse repository at this point
Copy the full SHA d588582View commit details
Commits on Aug 27, 2021
-
Fixed HMI processes RPC as unsuccessful in case of custom UNSUPPORTED…
…_RESOURCE result code (#594) Co-authored-by: yurii <ypostolov>
Configuration menu - View commit details
-
Copy full SHA for b61a5fd - Browse repository at this point
Copy the full SHA b61a5fdView commit details
Commits on Aug 31, 2021
-
Add comparator to track difference before and after (#593)
* Add comparator to track difference before and after And send OnIVD notification only for case when some fields has actually been changed. * Fix comparison result check
Configuration menu - View commit details
-
Copy full SHA for d2c882a - Browse repository at this point
Copy the full SHA d2c882aView commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7d11652 - Browse repository at this point
Copy the full SHA 7d11652View commit details
Commits on Sep 13, 2021
-
WebHMI "Reset timeout" window countdown counter is out of UI viewport (…
…#601) The reset timeout counter moved to the left side of the view
Configuration menu - View commit details
-
Copy full SHA for 78b0f0c - Browse repository at this point
Copy the full SHA 78b0f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb8b3c - Browse repository at this point
Copy the full SHA ceb8b3cView commit details
Commits on Sep 14, 2021
-
Fixed error isEmptyObject is not a function (#604)
Co-authored-by: LiliiaShlikhtLuxoft <lshlikht@luxoft.com> Co-authored-by: Iryna Lytvynenko (GitHub) <ILytvynenko@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for 5dda204 - Browse repository at this point
Copy the full SHA 5dda204View commit details -
Fixed issue: HMI does not send Speak response by softButton press wit…
…hin Alert and SubtitleAlert RPCs (#607)
Configuration menu - View commit details
-
Copy full SHA for 050a565 - Browse repository at this point
Copy the full SHA 050a565View commit details
Commits on Sep 15, 2021
-
Fix/hmi doesnt update timeout prompt (#606)
* Fixed issue: HMI does not update the timeout for timeoutPrompt during timeout reseting * Fixed typo: timeoutPromprtCallback -> timeoutPromptCallback
Configuration menu - View commit details
-
Copy full SHA for 9812a79 - Browse repository at this point
Copy the full SHA 9812a79View commit details
Commits on Sep 20, 2021
-
Fixed issue: HMI Uncaught ReferenceError during processing SetDisplay…
…Layout(displayLayout = DEFAULT) for navigation app (#615)
Configuration menu - View commit details
-
Copy full SHA for c6e6180 - Browse repository at this point
Copy the full SHA c6e6180View commit details -
Configuration menu - View commit details
-
Copy full SHA for d78b21b - Browse repository at this point
Copy the full SHA d78b21bView commit details -
Fixed issue: GetInteriorVehicleDataConsent pop-up for reseting timeou…
…t is not closed by response sending (#614)
Configuration menu - View commit details
-
Copy full SHA for 63316f2 - Browse repository at this point
Copy the full SHA 63316f2View commit details
Commits on Sep 22, 2021
-
Fixed HMI Uncaught SyntaxError after processing SetDisplayLayout (#617)
* Fixed issue: HMI Uncaught SyntaxError after processing SetDisplayLayout(displayLayout = DEFAULT) for media and non-media apps * Fixed issue: HMI Uncaught SyntaxError after processing SetDisplayLayout(displayLayout = DEFAULT) for media and non-media apps * Revert "Fixed issue: HMI Uncaught SyntaxError after processing SetDisplayLayout(displayLayout = DEFAULT) for media and non-media apps" This reverts commit 1897d6c. * Fixed issue after code review: Uncaught SyntaxError after processing SetDisplayLayout(displayLayout = DEFAULT) for media and non-media apps * Answer for review comments
Configuration menu - View commit details
-
Copy full SHA for 1f52391 - Browse repository at this point
Copy the full SHA 1f52391View commit details -
Fixed issue: Cannot read property 'removeClass' of undefined by switc…
…hing (#621) of Display mode and during active PerformInteraction
Configuration menu - View commit details
-
Copy full SHA for 18b9826 - Browse repository at this point
Copy the full SHA 18b9826View commit details
Commits on Sep 23, 2021
-
Fixed issue: VR pop-up during VR.PerfromInteraction overlaps the pop-…
…up for timeout resetting (#623)
Configuration menu - View commit details
-
Copy full SHA for aa84d6b - Browse repository at this point
Copy the full SHA aa84d6bView commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fb8b6b - Browse repository at this point
Copy the full SHA 1fb8b6bView commit details
Commits on Oct 12, 2021
-
Fix/doesnt wait timeout on button reset timeout pressed during subtle…
…alert (#632) * Fixed regression issue: HMI does not wait timeout on button Reset timeout pressed during SubtleAlert processing * Refactored click event of SubtleAlertPopUp
Configuration menu - View commit details
-
Copy full SHA for 4d7c0b5 - Browse repository at this point
Copy the full SHA 4d7c0b5View commit details