summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix uninitialized membersfix/coverity_fixes_5.0.0jacobkeeler2018-09-286-6/+10
| | | | CIDs 188281, 188276, 188250, 188245, 188239
* Add missing resource close in LoadPluginjacobkeeler2018-09-271-0/+1
| | | | CID 188273
* Fix missing return valuejacobkeeler2018-09-271-0/+1
| | | | CID 80021
* Fix uninitialized field errorsjacobkeeler2018-09-275-17/+25
| | | | | | CID 188297 CID 188291 Also fix request_type typo
* Fix ReadDID Typo (#2630)JackLivio2018-09-242-17/+3
| | | | | | | | * Fix ReadDID Typo * Remove Reserved from external enums * Remove Reserved from regular enums
* Merge pull request #2607 from smartdevicelink/fix/video_streaming_in_backgroundJacob Keeler2018-09-2112-43/+82
|\ | | | | Fix EndService being sent to the wrong connection
| * Add keepContext logic to AudioSource HMI Statefix/video_streaming_in_backgroundjacobkeeler2018-09-188-31/+62
| |
| * Fix EndService being sent to the wrong connectionjacobkeeler2018-09-125-12/+20
| | | | | | | | Also fix issue where app remained in FULL after AUDIO_SOURCE event
* | Merge pull request #2628 from JackLivio/fix/default_hmi_comp_errorJackLivio2018-09-211-5/+0
|\ \ | | | | | | Remove default_hmi error from regular policy manager
| * | Remove default_hmi error from regular policy managerJackLivio2018-09-211-5/+0
|/ /
* | Merge pull request #2627 from ↵JackLivio2018-09-219-35/+258
|\ \ | | | | | | | | | | | | JackLivio/update_to_filter_invalid_parametres_and_rpcs Update to filter invalid parametres and rpcs
| * \ Merge remote-tracking branch 'origin/release/5.0.0' into ↵JackLivio2018-09-210-0/+0
| |\ \ | |/ / |/| | | | | fix/filter_invalid_parametres_and_rpcs
* | | Merge pull request #2006 from ↵JackLivio2018-09-216-1/+1837
|\ \ \ | | | | | | | | | | | | | | | | LuxoftAKutsan/fix/filter_invalid_parametres_and_rpcs Fix/filter invalid parametres and rpcs
| | * | Address commentsJackLivio2018-09-204-8/+8
| | | |
| | * | Merge remote-tracking branch 'origin/release/5.0.0' into ↵JackLivio2018-09-2018-126/+437
| | |\ \ | |_|/ / |/| | | | | | | fix/filter_invalid_parametres_and_rpcs
* | | | Merge pull request #2622 from ↵Jacob Keeler2018-09-192-7/+317
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/fix/reject_audio_video_by_transport Reject StartService for audio or video based on settings
| * | | | Reject StartService for audio or video based on settingsjacobkeeler2018-09-192-7/+317
| | | | |
* | | | | Merge remote-tracking branch 'origin/develop' into release/5.0.0jacobkeeler2018-09-194-77/+16
|\ \ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2617 from ↵Jacob Keeler2018-09-192-0/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/fix/emulated_iap_transport_override Add override for IAP emulated transport
| * | | | | Add override for IAP emulated transportfix/emulated_iap_transport_overrideJackLivio2018-09-172-0/+28
|/ / / / /
* | | | | Merge pull request #2609 from smartdevicelink/fix/gather_request_typesJackLivio2018-09-176-68/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix incorrectly saved RequestType and RequestSubType
| * | | | Fix incorrectly saved RequestType and RequestSubType, which caused silent ↵fix/gather_request_typesjacobkeeler2018-09-136-68/+0
|/ / / / | | | | | | | | | | | | errors while loading application policies on startup
* | | | Merge pull request #2587 from smartdevicelink/fix/sirium_xm_capability_checkingJacob Keeler2018-09-071-32/+37
|\ \ \ \ | | | | | | | | | | Fix capabilities check for siriusxmAvailable
| * | | | Fix capabilities check for siriusxmAvailablejacobkeeler2018-09-071-32/+37
| | | | | | | | | | | | | | | | | | | | Also fix reverted refactoring change
* | | | | Merge pull request #2588 from smartdevicelink/fix/add_missing_rpc_changesJacob Keeler2018-09-071-5/+26
|\ \ \ \ \ | |/ / / / |/| | | | Add missing RPC changes: SpaceAvailable & CurrentTemperatureAvailable
| * | | | Fix SpacingJackLivio2018-09-071-11/+11
| | | | |
| * | | | Update missing RPC changes: SpaceAvailable & CurrentTemperatureAvailableJackLivio2018-09-071-5/+26
| | | | |
* | | | | Merge pull request #2578 from ↵Jacob Keeler2018-09-061-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/5.0.0_update_hmi_api_interface_versions Update HMI API interface versions for 5.0.0
| * | | | | Update HMI API interface versions for 5.0.0feature/5.0.0_update_hmi_api_interface_versionsjacobkeeler2018-09-061-7/+7
|/ / / / /
* | | | | Merge pull request #2577 from ↵JackLivio2018-09-066-7/+22
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | smartdevicelink/fix/set_function_id_remove_fake_params Set proper function id in removeHMIFakeParameters
| * | | | Set proper function id in removeHMIFakeParametersfix/set_function_id_remove_fake_paramsJackLivio2018-09-066-7/+22
|/ / / /
| | | * Fix typoJackLivio2018-09-202-4/+4
| | | |
| | | * Update based on commentsJackLivio2018-09-202-71/+51
| | | |
| | | * Add filtering for policy table parametersJackLivio2018-09-199-31/+274
| | |/
| | * Add FunctionID to enumsAlexander2018-09-104-0/+1745
| | |
| | * Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-102-1/+92
| |/
| * Merge pull request #2583 from ↵fix/sdl_use_incorrect_url_on_system_requestJacob Keeler2018-09-074-9/+11
| |\ | | | | | | | | | | | | AByzhynar/fix/Set_SmartObject_print_in_DEBUG_build_mode_only Rework usage of PrintSmartObject function
| | * Rework usage of PrintSmartObject functionAndriy Byzhynar2018-09-074-9/+11
| |/ | | | | | | | | Removed redundant #IFDEFs DEBUG wrappers from calling PrintSmartObject function as this wrapper moved into function body
| * Merge pull request #2573 from AByzhynar/fix/PrintSmartObject_function_reworkJackLivio2018-09-061-69/+6
| |\ |/ / | | Rework PrintSmartObject function
| * Rework PrintSmartObject functionAndriy Byzhynar2018-09-061-69/+6
|/ | | | | Reworked MessageHelper::PrintSmartObject() function to add possibility to print internal SDL smart object to log file
* Merge pull request #2568 from ↵5.0.0_RCJacob Keeler2018-09-051-5/+3
|\ | | | | | | | | smartdevicelink/fix/sdl_does_not_check_for_non_mandatory_parameters Add additional check for non-manadatory parameters
| * Add additional check for non-manadatory parametersfix/sdl_does_not_check_for_non_mandatory_parametersZhdanovP2018-09-051-5/+3
| | | | | | | | | | | | | | | | | | The OnPutFile notification has non mandatory parameters `fileSize` and `length`. If the mobile application has no provided appropriate parameters SDL sends `fileSize`: null as json value to HMI. The commit fixes the issue and simply remove non mandatory parameter in case mobile app sends nothing for one.
* | Merge pull request #1965 from AByzhynar/fix/Wrong_connection_closureJackLivio2018-09-044-145/+138
|\ \ | | | | | | Fix/wrong connection closure
| * | Fix styleJackLivio2018-09-041-4/+8
| | |
| * | Fix merge conflictsJackLivio2018-09-042-99/+49
| | |
| * | Merge remote-tracking branch 'origin/develop' into fix/Wrong_connection_closureJackLivio2018-09-042474-141484/+135940
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # src/components/connection_handler/test/heart_beat_monitor_test.cc
| * | | Fix coding style issue after rebaseAndriy Byzhynar2018-05-182-5/+48
| | | |
| * | | Add/Update connection_handler unit tests according to code changesAndriy Byzhynar2018-05-152-153/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new test cases to connection handler test Updated heart_beat_monitor unit tests Renamed variables according to project coding style Rebased to current develop branch(commit SHA 5b3764d30b66004c4716d44117dea7e7aa4ba119)
| * | | Fix wrong connection closureAndriy Byzhynar2018-05-152-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | Removed connection closure in case of last session in the connection was closed. All connections should be removed when device would be unplugged.
* | | | Merge pull request #2559 from LitvinenkoIra/fix/external_policy_buildJacob Keeler2018-09-043-3/+3
|\ \ \ \ | |_|_|/ |/| | | fixup! remove struct timeval and use boost time_duration instead