summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CMake filesIvo Stoilov (GitHub)2016-12-30113-1577/+1601
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Related taks APPLINK-30588 APPLINK-30972
* Merge pull request #1136 from LitvinenkoIra/fix/remove_mqueue_adapterAlexander Kutsan (GitHub)2016-12-282-14/+0
|\ | | | | Remove MqueueAdapter from CMakeLists and life_cycle
| * Remove MqueueAdapter from CMakeLists and life_cycleLitvinenkoIra2016-12-272-14/+0
| | | | | | | | Deleted Mqueue Adapter from HMIMessageHandler component because it's unused code.
* | Merge pull request #1128 from LitvinenkoIra/fix/remove_mqueue_adapterAlexander Kutsan (GitHub)2016-12-276-367/+0
|\ \ | |/ | | Remove MqueueAdapter
| * Remove MqueueAdapterLitvinenkoIra2016-12-266-367/+0
| | | | | | | | | | | | Deleted Mqueue Adapter from HMIMessageHandler component because it's unused code. Remove Mqueue Adapter from CMakeLists
* | Merge pull request #1115 from ↵Andriy Byzhynar (GitHub)2016-12-232-3/+3
|\ \ | |/ |/| | | | | indlu/fix/Fix_SDL_retry_send_StartStream_less_than_ini_file Fixing incorrect counting retry StartStream
| * Fix incorrect counting retry StartStreamatimchenko2016-12-202-3/+3
| | | | | | | | | | | | | | Fixing incorrect counting retry StartStream and sending message to HMI every time when HMI reject previous StartStream Related task APPLINK-22263
* | Merge pull request #1122 from ↵Andriy Byzhynar (GitHub)2016-12-232-38/+67
|\ \ | |/ |/| | | | | dcherniev/fix/correct_transfer_of_info_parameter_during_reset_global_properties Correct the transfer of info parameter for ResetGlobalProperties command
| * Correct the transfer of info parameter for commanddcherniev2016-12-162-38/+67
|/ | | | | | | Added merge of info parameter (received by multiple SetGlobalProperties events) during processing of ResetGlobalProperties command. Updated check structure in method PrepareResponseParameters to correspond to other similar methods. Related tasks: APPLINK-25549
* Merge pull request #1107 from ↵Alexander Kutsan (GitHub)2016-12-141-2/+2
|\ | | | | | | | | indlu/fix/Fix_incorrect_response_on_send_SystemRequest Fixes incorrect response on send SystemRequest
| * Fix incorrect response on send SystemRequestatimchenko2016-12-141-2/+2
| | | | | | | | | | | | SDL should response with INVALID DATA result code if binary data is invalid. Fixed defect APPLINK-22982
* | Merge pull request #1101 from istoilovgithub/fix/merge_files_from_winportIvo Stoilov (GitHub)2016-12-143-2/+513
|\ \ | |/ |/| Move some useful scripts
| * Move some useful scriptsIvo Stoilov (GitHub)2016-12-093-2/+513
| | | | | | | | | | | | | | | | Move changes from check_style.sh Move show_disabled.sh script Move api_compare.py script Related taks APPLINK-30589
* | Merge pull request #1103 from ↵Alexander Kutsan (GitHub)2016-12-131-1/+1
|\ \ | |/ |/| | | | | tkireva/fix/HMI_level_resumption_for_COMMUNICATION_apps Fix HMI level resumption for COMMUNICATION apps
| * Fix HMI level resumption for COMMUNICATION appsTeodora Kireva2016-12-091-1/+1
|/ | | | | | | | | | | | After COMMUNICATION application resumption due to lost Wi-Fi connection from LIMITED HMI level, the application resumes in BACKGROUND HMI level When an AudioSource HMI state is created, if the application is of type COMMUNICATIONS, it gets LIMITED HMI level. Related Issue: APPLINK-24767
* Merge pull request #1076 from ↵Alexander Kutsan (GitHub)2016-12-092-188/+1357
|\ | | | | | | | | indlu/feature/Cover_add_command_request_send_location_request_with_UT Cover add_command_request send location request with unit tests
| * Fixes for unit testsatimchenko2016-12-082-29/+19
| | | | | | | | | | | | Fixes for unit tests, suggested in pull request Related task APPLINK-28083
| * Fully cover add_command_request with unit testsatimchenko2016-12-081-0/+265
| | | | | | | | | | | | Add Unit Tests for add_command (sdl_core) Related task APPLINK-28083
| * Cover add_command_request with unit testsatimchenko2016-12-081-197/+699
| | | | | | | | | | | | Move aplicable Unit Tests for add_command Related task APPLINK-28083
| * Cover send_location_request with unit testsatimchenko2016-12-081-0/+412
|/ | | | | | Fully cover send_location_request with UT Related task APPLINK-28083
* Merge pull request #1051 from ↵Alexander Kutsan (GitHub)2016-12-082-5/+65
|\ | | | | | | | | indlu/feature/Cover_hmi_message_handler_by_unit_tests Cover hmi message handler by unit tests
| * Cover hmi_message_handler by unit testsatimchenko2016-12-082-5/+65
|/ | | | | | Fully cover hmi_message_handler by unit tests Related task APPLINK-27062
* Merge pull request #1090 from dcherniev/fix/undo_changes_of_fix_ut_failureAlexander Kutsan (GitHub)2016-12-025-15/+8
|\ | | | | Revert "Merge pull request #1067 from dcherniev/fix/Fix_UT_failure"
| * Revert "Merge pull request #1067 from dcherniev/fix/Fix_UT_failure"dcherniev2016-12-025-15/+8
| | | | | | | | | | | | | | | | | | This reverts commit 62ecacecccbdae3560af6164f7e383ffbd6d7088, reversing changes made to c33db770fc069749bf185d8e7d97232aa514c5b2. Revert due to incorrect SDL work. Related to: APPLINK-30284
* | Merge pull request #1087 from dcherniev/fix/Disable_TransportManagerDefault_UTAlexander Kutsan (GitHub)2016-12-021-1/+2
|\ \ | |/ |/| Temporary disable TransportManagerDefault UT
| * Temporary disable TransportManagerDefault UTdcherniev2016-12-021-1/+2
|/ | | | | | Disabled unit test Init_LastStateUsed untill the source of SegFault during this test is found. Related to: APPLINK-30284
* Merge pull request #1067 from dcherniev/fix/Fix_UT_failureAndriy Byzhynar (GitHub)2016-12-016-10/+29
|\ | | | | Fix issues related to UTs on CI
| * Fix issue of TransportManager UTdcherniev2016-11-294-4/+9
| | | | | | | | | | | | | | Moved initialization of info.connection field right after connection was created. Added check if DisconnectDevice method would try to send Disconnect to invalid connection. Related to: APPLINK-30284
| * Fix issue with loggerdcherniev2016-11-291-4/+6
| | | | | | | | | | | | Added check if logger is available during call of flush_logger method. Related to: APPLINK-30284
| * Fix issues related to MockMessageHelperSergey Levchenko (GitHub)2016-11-241-2/+14
| | | | | | | | | | | | Added missed expectations Related to: APPLINK-30284
* | Merge pull request #1080 from dcherniev/hotfix/Change_version_of_APIAndriy Byzhynar (GitHub)2016-12-013-5028/+3
|\ \ | | | | | | Change version of API in MOBILE_API.xml
| * | Change version of API in MOBILE_API.xmldcherniev2016-11-303-5028/+3
| | | | | | | | | | | | | | | | | | | | | Updated API version and date of version change. Deleted redundant copy of MOBILE_API.xml file from test_generator folder. Related tasks: APPLINK-28276
* | | Merge pull request #1072 from ↵Anton Hrytsevich (GitHub)2016-11-281-4/+0
|\ \ \ | | | | | | | | | | | | | | | | AByzhynar/feature/Delete_redundant_recipients_from_notifications Delete redundant recipients from CI server notifications
| * | | Delete redundant recipients from CI server notificationsiAndrew52016-11-281-4/+0
|/ / / | | | | | | | | | Deleted redundant recipients from CI server notifications
* | | Merge pull request #1065 from pestOO/feature/SDD_doxygenAnton Hrytsevich (GitHub)2016-11-2227-1279/+2086
|\ \ \ | |_|/ |/| | SDD documentation in Doxygen with Security Example
| * | Add Security Manager SDD exampleElisey Zamakhov2016-11-228-2/+245
| | | | | | | | | | | | | | | Copied the current SDD information and diagrams Related issue: APPLINK-25051
| * | Add Main page and SDD templateElisey Zamakhov2016-11-223-4/+373
| | | | | | | | | | | | Related issue: APPLINK-25051
| * | Remove legacy doxygen filesElisey Zamakhov2016-11-2218-320/+0
| | | | | | | | | | | | Related issue: APPLINK-25051
| * | Update Doxygen file to 1.8.9.1Elisey Zamakhov2016-11-221-954/+1469
|/ / | | | | | | Related issue: APPLINK-25051
* | Merge pull request #1041 from LevchenkoS/fix/Fix_test_failureAndriy Byzhynar (GitHub)2016-11-2112-68/+144
|\ \ | | | | | | Fix test failure
| * | Fix issues with OnButtonNotificationCommandsSergey Levchenko (GitHub)2016-11-213-4/+12
| | | | | | | | | | | | | | | | | | | | | Obtaining of `app_id` value moved after checking of its existence. Related to: APPLINK-29755
| * | Fix issues with MockMessageHelperSergey Levchenko (GitHub)2016-11-218-53/+108
| | | | | | | | | | | | | | | | | | Added expectations related to MockMessageHelper Related to: APPLINK-29755
| * | Fix issue with MockHmiInterfacesSergey Levchenko (GitHub)2016-11-181-4/+16
| | | | | | | | | | | | | | | | | | Added additional ON_CALLs for MockHmiInterfaces Related to: APPLINK-29755
| * | Fix SegFault on ChangeRegistrationRequestTestSergey Levchenko (GitHub)2016-11-181-7/+8
|/ / | | | | | | | | | | | | SegFault has been caused by Smart Object destruction on scope leave. Related to: APPLINK-29755
* | Merge pull request #1042 from VVeremjova/fix/Fix_security_manager_unit_testsArtem Nosach (GitHub)2016-11-151-17/+28
|\ \ | | | | | | Fix tests for ssl context
| * | Fix tests for ssl contextVeronica Veremjova2016-11-151-17/+28
| | | | | | | | | | | | | | | | | | | | | | | | Set encrypted certificates Set client and server certificates separately When handshake has just started, we shouldn't expect complete init Related to APPLINK-29755
* | | Merge pull request #1044 from smartdevicelink/hotfix/on_button_press_conditionsAlexander Kutsan (GitHub)2016-11-151-2/+8
|\ \ \ | |/ / |/| | Hotfix/on button press conditions
| * | updating as per review comments and fixing bug in case of background apphotfix/on_button_press_conditionsMadhu Yaduguri2016-11-041-15/+12
| | |
| * | Sending button press event based on conditions(recommended by Justin) a. If ↵Madhu Yaduguri2016-11-031-10/+19
| |/ | | | | | | no 'appID' -> send to FULL apps only \n b.If 'appID' is present -> send to the named app, only if it’s in FULL or LIMITED? \n c. ignore for background & none even if there is 'appID'
* | Merge pull request #1040 from LevchenkoS/feature/Improve_build_speedAndriy Byzhynar (GitHub)2016-11-11108-269/+4162
|\ \ | | | | | | Improve build speed