summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prevent deadlock on shutdownfix/bt_scan_blocking_updateapplistJackLivio2021-04-061-1/+5
|
* Fix threading issuesJackLivio2021-04-012-1/+8
|
* Remove new linesJackLivio2021-04-012-2/+0
|
* Fix styleJackLivio2021-04-011-1/+0
|
* Fix bluetooth thread issuesJackLivio2021-04-012-2/+10
|
* Prevent automatic cloud connectionsJackLivio2021-04-011-0/+4
|
* Add timeout, remove found_devices_with_sdl_, fix conflictsJackLivio2021-04-013-42/+1
|
* Merge branch 'release/7.1.0-RC1' into fix/bt_scan_blocking_updateapplistJackLivio2021-03-311054-25151/+42976
|\ | | | | | | | | # Conflicts: # src/components/transport_manager/src/bluetooth/bluetooth_device_scanner.cc
| * Add none permissions for widget rpcs (#3678)JackLivio2021-03-251-0/+2
| |
| * Implement ResetGlobalProperties and revert resumption case for RC (#3673)Shobhit Adlakha2021-03-257-1/+101
| |
| * Fix/sdl 3620 SDL does not respond with NACK to start RPC service request ↵VladSemenyuk2021-03-249-255/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with invalid data (#3647) * Fix NACK sending for Start RPC service with invalid data in bson payload. Fix memory leak with session after Start RPC service NACK. Fix OnServiceUpdate sending after Start RPC service with invalid data in bson payload for protected mode. Fix NACK sending for Start any service with non-existent session id. * fixup! Fix NACK sending for Start RPC service with invalid data in bson payload. Fix memory leak with session after Start RPC service NACK. Fix OnServiceUpdate sending after Start RPC service with invalid data in bson payload for protected mode. Fix NACK sending for Start any service with non-existent session id. * fixup! fixup! Fix NACK sending for Start RPC service with invalid data in bson payload. Fix memory leak with session after Start RPC service NACK. Fix OnServiceUpdate sending after Start RPC service with invalid data in bson payload for protected mode. Fix NACK sending for Start any service with non-existent session id. Co-authored-by: Andrii Kalinich <AKalinich@luxoft.com>
| * Do not encrypt first frame (#3665)Vadym Luchko (GitHub)2021-03-231-1/+1
| |
| * Set boost cmake flag (#3662)7.1.0-RC1JackLivio2021-03-161-0/+1
| |
| * fix resumption IsResponseSuccessful (#3661)collinmcq2021-03-111-1/+9
| | | | | | Co-authored-by: collin <collin+i@collinmcqueen.com>
| * Compile ssl version check (#3657)JackLivio2021-03-101-1/+3
| | | | | | | | | | | | | | * Compile ssl version check * Fix comparison * Remove redundant tls 1.3 check
| * Check PTU triggers on startup in EXTERNAL_PROPRIETARY (#3649)Jacob Keeler2021-03-085-1/+19
| |
| * Update OpenSSL Context Config (#3654)JackLivio2021-03-082-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update boost installation to 1.72.0 * Fix boost installation process Properly set boost directories when the library is found, also run clean step before installation to prevent lingering old versions of boost * Fix websocket implementation * Update Configurations for openssl 1.1.1 * Update src/components/security_manager/src/crypto_manager_impl.cc Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com> Co-authored-by: jacobkeeler <jacob.keeler@livioradio.com>
| * Fix failing unit test with ENABLE_SECURITY=OFF (#3655)Collin2021-03-081-0/+2
| |
| * Remove unused includes for boost strand (#3656)Jacob Keeler2021-03-084-4/+0
| |
| * Update and fix Boost installation (#3651)Jacob Keeler2021-03-0511-50/+40
| | | | | | | | | | | | | | | | * Update boost installation to 1.72.0 * Fix boost installation process Properly set boost directories when the library is found, also run clean step before installation to prevent lingering old versions of boost
| * Fix SSL max block size logic (#3652)Jacob Keeler2021-03-051-5/+6
| | | | | | | | | | * Fix setting encrypted block size when cipher is unknown * Add missing cipher to list
| * Fix null moduleData in GetIVD response (#3565)Andrii Kalinich (GitHub)2021-03-052-4/+6
| | | | | | | | Removed msg_params section forwarding for case when response was not successful.
| * Wait for IsReady responses before RAI processing (#3631)Iryna Lytvynenko (GitHub)2021-03-049-0/+51
| |
| * add appID param to SendHapticData HMI request (#3646)Collin2021-03-041-0/+1
| |
| * remove unused semantic version constructor (#3650)Collin2021-03-041-6/+0
| |
| * Update HMI interface versions for 7.1.0 release (#3642)Jacob Keeler2021-03-021-30/+30
| | | | | | Also apply style fixes
| * initialize AppPermissions.isSDLAllowed in constructor (#3641)Collin2021-02-262-0/+2
| | | | | | | | | | | | | | | | | | | | | | * initialize AppPermissions.isSDLAllowed in constructor * Update src/components/policy/policy_external/include/policy/policy_types.h Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * apply to regular policies Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
| * Common.KeyboardInputMask fix (#3636)JackLivio2021-02-261-1/+1
| |
| * fix switch with no breaks (#3637)Collin2021-02-261-21/+9
| |
| * remove unused variable write pending (#3638)Collin2021-02-262-2/+0
| |
| * Prevent resumption of default keyboard properties after reset (#3633)Yana Chernysheva (GitHub)2021-02-181-1/+1
| |
| * Add default value for maskInputCharacters to ResetGlobalProperties (#3635)Jacob Keeler2021-02-185-6/+61
| | | | | | | | | | * Add `DISABLE_INPUT_KEY_MASK` to UI ResetGlobalProperties * Fix caching for keyboard properties
| * [SDL-0296] Possibility to update video streaming capabilities during ↵Iryna Lytvynenko (GitHub)2021-02-1239-172/+1205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignition cycle (#3468) * Temporary commit to change URL of rpc_spec repository * Change rpc_spec reference according to the new changes in the rpc_spec repo * Add the new OnAppCapabilityUpdated RPC with appropriate types to the HMI_API * Add the smart objects keys for the new parameters * Add OnAppCapabilityUpdatedNotification and BCOnAppCapabilityUpdatedNotification * Add Unit tests for the OnAppCapabilityUpdated RPCs * 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. * Update OnBCSystemCapabilityUpdatedNotificationFromHMITest Unit tests Add the checking of the SystemCapabilityType::VIDEO_STREAMING in the message and setting it into the HMICapabilities. * Add additionalVideoStreamingCapabilities to default hmi_capabilities * Add Processing OnSystemCapabilityUpdated with videoStreamingCapabilities * Update Unit tests for OnSystemCapabilityUpdated notifications * Add app_id to OnAppCapabilityUpdated notification to HMI * Updates during code review * Update logger * Update link to rpc_spec * Return back the driverDistractionCapability that was missed during conflicts resolving * Fix functionality that was broken during conflicts resolving * Updates during code review * Update link to rpc_spec * Revert "Fix streamer activity in case of suspend (#3488)" This reverts commit 42721d5c56dfc26e3d69f7d80d7806110e570cac. * Adjust old fix for all streaming transports * Change commit to rpc_spec * Update rpc_spec * Mark function as deprecated * Updates during code review * Remove trailing whitespaces * Update link to rpc_spec * Update rpc_spec Co-authored-by: Igor Gapchuk <igapchuck@luxoft.com> Co-authored-by: YarikMamykin <ymamykin@gmail.com> Co-authored-by: Andrii Kalinich <AKalinich@luxoft.com> Co-authored-by: Dmitriy Boltovskiy <dboltovskyi@luxoft.com>
| * update some scripts to python3 (#3629)Collin2021-02-123-74/+33
| | | | | | | | | | | | | | * update api_compare.py to python3 * update install_hooks.py to python3 * remove format_src.py, instead use check_style.sh
| * [SDL 0238] Feature Keyboard Enhancements (#3609)Yana Chernysheva (GitHub)2021-02-126-2/+592
| | | | | | | | | | | | | | | | | | * Add KeyboardCapabilities structure and related changes to HMI API * Add new smart object keys * Add changes to SetGlobalProperties request * Improve caching of keyboard properties
| * Main Menu UI Updates (#3612)JackLivio2021-02-115-0/+129
| | | | | | | | | | | | | | | | | | | | | | * Main Menu UI Updates * Verify secondaryImage * Fix Style * Update capabilities file with new text fields * Re-order text field enum
| * apply #3624 after merge of 0293 (#3632)Collin2021-02-111-3/+3
| |
| * Fix atomic usage for gcc 5.4.0 (#3630)Jacob Keeler2021-02-111-2/+2
| |
| * Merge branch ↵collin2021-02-1193-1241/+1130
| |\ | | | | | | | | | 'LuxoftSDL-feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl' into develop
| | * Merge branch 'feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl' ↵collin2021-02-1193-1241/+1130
| | |\ | |/ / | | | | | | of https://github.com/LuxoftSDL/sdl_core into LuxoftSDL-feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl
| | * fixup! Add new methods to CacheManager classesLitvinenkoIra2021-02-052-0/+4
| | |
| | * Merge remote-tracking branch 'origin/develop' into ↵LitvinenkoIra2021-02-0224-69/+239
| | |\ | | | | | | | | | | | | feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl
| | * | Update link to rpc_specLitvinenkoIra2021-02-021-0/+0
| | | |
| | * | Delete outdated hard-coded PTs and update affected UTsYana Chernysheva2021-02-023-616/+91
| | | | | | | | | | | | | | | | | | | | | | | | Delete unused and outdated hard-coded PTs from PTRepresentation classes. Move and update affected UTs with actual version of preloaded PT, copied from AppMain folder
| | * | Add unit test coverage for new methods from SQLPTRepresentation classesYana Chernysheva2021-02-022-384/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also delete disabled unit tests, which use outdated hard-coded values and doesn't map to current state and sections of preloaded pt. Instead new unit tests are added to check Save() and GenerateSnapshot() methods. These tests work with current version of preloaded pt, copied from AppMain folder.
| | * | Add missing sources to policy_tests suiteYana Chernysheva2021-02-023-2/+3
| | | |
| | * | Support new database hardware version parameterYana Chernysheva2021-02-0219-23/+126
| | | |
| | * | Add new methods to CacheManager classesYana Chernysheva2021-02-0210-13/+108
| | | |
| | * | Add new methods to PolicyManager classesYana Chernysheva2021-02-029-14/+60
| | | |
| | * | Add new methods to PolicyHandler classYana Chernysheva2021-02-025-13/+36
| | | |