summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/register_app_interface_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/expandable_design_for_proprietary_data_ex...feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-311-1/+8
|\
| * Setting app icon to application in case if it exist on file systemAlexander Kutsan2018-05-251-1/+3
| * Add icon resumption parameter to stringsAlexander Kutsan2018-05-251-0/+5
* | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-241-13/+37
|/
* Fix StyleJackLivio2018-05-021-1/+2
* Implementation of color schemesJackLivio2018-04-251-0/+20
* 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 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
* Fix case sensitive app name and id comparison (#1614)Andrii Kalinich (GitHub)2017-11-021-4/+7
* Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+2
* Implementation of Remote Control pluginAlexander Kutsan2017-08-161-0/+13
* Add video streaming capability in system capabilitySho Amano2017-08-111-0/+2
* Reivew changesJackLivio2017-08-011-1/+1
* Mobile Projection Implementation and Unit TestsJackLivio2017-07-271-1/+9
* Add functionality for External UCSokozlovlux2017-05-171-5/+27
* Add patch version to Mobile and HMI APIsfeature/API_patch_versionJacob Keeler2017-04-271-0/+2
* Send OnStatusUpdate right after OnApplicationregisteredAlex Kutsan2017-01-181-1/+1
* Remove nitification update_manager on AddApplicationAlexander Kutsan2017-01-171-1/+3
* Send HMI status after adding application to policy DBAlex Kutsan2017-01-061-0/+1
* Move AddApplication to OnAppRegisteredOnMobileVeronica Veremjova2016-12-281-2/+1
* Fix RegisterApp flowVeronica Veremjova2016-12-281-2/+3
* Fixes order of notification sending during application registrationAndrey Oleynik2016-12-131-0/+9
* Merge commit '5bf2c5500309d36b60987e74bdd4ed1610ecffde' into release/4.2.0Alexander Kutsan2016-10-151-7/+59
|\
| * Reorder register app response to mobile and hmiBrad Pankow2016-09-221-1/+1
| * Make code appropriate to Google coding styleAlexander Kutsan2016-08-291-21/+21
| * Merge branch 'release/4.1.0'Alexander Kutsan2016-08-261-201/+391
| |\
| * | Fix WARNINGS response from RegisterAppInterface on valid AppHMIType received ...Sergey Levchenko (GitHub)2016-08-181-1/+1
| * | Fixed improper variable namehotfix/apphmitype_warningJacob Keeler2016-08-021-4/+4
| * | Simplified returnJacob Keeler2016-08-021-5/+2
| * | Fixed style issuesJacob Keeler2016-07-281-6/+8
| * | Fix Travis build errorJacob Keeler2016-07-271-1/+2
| * | Changing switch to map accessJacob Keeler2016-07-271-19/+25
| * | Fixed casting issues, included DCHECK for unrecognized AppHMITypeJacob Keeler2016-07-251-23/+15
| * | Fixes issue where the list of AppHMITypes sent from mobile was being incorrec...Jacob Keeler2016-07-221-1/+27
| * | Fixes setting of default HMI level during application registrationAndrey Oleynik2016-05-131-239/+219
| * | Fixed SDL to do not send two OnHMIStatus notification to launched applicationOleksandr Koreniak2016-03-301-8/+13
* | | Fix TTS IsReady false issues (#892)Oleh Herasym (GitHub)2016-10-121-13/+18
* | | Remove redundant DCHECK if application unregisters during resumption timerAlex2016-10-121-1/+1
* | | Send language param in RAI response if TTS is availableAlexander Kutsan2016-10-121-0/+11
* | | UI interface: SDL behavior in case HMI does not respond to IsReady request or...dtrunov2016-09-291-2/+2