Skip to content
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

Merged
merged 44 commits into from
Oct 27, 2021
Merged

Release 5.6.0 #626

merged 44 commits into from
Oct 27, 2021

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    1d936c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request #559 from smartdevicelink/fix/empty_get_user_frien…

    …dly_message
    
    Don't send GetUserFriendlyMessage when app does not have specific permissions
    jacobkeeler authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e9c3335 View commit details
    Browse the repository at this point in the history
  2. 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
    ShobhitAd authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1832a4a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    5c2d265 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    a653c88 View commit details
    Browse the repository at this point in the history
  2. Integrate closeButton into softbuttons for AlertManeuver

    also center close button, if present
    jacobkeeler committed May 10, 2021
    Configuration menu
    Copy the full SHA
    038b511 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. 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
    jacobkeeler committed May 13, 2021
    Configuration menu
    Copy the full SHA
    82e5b05 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Merge pull request #564 from smartdevicelink/fix/slider_aborted_respo…

    …nse_format
    
    Use normal response format when sending sliderPosition
    jacobkeeler authored May 14, 2021
    Configuration menu
    Copy the full SHA
    5f1f2b2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request #565 from smartdevicelink/fix/alert_maneuver_witho…

    …ut_softbuttons_formatting
    
    Fix closeButton formatting for AlertManeuver
    jacobkeeler authored May 17, 2021
    Configuration menu
    Copy the full SHA
    1aec880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bdbaf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Merge pull request #566 from smartdevicelink/fix/switching_templates

    Fix switching between non-media and media templates
    jacobkeeler authored May 18, 2021
    Configuration menu
    Copy the full SHA
    e60a5b6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    4017ada View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    dbc83f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8f2e4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. 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
    ShobhitAd authored May 28, 2021
    Configuration menu
    Copy the full SHA
    634a3c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    b6b9979 View commit details
    Browse the repository at this point in the history
  2. 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
    iCollin authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    e902342 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request #574 from smartdevicelink/fix/limited_character_se…

    …t_background
    
    Reset disabled buttons when app is deactivated
    jacobkeeler authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c50b0a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. 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
    AKalinich-Luxoft authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    8e9640d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. remove redundant systemCapabilities object from UI.GetCapabilities re…

    …sponses (#583)
    
    Co-authored-by: Collin <co@ll.in>
    iCollin and Collin authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d58988e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. 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>
    3 people authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5bf32aa View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. fixed HMI sends OnInteriorVehicleData notification without default mo…

    …dule ID (#585)
    
    Co-authored-by: yurii <ypostolov>
    Ypostolov authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1e88968 View commit details
    Browse the repository at this point in the history
  2. 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>
    5 people authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ada1ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. 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>
    ValeriiMalkov and LitvinenkoIra authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c2152a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c4053 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. 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>
    Ypostolov authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a590d7e View commit details
    Browse the repository at this point in the history
  2. 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
    ShobhitAd authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8d81482 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    d588582 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Fixed HMI processes RPC as unsuccessful in case of custom UNSUPPORTED…

    …_RESOURCE result code (#594)
    
    Co-authored-by: yurii <ypostolov>
    Ypostolov authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b61a5fd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. 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
    AKalinich-Luxoft authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d2c882a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    7d11652 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. WebHMI "Reset timeout" window countdown counter is out of UI viewport (

    …#601)
    
    The reset timeout counter moved to the left side of the view
    ValeriiMalkov authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    78b0f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb8b3c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Fixed error isEmptyObject is not a function (#604)

    Co-authored-by: LiliiaShlikhtLuxoft <lshlikht@luxoft.com>
    Co-authored-by: Iryna Lytvynenko (GitHub) <ILytvynenko@luxoft.com>
    3 people authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    5dda204 View commit details
    Browse the repository at this point in the history
  2. Fixed issue: HMI does not send Speak response by softButton press wit…

    …hin Alert and SubtitleAlert RPCs (#607)
    ValeriiMalkov authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    050a565 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Fix/hmi doesnt update timeout prompt (#606)

    * Fixed issue: HMI does not update the timeout for timeoutPrompt during timeout reseting
    
    * Fixed typo: timeoutPromprtCallback -> timeoutPromptCallback
    ValeriiMalkov authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    9812a79 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Fixed issue: HMI Uncaught ReferenceError during processing SetDisplay…

    …Layout(displayLayout = DEFAULT) for navigation app (#615)
    ValeriiMalkov authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c6e6180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d78b21b View commit details
    Browse the repository at this point in the history
  3. Fixed issue: GetInteriorVehicleDataConsent pop-up for reseting timeou…

    …t is not closed by response sending (#614)
    ValeriiMalkov authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    63316f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. 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
    ValeriiMalkov authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1f52391 View commit details
    Browse the repository at this point in the history
  2. Fixed issue: Cannot read property 'removeClass' of undefined by switc…

    …hing (#621)
    
    of Display mode and during active PerformInteraction
    ValeriiMalkov authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    18b9826 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    aa84d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    1fb8b6b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. 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
    ValeriiMalkov authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4d7c0b5 View commit details
    Browse the repository at this point in the history