summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/application_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Core dump on ignition off when registering 20 apps (#3939)Shobhit Adlakha2022-08-251-5/+28
* Fix/Reset sending type on ResetGlobalProperties (#3937)Shobhit Adlakha2022-08-041-5/+9
* Deleted local hmi api factory (#3930)Olha Vorobiova (GitHub)2022-06-221-2/+2
* Send UI.ChangeRegistration for background application after PTU (#3927)RomanReznichenkoLuxoft2022-06-211-5/+4
* Fix/Reset VRHelp array to default values instead of null (#3916)Shobhit Adlakha2022-06-101-2/+10
* Fix potential crashes by using shared pointers for app data (#3900)8.1-RC2release/8.1.0Jacob Keeler2022-04-071-10/+10
* Fix app activation during pending cloud connection (#3898)JackLivio2022-04-041-0/+7
* Fix/8.1.0 RC1 Coverity fixes (#3877)Shobhit Adlakha2022-03-111-7/+4
* Send lock screen dismissal info with DD_OFF notification (#3842)Jacob Keeler2022-01-191-3/+1
* Move app launcher stop before unregister app (#3825)Yana Chernysheva (GitHub)2022-01-191-0/+5
* Fix rare crash during streaming switching (#3833)Olha Vorobiova (GitHub)2021-12-221-2/+3
* Do not modify application list while iterating it (#3806)Collin2021-11-091-1/+4
* Fix issues with web app activation (#3799)8.0.0-RC2Andrii Kalinich (GitHub)2021-10-211-0/+26
* Fix early IsRegistered() state of application (#3796)Andrii Kalinich (GitHub)2021-10-141-3/+0
* Fix/crash after ptu for another app hmi type (#3795)Andrii Kalinich (GitHub)2021-10-141-2/+11
* Add missing internal error codes to security manager (#3773)Jacob Keeler2021-09-141-1/+0
* Fix stopping video without audio streaming (#3752)Andrii Kalinich (GitHub)2021-08-271-119/+232
* Fix/ccb 3141 change command request inheritance structure (#3591)VladSemenyuk2021-08-271-1/+17
* Add check for audio streaming state (#3763)Shobhit Adlakha2021-08-251-1/+5
* Squashed commit of the following:collin2021-08-121-0/+37
* [SDL-0189] Restructuring OnResetTimeout (#3726)Yana Chernysheva (GitHub)2021-08-111-18/+23
* Suspend notifications to mobile until HMI state is established (#3675)Jacob Keeler2021-07-271-0/+1
* Remove Deprecated Methods For SDL Core 8.0.0 (#3735)JackLivio2021-07-151-101/+0
* Fixed vrSynonyms and ttsName content in SystemRequest(QUERY_APPS) (#2705)Yurii Postolov2021-05-111-1/+14
* Store resumption data in storage folder (#3686)Jacob Keeler2021-04-221-3/+6
* replace applicable post-operators to pre-operators (#3687)Collin2021-04-201-4/+4
* Update travis distro to Ubuntu 20.04 (#3626)Jacob Keeler2021-04-151-1/+1
* Implement ResetGlobalProperties and revert resumption case for RC (#3673)Shobhit Adlakha2021-03-251-1/+7
* [SDL-0296] Possibility to update video streaming capabilities during ignition...Iryna Lytvynenko (GitHub)2021-02-121-0/+21
* Merge branch 'feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl' o...collin2021-02-111-3/+65
|\
| * Revert "Add a stub for systemHardwareVersion"LitvinenkoIra2021-01-281-4/+0
| * Add a stub for systemHardwareVersionLitvinenkoIra2021-01-211-0/+4
| * Add vehicle data params to StartSessionAckAndrii Kalinich2021-01-211-3/+65
* | Fix/ccb 3409 dummy icon remains (#3617)VladSemenyuk2021-02-111-45/+47
* | Make correlation ID counter atomic (#3567)Yana Chernysheva (GitHub)2021-02-041-12/+11
* | Fix SDL does not unsubscribe from softbuttons after receiving a response. (#2...Igor Gapchuk (GitHub)2021-02-021-0/+17
|/
* Fix for a potential SDL crash on boot (#3581)Yana Chernysheva (GitHub)2021-01-151-26/+7
* Bind protocol version when app registersfix/bind_protocol_version_at_registrationJackLivio2020-12-141-0/+2
* Add OnWayPointChange handling for NAVIGATION app services (#3573)Jacob Keeler2020-12-091-18/+54
* Merge remote-tracking branch 'origin/develop' into fix/fix_session_heartbeat_...JackLivio2020-11-101-1819/+2639
|\
| * Fix sdl sends unexpected disconnect with resource constraint (#3516)Serhii Niukalov (GitHub)2020-10-231-0/+6
| * Add missed NACK reasons (#3545)Yana Chernysheva (GitHub)2020-10-231-57/+65
| * Re-order rai logic for plugins (#3526)JackLivio2020-10-061-2/+5
| * Fix streamer activity in case of suspend (#3488)Andrii Kalinich (GitHub)2020-10-051-7/+28
| * Merge branch 'release/7.0.0' into fix/move_duplicate_conversion_functions_to_...Yana Chernysheva2020-10-021-37/+33
| |\
| | * Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-011-12/+9
| | * Use atomic bool in ApplicatinManager (#3491)Andrii Kalinich (GitHub)2020-09-301-8/+3
| | * Replace direct access with accessor for apps (#3487)Andrii Kalinich (GitHub)2020-09-301-17/+21
| * | Merge branch 'develop' into fix/move_duplicate_conversion_functions_to_messag...Yana Chernysheva2020-09-101-452/+538
| |\ \ | | |/
| | * [SDL-0190] Handle response from HMI during resumption data (#3475)Yana Chernysheva (GitHub)2020-09-041-14/+186