summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-05110-1563/+1571
|
* Merge pull request #1144 from istoilovgithub/fix/cmake_files_refactoringIvo Stoilov (GitHub)2017-01-04110-1571/+1563
|\ | | | | Refactor CMake files
| * Apply code review commentsIvo Stoilov (GitHub)2017-01-034-18/+1
| | | | | | | | | | | | | | | | Remove FindSDLSqlite3 module, replace with FindSqlite3 Remove commented code Fix redundant libraries in resumption test Related tasks APPLINK-30588 APPLINK-30972
| * Apply code review commentsIvo Stoilov (GitHub)2017-01-035-23/+8
| | | | | | | | | | | | | | | | | | | | Fixed changed to .travis.yml Restored build configuration defaults Put back/remove files changed with refactoring Reverted changes related to MSCV Removed changes related to QT_PORT Related taks APPLINK-30588 APPLINK-30972
| * 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 #1139 from LitvinenkoIra/fix/cppcheck_errorsAlexander Kutsan (GitHub)2016-12-293-21/+30
|\ \ | |/ |/| Fix/cppcheck errors
| * Fix eraseDereference cppcheck errorsLitvinenkoIra2016-12-292-21/+27
| | | | | | | | | | | | Add find_if instead of loop in transport_manager_impl. Add variable key to store the value of iterator in command_request_impl. Make iterator it const
| * Fix resourceLeak cppcheck errorLitvinenkoIra2016-12-281-0/+3
| | | | | | | | Close rd_fp file before each return.
* | 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