summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Attach Binary Data To OnSystemReqeust Messagehotfix/4.3_ptu_attach_binary_dataJackLivio2017-03-141-3/+4
| | | | Before this fix, binary data would only be added to the OnSystemRequest Message if core was built with the EXTENDED_POLICY flag set to Proprietary. In the case core was build with EXTERNAL_PROPRIETARY, the binary policy data would never be sent to the phone.
* Merge pull request #1346 from ↵Jacob Keeler2017-03-032-2/+2
|\ | | | | | | | | LuxoftAKutsan/fix/avoid_undefined_reference_to_main_with_cotire Avoid undefined reference to main with cotire
| * Renamed resumption test to avoid cmake warningAlex Kutsan2017-03-031-1/+1
| |
| * Improve a bit code of test scripts buildAlex Kutsan2017-03-031-1/+1
| | | | | | | | | | moved redundant namespace in local scope Added test main to list of sources
* | Merge pull request #1336 from ↵Jacob Keeler2017-02-281-1/+1
|\ \ | | | | | | | | | | | | LuxoftAKutsan/hotfix/remove_array_definition_from_on_system_request_url_param Make OnSystemRequest.url param not array
| * | Make OnSystemRequest.url param not arrayAlex Kutsan2017-02-281-1/+1
| | | | | | | | | | | | | | | According requirements OnSystemRequest.url should not be an array Related to #1228
| * | Merge pull request #1078 from dcherniev/hotfix/Change_version_of_API4.2.1Jacob Keeler2016-12-013-5028/+3
| |\ \ | | | | | | | | Change version of API in MOBILE_API.xml
* | | | Fix style issuesJacob Keeler2017-02-281-8/+12
| | | |
* | | | Add check for tts capabilities in unit testVeronica Veremjova2017-02-242-8/+15
| | | |
* | | | Fix TTS CapabilitiesVeronica Veremjova2017-02-241-2/+23
| |_|/ |/| | | | | | | | According API it should be array
* | | Increased frequency of OnAudioPassThru notifications to once every 50msfix/OnAudioPassThru_frequency_R4.3Jacob Keeler2017-01-311-2/+6
| | | | | | | | | It was requested that during AudioPassThru, notifications should be sent on a more frequent basis to allow for better real-time processing of the data. This value is not changed from 1 second when EXTENDED_MEDIA_MODE is disabled, as the AudioPassThru data is faked in this case.
* | | Add TODO to ActivateAppRequestTest for fix incorrect using of logokozlovlux2017-01-242-1/+2
| | | | | | | | | | | | | | | | | | | | | - added TODO to ActivateAppRequestTest - disable test OnExitApplicationNotificationDriverDistractionValidApp Related to APPLINK-31612
* | | Fix issues after rebaseokozlovlux2017-01-2415-749/+234
| | | | | | | | | | | | | | | | | | - fixed issues after rebase Related to APPLINK-31612
* | | Fix failed UTs in commandsokozlovlux2017-01-243-125/+95
| | | | | | | | | | | | | | | | | | - fixed failed UTs in commands Related to APPLINK-31612
* | | Add mock func to mock_applicationokozlovlux2017-01-241-0/+2
| | | | | | | | | | | | | | | | | | - added mock two funcs to mock_application Related to APPLINK-31612
* | | Fix UTs in mobile commandsokozlovlux2017-01-242-25/+302
| | | | | | | | | | | | | | | | | | - fixed UTs in mobile commands Related to APPLINK-31612
* | | Add smart_object_key for GetWayPointokozlovlux2017-01-242-0/+5
| | | | | | | | | | | | | | | | | | - added smart_object_key Related to APPLINK-3161
* | | Move UTs for some mobile commands from pre5_0_0 to developokozlovlux2017-01-2416-61/+4972
| | | | | | | | | | | | | | | | | | - moved UTs for commands from pre5_0_0 to develop Related to APPLINK-31612
* | | Fix issue with UISetIconRequestokozlovlux2017-01-242-3/+5
| | | | | | | | | | | | | | | | | | - fixed issue with UISetIconRequest Related to APPLINK-31612
* | | Transfer commands tests from pre5.0Sergey Levchenko (GitHub)2017-01-2411-95/+1974
| | |
* | | Move UTs for commands from pre5_0_0 to developokozlovlux2017-01-2445-5/+8160
| | | | | | | | | | | | | | | | | | - moved UTs for commands from pre5_0_0 to develop Related to APPLINK-31612
* | | Make log appenders library sharedAlex Kutsan2017-01-231-1/+0
| | | | | | | | | | | | related issue : APPLINK-31733
* | | Merge pull request #1189 from ↵Alexander Kutsan (GitHub)2017-01-20107-2003/+2886
|\ \ \ | | | | | | | | | | | | | | | | LuxoftAKutsan/feature/merge_external_policies_to_develop WIP Feature/merge external policies to develop ( external ATF check)
| * | | Fix external policies issuesAlex Kutsan2017-01-182-1/+4
| | | |
| * | | Change policies path and fix params method usageAlex Kutsan2017-01-18356-2002/+91137
| |\ \ \
| * \ \ \ Merge pull request #1165 from istoilovgithub/fix/redo_cmake_files_refactoringIvo Stoilov (GitHub)2017-01-1646-1021/+725
| |\ \ \ \ | | | | | | | | | | | | Refactor CMake files
| | * | | | Fix policy tests crashIvo Stoilov (GitHub)2017-01-122-2/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove library causing issue Putback some files removed by mistake Related tasks APPLINK-30588 APPLINK-30972
| | * | | | Refactor CMake filesIvo Stoilov (GitHub)2017-01-1247-1075/+726
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Rename src/3rd_party-static/MessageBroker to message_broker Related tasks APPLINK-30588 APPLINK-30972
| * | | | | Merge pull request #1172 from ↵Veronica Veremjova (GitHub)2017-01-133-1/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | VVeremjova/fix/Fix_transfering_OnKeyboardInput_notification_to_not_active_App Fix transferring OnKeyboardInput notification
| | * | | | | Add check for OnKeyBoardInputNotificationTestVeronica Veremjova2017-01-131-0/+2
| | | | | | |
| | * | | | | Fix transferring OnKeyboardInput notificationVeronica Veremjova2017-01-132-1/+4
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OnKeyboardInput should be sent for any app in FULL when no active PerformInteraction(KEYBOARD) Close-bug APPLINK-22167
| * | | | | Merge pull request #1162 from VVeremjova/fix/FixActivateAfterDeactivate_AppVeronica Veremjova (GitHub)2017-01-136-67/+70
| |\ \ \ \ \ | | |/ / / / | |/| | | | Fix activation after DEACTIVATE_HMI
| | * | | | Added constVeronica Veremjova2017-01-122-9/+9
| | | | | |
| | * | | | Add const and change smart_pointer to referenceVeronica Veremjova2017-01-122-14/+16
| | | | | |
| | * | | | Add missed commentsVeronica Veremjova2017-01-111-5/+5
| | | | | |
| | * | | | Fix Activation after DEACTIVATE_HMIVeronica Veremjova2016-12-303-29/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According APPLINK-16172 SDL.ActivateApp should be rejected after DEACTIVATE_HMI Added error response for HMI Related to APPLINK-21868
| | * | | | Remove legacy codeVeronica Veremjova2016-12-293-36/+3
| | | | | | | | | | | | | | | | | | | | | | | | According APPLINK-18854 it should been removed
| * | | | | Merge pull request #1151 from ↵Alexander Kutsan (GitHub)2017-01-111-11/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcherniev/fix/correct_respond_params_for_unsubscribe_vehicle_data Correct response params in UnSubscribeVehicleData
| | * | | | | Correct response params in UnSubscribeVehicleDatadcherniev2017-01-041-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected response parameters, generated in case when vi interface is not available. Related to: APPLINK-28727
| * | | | | | Merge pull request #1112 from ↵Alexander Kutsan (GitHub)2017-01-1136-368/+614
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcherniev/fix/fix_transport_manager_default_unit_test_issues Fix TransportManagerDefault unit test issues
| | * | | | | | Refactor TcpSocketConnection related classesdcherniev2017-01-108-118/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected misspelled name of class TcpServerOriginatedSocketConnection. Splitted classes TcpSocketConnection and TcpServerOriginatedSocketConnection in two separate files. Related task : APPLINK-30284
| | * | | | | | Fix SegFault problem of UTdcherniev2017-01-1011-61/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created method for threaded connection child classes to ensure their threads will finish running before they are deleted. Added socket shutdown and close during disconnection command for device connection. Moved the ConnectionCreated notification right after we create new threaded connection. Added check to prevent creation of new socket if the connection was already terminated. Related task : APPLINK-30284, APPLINK-30431
| | * | | | | | Replace LastState onto mock object for UTdcherniev2017-01-103-111/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced last_state variable onto corresponding mock object for TransportManagerDefault unit test. Enabled TransportManagerDefault unit test. Deleted unnecessary copy of app_info_storage2 file that was used only by TransportManagerDefault unit test. Related task : APPLINK-30284
| | * | | | | | Create mock for LastState classdcherniev2017-01-1018-99/+224
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splitted last_state into interface and implementation classes. Created mock class for last_state interface class. Updated references to last_state class in other related classes. Related task : APPLINK-30284
| * | | | | | Merge pull request #1143 from VVeremjova/fix/FixOnButtonPress_for_CustomButtonVeronica Veremjova (GitHub)2017-01-101-0/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [WiP] Fix sending OnButtonPress for Custom_button when app in background
| | * | | | | | Fix sending OnButtonPress for Custom_button when app in backgroundVeronica Veremjova2016-12-281-0/+9
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If app is not in FULL or Limited then OnButtonPress should not be sent Related to APPLINK-21979
| * | | | | | Merge pull request #1142 from VVeremjova/fix/FixOnButtonEvent_for_CustomButtonVeronica Veremjova (GitHub)2017-01-103-1/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix sending Custom_button when app in background
| | * | | | | | Fix failed HMIMessageHandlerImplTestVeronica Veremjova2016-12-301-0/+1
| | | | | | | |
| | * | | | | | Add mock calling for hmi_level in onButton notificationsVeronica Veremjova2016-12-301-1/+2
| | | | | | | |
| | * | | | | | Fix sending Custom_button when app in backgroundVeronica Veremjova2016-12-301-0/+8
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If app is not in FULL or Limited then onButtonEvent should not be sent Related to APPLINK-21977