-
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
[SDL-0296] Possibility to update video streaming capabilities during ignition cycle #3468
[SDL-0296] Possibility to update video streaming capabilities during ignition cycle #3468
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa49029 - Browse repository at this point
Copy the full SHA fa49029View commit details
Commits on Jul 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for decd04a - Browse repository at this point
Copy the full SHA decd04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea01b6 - Browse repository at this point
Copy the full SHA 9ea01b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e891b - Browse repository at this point
Copy the full SHA 36e891bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4bef8 - Browse repository at this point
Copy the full SHA ec4bef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ac645 - Browse repository at this point
Copy the full SHA e2ac645View commit details -
Fix code generation for recursive structures
Currently InterfaceGenerator is not able to generate recursive structures i.e. one or several structure attributes have its own type e.g.: struct VideoStreamingCapability { ... VideoStreamingCapability additionalVideoStreamingCapabilities; } because structure type fully defined only when all of it attributes are defined. Otherwise param with type of structure will have AlwaysFalseSchema for validation so this param will never be validated successfully. With this commit InterfaceGenerator is able to handle such problem.
Configuration menu - View commit details
-
Copy full SHA for 7a0ba7a - Browse repository at this point
Copy the full SHA 7a0ba7aView commit details -
Update OnBCSystemCapabilityUpdatedNotificationFromHMITest Unit tests
Add the checking of the SystemCapabilityType::VIDEO_STREAMING in the message and setting it into the HMICapabilities.
Configuration menu - View commit details
-
Copy full SHA for 94577fc - Browse repository at this point
Copy the full SHA 94577fcView commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 359d596 - Browse repository at this point
Copy the full SHA 359d596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2f1ef - Browse repository at this point
Copy the full SHA 2e2f1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 995f8dc - Browse repository at this point
Copy the full SHA 995f8dcView commit details
Commits on Aug 16, 2020
-
Add app_id to OnAppCapabilityUpdated notification to HMI
LitvinenkoIra committedAug 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 95eca48 - Browse repository at this point
Copy the full SHA 95eca48View commit details
Commits on Aug 18, 2020
-
LitvinenkoIra committed
Aug 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 36f2f37 - Browse repository at this point
Copy the full SHA 36f2f37View commit details
Commits on Dec 1, 2020
-
Merge remote-tracking branch 'origin/develop' into feature/0296_possi…
…bility_to_update_video_streaming_capabilities
LitvinenkoIra committedDec 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 752f3bc - Browse repository at this point
Copy the full SHA 752f3bcView commit details -
LitvinenkoIra committed
Dec 1, 2020 Configuration menu - View commit details
-
Copy full SHA for a36ff38 - Browse repository at this point
Copy the full SHA a36ff38View commit details
Commits on Dec 15, 2020
-
LitvinenkoIra committed
Dec 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 27459b0 - Browse repository at this point
Copy the full SHA 27459b0View commit details -
Return back the driverDistractionCapability that was missed during co…
…nflicts resolving
LitvinenkoIra committedDec 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b7293b - Browse repository at this point
Copy the full SHA 9b7293bView commit details -
Fix functionality that was broken during conflicts resolving
LitvinenkoIra committedDec 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 5393355 - Browse repository at this point
Copy the full SHA 5393355View commit details -
Merge remote-tracking branch 'origin/develop' into feature/0296_possi…
…bility_to_update_video_streaming_capabilities
LitvinenkoIra committedDec 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 4c733a1 - Browse repository at this point
Copy the full SHA 4c733a1View commit details
Commits on Dec 16, 2020
-
Merge remote-tracking branch 'origin/develop' into feature/0296_possi…
…bility_to_update_video_streaming_capabilities
LitvinenkoIra committedDec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for ddb936b - Browse repository at this point
Copy the full SHA ddb936bView commit details
Commits on Dec 17, 2020
-
Merge remote-tracking branch 'origin/develop' into feature/0296_possi…
…bility_to_update_video_streaming_capabilities
LitvinenkoIra committedDec 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 437ca22 - Browse repository at this point
Copy the full SHA 437ca22View commit details
Commits on Jan 27, 2021
-
LitvinenkoIra committed
Jan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 8212d63 - Browse repository at this point
Copy the full SHA 8212d63View commit details -
LitvinenkoIra committed
Jan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for d51b003 - Browse repository at this point
Copy the full SHA d51b003View commit details
Commits on Jan 28, 2021
-
Revert "Fix streamer activity in case of suspend (smartdevicelink#3488)"
This reverts commit 42721d5.
Configuration menu - View commit details
-
Copy full SHA for 868eccd - Browse repository at this point
Copy the full SHA 868eccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a06d4 - Browse repository at this point
Copy the full SHA a6a06d4View commit details -
Merge pull request #176 from LuxoftSDL/feature/0296_possibility_to_up…
…date_video_streaming_capabilities_testing Fix resolutions switching on streaming
Configuration menu - View commit details
-
Copy full SHA for 89e27c5 - Browse repository at this point
Copy the full SHA 89e27c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccce573 - Browse repository at this point
Copy the full SHA ccce573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f278a7 - Browse repository at this point
Copy the full SHA 1f278a7View commit details -
Merge remote-tracking branch 'smart/develop' into feature/0296_possib…
…ility_to_update_video_streaming_capabilities
Configuration menu - View commit details
-
Copy full SHA for 3396fd1 - Browse repository at this point
Copy the full SHA 3396fd1View commit details
Commits on Feb 1, 2021
-
LitvinenkoIra committed
Feb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d6a459 - Browse repository at this point
Copy the full SHA 3d6a459View commit details -
LitvinenkoIra committed
Feb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for f0de706 - Browse repository at this point
Copy the full SHA f0de706View commit details
Commits on Feb 12, 2021
-
Merge remote-tracking branch 'origin/develop' into feature/0296_possi…
…bility_to_update_video_streaming_capabilities
LitvinenkoIra committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 177f079 - Browse repository at this point
Copy the full SHA 177f079View commit details -
LitvinenkoIra committed
Feb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 31b0e74 - Browse repository at this point
Copy the full SHA 31b0e74View commit details -
LitvinenkoIra committed
Feb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for bfade9a - Browse repository at this point
Copy the full SHA bfade9aView commit details -
Merge remote-tracking branch 'smart/develop' into feature/0296_possib…
…ility_to_update_video_streaming_capabilities
Configuration menu - View commit details
-
Copy full SHA for b6c98a4 - Browse repository at this point
Copy the full SHA b6c98a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f73ce - Browse repository at this point
Copy the full SHA 73f73ceView commit details