summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-294-6/+6
|
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-14/+0
|
* style fixConlain Kelly2018-07-184-6/+10
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-185-11/+11
|
* Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-263-162/+0
|
* Fix falling atf test scriptBogdan2018-06-261-0/+4
| | | | | | | | Resource didn't set state 'FREE' in set_interior_vehicle_data_request.cc module_data was passed by value and not by reference. The logic CutOffReadOnlyParams has changed. Fix module type extraction from hmi response
* Move GetRCApplications function to RCRPCPluginIra Lytvynenko2018-06-261-16/+0
| | | | | | Delete logger initialization from UT Delete logger initialization from UT
* OnRemoteControlSettings and OnInteriorVehicleData notifications implIra Lytvynenko2018-06-261-0/+26
|
* Fix code styleIra Lytvynenko (GitHub)2018-06-262-14/+11
|
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-264-10/+8
|
* Fix some sdl commandsIra Lytvynenko2018-06-262-4/+2
|
* Fix build with unit tests after commands factory refactoringValerii2018-06-264-0/+375
| | | | | | | | | | | | | | | | | | | | | | | | | - Change enum name from command origin to command source - Create Mock for command factory class - Fix mock_app_manager after refactoring - Fix failed unit test Fix unit test in progress Add asser in plugin manager getter Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UTs for hmi and mobile commands.
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-266-17/+13
| | | | | | | | | Replaced all usages of passed parameters in implementation from application manager proxy to indirect call Add missed factories Remove commands includes
* Refactoring all hmi commands.BSolonenko2018-06-263-6/+28
| | | | | In all hmi command added rpc_service_, hmi_capabilities_ and policy_handler_ fields. Also changed all constructors.
* Refactoring all mobile commands.BSolonenko2018-06-261-2/+10
| | | | | In all mobile command added rpc_service_, hmi_capabilities_ and policy_handler_ fields. Also changed all constructors.
* Refactoring CommandImpl, CommandRequestImpl and CommandResponseImplBSolonenko2018-06-263-7/+29
| | | | | | In CommandImpl added rpc_service_, hmi_capabilities_ and policy_handler_ fields. Also changed constructors CommandImpl, CommandRequestImpl and CommandResponseImpl.
* move commands factory to rpc pluginIra Lytvynenko2018-06-262-0/+199
| | | | | | | | | | | | | | 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-26349-32794/+0
|
* Refactor CommandFactoryIra Lytvynenko2018-06-269-11/+11
| | | | | | Fix SendAudioPassThroughNotification Rename Command Origin to Command Source
* RPCService implementationIra Lytvynenko2018-06-2666-95/+150
| | | | Fix commands UTs
* Check for hmi level instead of statusfix/check_onhmistatus_invalidConlain Kelly2018-06-211-5/+4
|
* add validity check to OnHMIStatusNotification::Run() to avoid passing bad ↵Conlain Kelly2018-06-201-0/+10
| | | | default hmi level
* Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-184-1/+165
|\ | | | | Feature/get system time
| * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-054-14/+129
| |\
| * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-064-1/+165
| | | | | | | | | | | | | | | | | | Implemented fully working GetSystemTime feature Fixed UT in the security manager due to code changes Disable randomly failed test
* | | Merge pull request #1360 from ↵Jacob Keeler2018-06-148-14/+199
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/audio_file_playback_tts_chunks Add audio file playback capabilities using TTS Chunks
| * \ \ Merge remote-tracking branch 'origin/develop' into ↵Jacob Keeler2018-06-064-29/+105
| |\ \ \ | | | | | | | | | | | | | | | feature/audio_file_playback_tts_chunks
| * | | | Validate existence of files used in TtsChunksJacob Keeler2018-06-018-14/+199
| | |_|/ | |/| |
* | | | Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-131-1/+5
|\ \ \ \ | | | | | | | | | | Feature/mobile projection 2
| * | | | Initial implementationIra Lytvynenko2018-05-171-1/+5
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-117-83/+215
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/components/application_manager/src/commands/mobile/register_app_interface_request.cc
| * \ \ \ Merge pull request #2221 from JackLivio/fix/display_capabilities_segfaultJackLivio2018-06-111-44/+56
| |\ \ \ \ | | |_|_|/ | |/| | | Add checks to RAI display capabilities
| | * | | Revert "Omit display capability from RAI response if mandatory display ↵JackLivio2018-06-061-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capabilities are missing" This reverts commit 0391ec0254aa19869c4e72a1201e19d64d06e0ca.
| | * | | Omit display capability from RAI response if mandatory display capabilities ↵JackLivio2018-06-061-0/+13
| | | | | | | | | | | | | | | | | | | | are missing
| | * | | Add checks to display capabilitiesJackLivio2018-05-251-44/+56
| | | | |
| * | | | Merge branch 'develop' into ↵feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-313-9/+18
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | feature/expandable_design_for_proprietary_data_exchange
| | * | | Merge pull request #2224 from JackLivio/feature/tire_pressure_additionsJackLivio2018-05-311-3/+3
| | |\ \ \ | | | | | | | | | | | | Add tire pressure parameters
| | | * | | Remove extra line and fix styleJackLivio2018-05-311-3/+3
| | | |/ /
| | * | | Save icon for resumtion after successful SetAppIconElvis Kuliiev2018-05-251-5/+7
| | | | |
| | * | | Setting app icon to application in case if it exist on file systemAlexander Kutsan2018-05-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456 Setup Icon to application if icon exist on file system Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456
| | * | | Add icon resumption parameter to stringsAlexander Kutsan2018-05-251-0/+5
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456 Add response parameter IconResumed Set response parameter iconResumed to true in case if app icon exist otherwise set false Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456
| * | | Fix UT after implementation of Expandable DesignBSolonenko2018-05-242-0/+2
| | | |
| * | | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-244-29/+103
| |/ / | | | | | | | | | | | | | | | | | | Added new parameters to Mobile_API.xml & HMI_API.xml Added handling of new RequestType and RequestSubTypes to policy component Edited encoding & line endings in sdl_preloaded_pt.json Updated notifications triggering
| * | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-231-6/+40
| |\ \ | | | | | | | | Feature/expand put file
| | * | Initial implementationAndriy Byzhynar2018-05-181-6/+40
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented function in PutFile which correctly calculates CRC32 checksum for std::vector<uint8_t> Added comparison of calculated CRC checksum with received in PutFile request. Added PutFile response generation in case of CRC sum mismatch Fixed handling of unsigned integer values
* | | Check if displayName key existsJackLivio2018-05-251-3/+5
| | |
* | | DisplayName ImplementationJackLivio2018-05-231-0/+4
|/ /
* | Style & Review Commentsfeature/0147_template_color_schemesJackLivio2018-05-031-32/+22
| |
* | Fix StyleJackLivio2018-05-022-19/+26
| |
* | Upadte Color Via Set Display Layout and add Reject LogicJackLivio2018-05-021-2/+46
| |