summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/mobile_command_factory.cc
Commit message (Collapse)AuthorAgeFilesLines
* Updated license headersMasato Ogawa2017-08-281-1/+1
|
* Updated license headersMasato Ogawa2017-08-241-0/+3
|
* Move SendHapticData to request/response sectionMasato Ogawa2017-08-221-11/+11
|
* Implement SendHapticData RPCMasato Ogawa2017-08-221-0/+13
| | | | | | | | | HMI does not know the position of widget in Navigation template. In cases HMI manages the Haptic feedback of each widget, the Navi app should notify the HMI which elements can be focused using SendHapticData RPC. This is for discussion on proposal SDL-0075.
* Command.reset fixJackLivio2017-07-311-4/+4
|
* Add system capabilities to hmi_capabilities.jsonJackLivio2017-07-121-0/+13
|
* Fix of SDL4.1.0. SDL doesn't send OnSystemRequest(QUERY_APPS) to the AppOleg Krotenko2016-06-011-0/+3
| | | | Related Issue: [APPLINK-24782](https://adc.luxoft.com/jira/browse/APPLINK-24782)
* Code style format with clang-formatKozoriz2016-04-251-182/+279
|
* ApplicationManager correctives after remove all singletonesKozoriz2016-04-251-107/+106
| | | | | Removed singletone from AM Updated after removing Profile singleton
* Add WayPoints API & fix resumption after rebaseHerasym Oleh2016-04-141-1/+1
|
* Add OnWayPointsChange notification implementationHerasym Oleh2016-04-131-0/+5
| | | | | | | | | | | | | Add HMI OnWayPointsChange notification Add Mobile OnWaypointsChange notification Related: APPLINK-21353 Conflicts: src/appMain/sdl_preloaded_pt.json src/components/interfaces/HMI_API.xml src/components/interfaces/MOBILE_API.xml
* Add GetWayPoints implementation commandHerasym Oleh2016-04-131-0/+11
| | | | | | | | | | Add mobile request GetWayPoints Add mobile response GetWayPoints Add HMI request GetWayPoints Add HMI response GetWayPoints Related: APPLINK-21612
* Add implementation SubscribeWayPoints&UnsubsribeWayPointsHerasym Oleh2016-04-131-0/+22
| | | | | | | | | | | | | | | | Add mobile request/response SubscribeWayPoints Add mobile request/response UnSubscribeWayPoints Add HMI request/response SubscribeWayPoints Add HMI request/response UnsubscribeWayPoints Add SendUnsubscribeWayPoints method in MessageHelper Add save subscribe app status to resumption DB & json Add Sending UnsubscribeWayPoints in case unexpected disconnect Related: APPLINK-21629 Conflicts: src/components/application_manager/src/application_manager_impl.cc
* Repair CMakeFile after merging master to developagaliuzov2016-04-071-9/+0
|
* Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-04-061-0/+9
|\
| * Adds implementation of DialNumber RPCAndrey Oleynik2016-04-041-0/+11
| | | | | | | | | | | | | | DialNumber allows to initiate call from user's device trough device attached to the system. Implements: APPLINK-11266
* | Fix OnHMIStatusNotificationFromMobile command creationAsen Kirov2016-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | There was s bug in MobileCommandFactory::CreateCommand(), which was causing always to create OnHMIStatusNotification command, not OnHMIStatusNotificationFromMobile, even when the origin of the command is Command::ORIGIN_MOBILE. Fixing this allows SDLv4 QUERY_APPS to be handled correctly, in particilar to gray them out when the launcher app goes in BACKGROUND by sending UpdateAppList with greyOut parameter. Fixes: APPLINK-17866
* | Fix of SDL. Correction processing DialNumber request.Oleg Krotenko2015-10-121-101/+100
| | | | | | | | | | Problem: SDL freezes after receiving DialNumber request Detail please see in APPLINK-17083
* | Merge remote-tracking branch 'LUX/APPLINK-11266' into developAleksandr Galiuzov2015-04-101-0/+11
|\ \ | |/ |/|
| * APPLINK-11266: DialNumber RPCDmitriy Klimenko2015-03-121-0/+11
| |
* | Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-5/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* SDL 3.8!Justin Dickow2014-10-201-0/+549
Signed-off-by: Justin Dickow <jjdickow@gmail.com>