summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-011-1/+1
* Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-3/+3
* Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-291-1/+29
* Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-187-50/+30
* Replace pragma with header guardsAndriy Byzhynar2018-01-182-4/+10
* Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
* Add wrappers for deprecated methodsAndriy Byzhynar2018-01-182-1/+14
* Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-182-2/+2
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-183-5/+9
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-184-8/+25
* Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-182-19/+45
* Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-182-0/+24
* Renames interfaces according to people desireAndrey Oleynik (GitHub)2018-01-182-14/+15
* Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-181-1/+1
* Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-181-2/+2
* Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-183-15/+9
* Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2018-01-181-8/+48
* Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-183-16/+178
* Marks deprecated and unused interfaces in ApplicationManagerImplAndrey Oleynik (GitHub)2018-01-181-0/+8
* Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-182-16/+93
* Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-182-0/+35
* Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-186-4/+104
* Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-185-14/+58
* Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-188-42/+149
* Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-175-23/+9
|\
| * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-045-23/+9
* | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-195-21/+63
* | Removed is_suspended setter.AKalinich-Luxoft2017-12-122-22/+10
* | Added FINALAKalinich-Luxoft2017-12-122-2/+2
* | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-122-11/+13
* | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-121-1/+43
* | Added new bool flag to ApplicationImpl classAKalinich-Luxoft2017-12-122-9/+35
* | Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-122-0/+47
* | Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-123-16/+15
|/
* Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-274-8/+6
* Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-131-0/+10
* Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-133-19/+77
* Common functionality awaiting of certain HMI requestsAlexander Kutsan2017-11-132-6/+29
* Merge remote-tracking branch 'dev-gh/fix/Memory_leaks' into developjacobkeeler2017-11-021-0/+2
|\
| * Replaces raw member pointer with utils::SharedPtrAndrey Oleynik2017-09-081-0/+2
| * Fix minor memory leaksSergey Levchenko (GitHub)2017-09-081-1/+1
* | Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-021-3/+3
* | Merge pull request #1611 from AKalinich-Luxoft/fix/fix_subscribevehicledata_s...JackLivio2017-11-021-0/+5
|\ \
| * | Fix SubscribeVehicleData request subscriptionsAKalinich-Luxoft2017-06-141-0/+5
* | | Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-262-0/+16
| |/ |/|
* | Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-072-0/+13
|\ \
| * | - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-171-1/+1
| * | - adding warning result code and info message to ShowResponse to handleChrisB-Elektrobit2017-08-141-0/+3
| * | - added new ShowRequest::HandleMetadata function for the Show RPC toChrisB-Elektrobit2017-08-082-0/+10
* | | Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-071-0/+5
|\ \ \