summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update versioning logic to check for < version 5.0.0fix/update_rpc_versioning_logicJackLivio2018-10-151-2/+2
|
* Fix usage of base_rpc_versionJackLivio2018-10-111-3/+2
|
* Merge pull request #2519 from JackLivio/fix/update_rpc_version_negotiation_logicJackLivio2018-08-241-1/+6
|\ | | | | Update mobile version negotiation
| * Check styleJackLivio2018-08-211-2/+2
| |
| * Update mobile version negotiationJackLivio2018-08-161-1/+6
| | | | | | | | Because mobile versioning did not exist prior to core 5.0, and IOS was using a hardcoded 1.0.0 for syncMsgVersion, all apps using version 1.0 to 4.5 will be negotiated to core RPC version 4.5
* | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-231-5/+0
|\ \ | | | | | | | | | | | | # Conflicts: # src/components/interfaces/MOBILE_API.xml
| * | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-5/+0
| |/
* | Merge branch 'feature/mobile_versioning' into feature/full_app_idJackLivio2018-08-141-3/+3
|\ \ | |/
| * Remove redundant function validateJackLivio2018-08-141-3/+3
| |
* | Merge branch 'feature/mobile_versioning' into feature/full_app_idJackLivio2018-08-131-3/+3
|\ \ | |/
| * Address comments and logic refactorJackLivio2018-08-101-3/+3
| |
* | Merge branch 'feature/mobile_versioning' into feature/full_app_idJackLivio2018-08-081-8/+11
|\ \ | |/ | | | | | | # Conflicts: # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
| * Update based on commentsJackLivio2018-08-071-7/+11
| |
* | cleanup comments, helper functionConlain Kelly2018-08-061-1/+3
| |
* | Merge branch 'feature/mobile_versioning' of ↵Conlain Kelly2018-08-061-3/+34
|\ \ | |/ | | | | https://github.com/JackLivio/sdl_core into feature/full_app_id
| * Check StyleJackLivio2018-08-051-13/+17
| |
| * RAI version negotiationJackLivio2018-08-011-4/+17
| |
| * Add support for mandatory and removed versioningJackLivio2018-08-011-0/+14
| |
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-07-251-3/+2
|\ \ | |/ | | | | feature/full_app_id
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-3/+2
| |
* | Don't accidentally make a fullappid if none exists; make fullAppIDConlain Kelly2018-07-201-9/+11
| | | | | | | | mandatory
* | Style fixConlain Kelly2018-07-171-6/+7
| |
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-07-161-22/+19
|\ \ | |/ | | | | feature/full_app_id
| * Send Driver Distraction notification immediately upon registrationfeature/driver_distraction_on_registrationJacob Keeler2018-07-121-0/+1
| |
| * Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-07-051-22/+18
| | | | | | | | | | | | | | | | | | 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
* | A little cleanup, use correct app id throughoutConlain Kelly2018-06-281-4/+1
| |
* | Add full app id parameter, need to use it stillConlain Kelly2018-06-281-11/+29
|/
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-6/+0
|
* Answer review comments.BSolonenko2018-06-261-1/+1
|
* Fixed get RC ApplicationsBSolonenko2018-06-261-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added is_rc_ field, getter and setter in ApplicationImpl; - fixed RegisterAppInterfaceRequest::Run(); - fixed RCRPCPlugin::GetRCApplications(). Fix UTs Added is_remote_control_supported and set_remote_control_supported methods in MockApplication Fixed on_interior_vehicle_data_notification_test and resource_allocation_manager_impl_test. Fixed sending of notifications. - Fixed RCRPCPlugin::OnPolicyEvent; - Fixed RCRPCPlugin::OnApplicationEvent; - Fixed OnExitApplicationNotification::Run; - Fixed ApplicationManagerImpl::UnregisterApplication; - Fixed ApplicationManagerImpl::OnPTUFinished; - Refactoring ApplicationImpl::RemoveExtension; - is_remote_control_supported_ added in initialization list. Fix UTs In application_manager_impl_test added seting RPCPluginManager Conflicts: src/components/application_manager/rpc_plugins/rc_rpc_plugin/test/resource_allocation_manager_impl_test.cc src/components/application_manager/src/application_manager_impl.cc
* Fix code styleIra Lytvynenko (GitHub)2018-06-261-4/+2
|
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-5/+5
| | | | | | | | | Replaced all usages of passed parameters in implementation from application manager proxy to indirect call Add missed factories Remove commands includes
* Refactoring all mobile commands.BSolonenko2018-06-261-2/+9
| | | | | In all mobile command added rpc_service_, hmi_capabilities_ and policy_handler_ fields. Also changed all constructors.
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-11/+10
| | | | | | | | | | | | cory library to install dir Fix build Fix header guards Fix namespaces Fix build
* move commands factory to rpc pluginIra Lytvynenko2018-06-261-1/+1
| | | | | | | | | | | | | | Replace include path of the commands Fix some things Fixing compile of applicaiton manager Move Commands interface part back to application_manager Use unique ptr for plugin manager Fix style in RPC services and factories Remove redunsant includes of factories in application manager Remove include of functional module
* Move commands to sdl rpc pluginAlexander Kutsan2018-06-261-0/+1373