summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile
Commit message (Expand)AuthorAgeFilesLines
* Fix/unregister while audio pass thru (#1757)hotfix/unregister_during_audio_pass_thruSho Amano2018-04-052-5/+8
* Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-0236-169/+480
|\
| * Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-181-2/+2
| * Replace pragma with header guardsAndriy Byzhynar2018-01-181-209/+1
| * Add wrappers for deprecated methodsAndriy Byzhynar2018-01-181-12/+10
| * Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-181-1/+1
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-23/+22
| * Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-25/+37
| * Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-182-5/+5
| * Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2018-01-181-1/+7
| * Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-181-0/+2
| * Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-181-1/+3
| * Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-181-8/+14
| * Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-181-0/+213
| * Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-181-2/+55
| * Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-171-1/+1
| * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-041-2/+1
| * Create correct structure of SubscriveVehicleData ResponseAlexander Kutsan2017-11-271-2/+15
| * Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-272-2/+2
| * Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-131-44/+108
| * Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-138-49/+109
| * Common functionality awaiting of certain HMI requestsAlexander Kutsan2017-11-1334-25/+94
| * Merge pull request #1627 from LuxoftAKutsan/fix/SDL_responds_GENERIC_ERROR_in...Jacob Keeler2017-11-021-7/+25
| |\
| | * Fix typosAndriy Byzhynar (GitHub)2017-09-081-3/+3
| | * fixup! Fix issue with incorrect behaviour in AlertManeuverAlex Kutsan2017-06-221-12/+11
| | * Fix issue with incorrect behaviour in AlertManeuverokozlovlux2017-06-191-2/+21
| * | Merge pull request #1625 from LuxoftAKutsan/fix/system_request_with_filename_IVSJacob Keeler2017-11-021-13/+2
| |\ \
| | * | Fix SystemRequest with filename=IVSU but w/o binary dataIvo Stoilov (GitHub)2017-06-241-13/+2
| | |/
| * | Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-022-6/+9
| * | Fix case sensitive app name and id comparison (#1614)Andrii Kalinich (GitHub)2017-11-021-4/+7
| * | Merge pull request #1611 from AKalinich-Luxoft/fix/fix_subscribevehicledata_s...JackLivio2017-11-021-2/+12
| |\ \
| | * | Fix SubscribeVehicleData request subscriptionsAKalinich-Luxoft2017-06-141-2/+12
| | |/
* | | Get dbus to compileJackLivio2018-01-202-2/+10
|/ /
* | Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+2
* | Merge pull request #1775 from smartdevicelink/fix/update_mobile_api_4.4.0Jacob Keeler2017-09-261-3/+0
|\ \
| * | Update MOBILE_API.xml to match `rpc_spec` repofix/update_mobile_api_4.4.0jacobkeeler2017-09-221-3/+0
* | | Require nav or projection app for SendHapticDataJackLivio2017-09-251-1/+16
|/ /
* | Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-071-2/+60
|\ \
| * | - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-171-7/+6
| * | - changing Show Request metadata but no data warning result code from IGNORED...ChrisB-Elektrobit2017-08-171-1/+1
| * | - adding warning result code and info message to ShowResponse to handleChrisB-Elektrobit2017-08-141-4/+18
| * | - removed some extraneous logging to clean up the code a bitChrisB-Elektrobit2017-08-111-12/+4
| * | - added new ShowRequest::HandleMetadata function for the Show RPC toChrisB-Elektrobit2017-08-081-0/+53
* | | Fix style after develop mergeAlexander Kutsan2017-09-052-7/+5
* | | Merge branch 'develop' into feature/sdl_remote_control_baselineAndrii Kalinich (GitHub)2017-09-052-0/+139
|\ \ \
| * | | Removed converting HMI App IDMasato Ogawa2017-08-281-1/+0
| * | | Removed check of Application registrationMasato Ogawa2017-08-281-17/+0
| * | | Use bool operator for consistencyMasato Ogawa2017-08-221-2/+2
| * | | Removed a unused member and header filesMasato Ogawa2017-08-221-12/+0
| * | | Implement SendHapticData RPCMasato Ogawa2017-08-222-0/+169