summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/policies
Commit message (Expand)AuthorAgeFilesLines
* remove unlock of lock that isn't locked (#3536)7.0.0-RC1Collin2020-10-081-1/+0
* Fix deadlock in policy handler (#3497)Igor Gapchuk (GitHub)2020-10-051-302/+437
* Merge branch 'release/7.0.0' into fix/move_duplicate_conversion_functions_to_...Yana Chernysheva2020-10-021-8/+8
|\
| * Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-011-2/+0
| * Fix/Delay OnHMIStatus until RAI response is sent (#3506)Shobhit Adlakha2020-09-211-6/+8
* | Merge branch 'develop' into fix/move_duplicate_conversion_functions_to_messag...Yana Chernysheva2020-09-105-350/+282
|\ \ | |/
| * [SDL-0190] Handle response from HMI during resumption data (#3475)Yana Chernysheva (GitHub)2020-09-041-8/+8
| * App not Un-Registering when trying to Force Close Nav App (#3374)Alexander Kutsan (GitHub)2020-09-021-0/+1
| * [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-015-342/+273
* | Resolve conflictsYana Chernysheva2020-08-181-3/+13
|\ \ | |/
| * Add SubtleAlert RPC (#3459)Jacob Keeler2020-08-171-3/+3
| * [SDL 0249] Feature/persisting hmi capabilities (#3397)Yevhenii Dementieiev2020-07-171-0/+10
* | Add template functions and delete or mark unused methods as deprecatedYana Chernysheva2020-06-191-10/+6
|/
* Fix potential deadlock in PolicyHandler (#3383)Alexander Kutsan (GitHub)2020-06-181-6/+10
* trigger ptu on startup only in proprietary policy mode (#3415)Collin2020-06-051-1/+1
* Fix onsystemrequest retry logic (#3400)JackLivio2020-05-281-4/+5
* Fix/Add Startup PTU trigger check (#3363)Shobhit Adlakha2020-05-181-0/+6
* do not retry ptu if no apps are connected (#3350)Collin2020-04-301-0/+4
* Move cached app logic to ChoosePTUApplicationfix/external_policy_buildjacobkeeler2020-04-211-18/+26
* Fix PROPRIETARY and HTTP retry sequences (#3329)Jacob Keeler2020-04-201-36/+113
* Fix/Send OnAppPropertiesChange in case one of nicknames is removed (#3336)Serhii Niukalov (GitHub)2020-04-161-1/+1
* Remove redundant GetSystemInfo sending (#3305)Ira Lytvynenko (GitHub)2020-04-032-20/+0
* Fix sdl crash when policies disabled (#3292)Yaroslav Mamykin (GitHub)2020-03-231-50/+62
* Fix OnSystemRequest(LOCK_SCREEN_ICON_URL) sending (#3271) (#3289)Collin2020-03-161-5/+35
* Start the new PTU after a failed retry sequence (#3208)Yevhenii Dementieiev (GitHub)2020-02-281-9/+42
* Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-271-38/+201
* Fix ApplicationSet reference variables are not lock-protected (#3230)Jim-Nexty2020-02-101-2/+2
* Feature/HMI Policy Table Update using vehicle modem (#3201)Ira Lytvynenko (GitHub)2020-02-051-2/+7
* Fix VD items subscriptions after PTU (#3081)Andrii Kalinich (GitHub)2019-10-231-0/+5
* Fix CID 204315, 204316jacobkeeler2019-10-031-2/+5
* Fix PTU notifications order (#3051)Andrii Kalinich (GitHub)2019-10-011-7/+14
* Make usage logger stabilization (#3022)Serhii Niukalov (GitHub)2019-09-191-19/+21
* Fix SDL's core crash during retry sequence (#3020)Igor Gapchuk (GitHub)2019-09-121-2/+18
* [SDL 0173] - Read Generic Network Signal Data Implementation (#2977)Alexander Kutsan (GitHub)2019-08-301-3/+8
* Feature/service status update to hmi (#2921)Maksym Ked (GitHub)2019-08-291-5/+45
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-291-2/+24
* Remove redundant policy handler code left after rebaseAndriy Byzhynar (GitHub)2019-08-211-5/+0
* Fixes after rebasemked-luxoft2019-08-201-3/+0
* Implement StateController changesAndriy Byzhynar2019-08-201-9/+36
* Update OnHMIStatus notificationAndriy Byzhynar2019-08-201-2/+8
* Update application and its dependenciesAndriy Byzhynar2019-08-201-5/+12
* Removed DEPRECATED methods.sniukalov2019-08-141-103/+0
* Update functionality of user permissions for all applications.sniukalov2019-08-141-10/+13
* Add using device id for external proprietary mode.sniukalov2019-08-141-37/+75
* Add using device id for proprietary mode.sniukalov2019-08-141-0/+8
* Adjustment of proprietary policy component for multiple devices.sniukalov2019-08-141-2/+92
* Add lock_screen_dismissal_warning to Policy Interfaceigapchuck2019-07-241-0/+7
* Send OnDriverDistraction notification in case if LockScreenDismissal state wa...Alexander2019-07-241-0/+9
* Add lock_screen_dismissal_enabled to Policy InterfaceAlexander2019-07-241-0/+6
* Replace ActivateApp(NONE) logic with CloseApplication logicjacobkeeler2019-06-261-35/+0