summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_request.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move commands to sdl rpc pluginAlexander Kutsan2018-06-261-159/+0
|
* Moves hash update logic into base class, checks UI interface state nowAndrey Oleynik2017-06-071-3/+5
| | | | | | | | In case RPC is expected to update application hash but UI component is not available, i.e. UI.IsReady returned 'false', hash update must be skipped. Changes move logic of hash updating into base class instead of duplicating it inside every related command class.
* Code style format with clang-formatKozoriz2016-04-251-26/+24
|
* Mobile commands update after removing all singletonesKozoriz2016-04-251-4/+4
|
* Merge remote-tracking branch 'origin/release/4.0.0' into developAlexandr Galiuzov2015-08-311-2/+5
|\
| * Fixes sending of OnHashChange notificationAndrey Oleynik2015-08-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | By requirements SDL has to send OnHashChange only for successful responses Fixes: APPLINK-13033 Conflicts: src/appMain/life_cycle.cc src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_request.cc src/components/application_manager/src/commands/mobile/set_global_properties_request.cc src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc
* | Implements new handling of WARNINGS code from HMI. Part 2.Andrey Oleynik2015-08-141-44/+56
| | | | | | | | | | | | | | | | | | | | | | | | In case of HMI sends WARNING as result code SDL must transfer it to mobile side with 'success:true' Implements: APPLINK-15040 Conflicts: src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc src/components/application_manager/src/commands/mobile/set_app_icon_request.cc src/components/application_manager/src/commands/mobile/system_request.cc
* | implemented data recoverydtrunov2015-06-231-1/+3
|/
* APPLINK-11722: [RTC 566543] Generic Error received for PI with message as ↵Dmitriy Klimenko2015-06-121-6/+9
| | | | Wrong Choice id was received from HMI
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* Latest internal release - last bulk merge before pull request and gitflow!?Justin Dickow2015-01-261-4/+3
| | | | | | Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* HmiStatus modifyJustin Dickow2015-01-241-3/+4
| | | | | | | | | | | | | | | | HU DCHECK occurs during multisession registration Remove unused variable SIGSEGV handler added to flush logger queue FixIncomplete device list in UpdateDeviceList request Fix Memory leak on PutFile break Fix Thread and Timer Fix OnHmiStatus Notification Fix Url array sending for endpoints. Fix HashChange Fix SDL parse incoming JSON message with both members error and result as success message Fix Core crashes while connecting mobile app Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-201-0/+138
Signed-off-by: Justin Dickow <jjdickow@gmail.com>