summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/remove_auto_ptrfeature/remove_auto_ptrJacob Keeler2018-07-122148-133336/+119725
|\
| * Merge pull request #2209 from smartdevicelink/feature/rc_OnRCStatusJackLivio2018-07-1224-21/+292
| |\ | | | | | | Feature/OnRCStatus notification
| | * Fix typos and comments after reviewfeature/rc_OnRCStatusIra Lytvynenko (GitHub)2018-07-124-17/+7
| | |
| | * Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-1218-55/+102
| | | | | | | | | | | | Fix disabling RC-functionality
| | * Add OnRCStatus notification to RC groupIra Lytvynenko2018-07-121-0/+6
| | |
| | * Fix OnRCStatus sending after app registrationIra Lytvynenko2018-07-125-16/+29
| | | | | | | | | | | | Fix OnRCStatusNotification
| | * Add expectations for OnRCStatusNotificationsAlex Kutsan2018-07-122-20/+19
| | | | | | | | | | | | Fix for OnRCStatus notification
| | * Fix creation of the notification to mobileIra Lytvynenko2018-07-121-0/+4
| | |
| | * Create and send on RC status notificationsAlex Kutsan2018-07-129-2/+189
| | | | | | | | | | | | | | | | | | | | | Add comments and mock missed methods Conflicts: src/components/include/test/application_manager/mock_rpc_service.h
| | * Add interface changes for OnRCStatus notificationAlexander Kutsan2018-07-122-1/+26
| |/
| * Merge pull request #2330 from smartdevicelink/feature/remove_qt_hmi_api_dbusJacob Keeler2018-07-1190-27690/+383
| |\ | | | | | | Remove QT HMI API and QT specific RPCs
| | * Remove DBus from projectJacob Keeler2018-07-1064-17578/+379
| | |
| | * Remove QT HMI APIJacob Keeler2018-07-101-5517/+0
| | |
| | * Merge remote-tracking branch 'origin/feature/remove_qt_hmi_api_dbus' into ↵Jacob Keeler2018-07-0526-4595/+4
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop # Conflicts: # src/components/application_manager/CMakeLists.txt # src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_request.h # src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_request.h # src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_request.h # src/components/application_manager/src/commands/mobile/get_vehicle_data_request.cc # src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc # src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_request.cc # src/components/application_manager/src/hmi_command_factory.cc # src/components/application_manager/src/message_helper/message_helper.cc # src/components/application_manager/test/commands/hmi/dummy_hmi_commands_test.cc # src/components/application_manager/test/commands/hmi/hmi_notifications/hmi_notifications_test.cc # src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc
| | | * Remove QT HMI API and QT specific RPCsfeature/remove_qt_hmi_api_dbusjacobkeeler2018-02-0168-7534/+6
| | | |
| * | | Merge pull request #2291 from ↵JackLivio2018-07-1051-12/+300
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/new_vehicle_data_EPB_status Feature/new vehicle data epb status
| | * | | Fix copy-paste errorfeature/new_vehicle_data_EPB_statusConlain Kelly2018-06-182-8/+8
| | | | |
| | * | | style fix, againConlain Kelly2018-06-181-2/+3
| | | | |
| | * | | fix xml typoConlain Kelly2018-06-182-4/+4
| | | | |
| | * | | undo dumb leftover changes from atomConlain Kelly2018-06-182-26/+22
| | | | |
| | * | | Add electronic park brake status data parameterConlain Kelly2018-06-1853-35/+326
| | | | |
| * | | | Merge pull request #2164 from XevoInc/feat/mt_transport_changesJacob Keeler2018-07-0698-334/+8661
| |\ \ \ \ | | |_|/ / | |/| | | Feat/mt transport changes
| | * | | Fix build after mergeJacob Keeler2018-07-061-36/+36
| | | | |
| | * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-07-051985-107298/+109616
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat/mt_transport_changes Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/application_manager/test/application_manager_impl_test.cc src/components/remote_control/test/include/mock_application.h
| | * | | | address review commentsfronneburg2018-07-052-5/+4
| | | | | |
| | * | | | fix conflicts due to mergefronneburg2018-07-043-9/+6
| | | | | |
| | * | | | remove NonConstDataAccessorfronneburg2018-07-041-33/+0
| | | | | |
| | * | | | Merge pull request #295 in NAR/sdl-core from ↵Frank Ronneburg2018-07-0410-192/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/remove_non_const_data_accessor to feature/Ford-WiFi * commit '5aee98d0ad298440aca8fd7da5a9725b595aa775': Update unit tests to align with new Connection Handler methods updated some comments Remove usage of NonConstDataAccessor in ConnectionHandler Conflicts: src/components/connection_handler/src/connection_handler_impl.cc src/components/connection_handler/test/connection_test.cc src/components/connection_handler/test/heart_beat_monitor_test.cc src/components/protocol_handler/test/protocol_handler_tm_test.cc
| | * | | | Merge pull request #296 in NAR/sdl-core from bugfux/handle_review_20180702 ↵Frank Ronneburg2018-07-043-5/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to feature/Ford-WiFi * commit 'dcdc9f62eaa094292332b52846694bcf2a0e591d': fix: remove "2" from audio/videoServiceTransports when secondary transport is disabled and servicesMap is empty
| | * | | | Revert changes in hmi_message_handlerSho Amano2018-07-021-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since they are not related to multiple-transports feature. This reverts: - parts of commit 87cd3ea8aa30d9a5635b5fa2aea11696bdd75016 - commit f1e9309171273cb9d5b160e846844c0ef6e5c443
| | * | | | Add a comment regarding multiple transport is disabledSho Amano2018-06-291-0/+4
| | | | | |
| | * | | | Add more comments in platform_specific_network_interface_listener.ccSho Amano2018-06-291-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | Reflecting review comment.
| | * | | | Improve CMakeLists for tcp transportSho Amano2018-06-292-55/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is based on original "collect_sources" approach. Platform-dependent sources are added after the command. This is reflecting review comments.
| | * | | | Reflecting review commentsSho Amano2018-06-293-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update doxygen - Change level of some logs
| | * | | | Revert "Use ON_CALL() instead in resume_ctrl_test.cc"Sho Amano2018-06-281-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 408ac4d00ec4ac69a8da26d6f599fdb6b2faddd5.
| | * | | | Partially revert "Merge pull request #253 in NAR/sdl-core from ↵Sho Amano2018-06-281-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat/protocol_handler_unit_tests to feature/Ford-WiFi" This reverts part of commit 4d0678fdb75fa7b8aa575d6adddf5cc9373951eb since the changes are not related to multiple-transports feature.
| | * | | | Revert "Merge pull request #260 in NAR/sdl-core from ↵Sho Amano2018-06-283-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/invalid_memory_accesses to develop" This reverts commit 125ebf88d9765879f8ae0e60f121063a48a16d31. Same fix is included in PR #2178.
| | * | | | Revert "End navi services on unregistering application"Sho Amano2018-06-282-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7f9ed8aa6ab076d7f22f5e06a04bdfa607430e5b.
| | * | | | Revert "Do not send OnVideoDataStreaming before streaming is approved"Sho Amano2018-06-281-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 007aeedc6553767d79f2e79a3e2edab80a309b65.
| | * | | | Revert "Do not send OnVideoDataStreaming(false) when app already lost ↵Sho Amano2018-06-281-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | streaming approval" This reverts commit 7f2f65ec32313b2ff639ecb1fab6666dbd18b77c. Conflicts: src/components/application_manager/src/application_impl.cc
| | * | | | Revert "Add and fix unit tests about streaming state control"Sho Amano2018-06-281-60/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 194d725d51eb2db4bd5cac28c58d78a9a1b4bf74. Conflicts: src/components/application_manager/test/application_impl_test.cc
| | * | | | Update NonConstDataAccessor to align with PR #2254Sho Amano2018-06-286-29/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like DataAccessor, NonConstDataAccessor uses a shared pointer of a Lock instance.
| | * | | | fix: assign different connection handle in HeartBeatMonitorTestSho Amano2018-06-281-1/+3
| | | | | |
| | * | | | fix: protocol_handler_test not running any testsSho Amano2018-06-282-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried to include transport_adapter_impl.cc using list(APPEND ...). However once I included the file in SOURCES, create_test() created an empty test executable. I am not sure why this happens.
| | * | | | Follow-up of latest develop branch mergingSho Amano2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a build failure.
| | * | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-06-2741-217/+370
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat/mt_transport_changes Conflicts: src/components/application_manager/test/resumption/resume_ctrl_test.cc
| | * | | | | further review commentsfronneburg2018-06-2714-106/+125
| | | | | | |
| | * | | | | Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to ↵Sho Amano2018-06-2720-201/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/Ford-WiFi * commit '9d4d335347fe5ccf69c99e21d2e12e9a2bcd0fd7': address review comments from OSS maintainer
| | * | | | | Revert "fix for failed unit test"Sho Amano2018-06-261-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b4fe5081acb2eea341f228930ae8e98776937615. The issue has been resolved with another commit 669b0066752959015f75b031bc31a7ede7d8f737.
| | * | | | | Revert the fix for invalid memory access issueSho Amano2018-06-261-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... since this is not related to multiple-transports implementation. The fix is isolated to another PR: https://github.com/smartdevicelink/sdl_core/pull/2299.