summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'smart/develop' into fix/sdl_does_not_unsubscrib...fix/sdl_does_not_unsubscribe_from_subbuttons_after_receiving_responseDmitriy Boltovskiy2020-12-162-23/+24
|\
| * Add OnWayPointChange handling for NAVIGATION app services (#3573)Jacob Keeler2020-12-092-23/+24
* | fixup! Fix regression and style issuesAndrii Kalinich2020-11-301-5/+5
* | Merge remote-tracking branch 'origin/develop' into fix/sdl_does_not_unsubscri...Andrii Kalinich2020-11-2412-159/+196
|\ \ | |/
| * ensure apps receive default HMI status before activated status (#3559)7.0.0-RC2release/7.0.0Collin2020-10-293-0/+82
| * Add missed NACK reasons (#3545)Yana Chernysheva (GitHub)2020-10-231-13/+6
| * Fix application activation after resumption (#3550)Yana Chernysheva (GitHub)2020-10-222-7/+4
| * Re-order rai logic for plugins (#3526)JackLivio2020-10-061-0/+3
| * Bugfix 3173 (#3528)JackLivio2020-10-061-0/+2
| * Add check for already processed resumptions (#3525)Yana Chernysheva (GitHub)2020-10-051-21/+24
| * Fix streamer activity in case of suspend (#3488)Andrii Kalinich (GitHub)2020-10-053-12/+7
| * Fix deadlock in policy handler (#3497)Igor Gapchuk (GitHub)2020-10-051-4/+22
| * Merge branch 'release/7.0.0' into fix/move_duplicate_conversion_functions_to_...Yana Chernysheva2020-10-025-3/+16
| |\
| | * Use atomic bool in ApplicatinManager (#3491)Andrii Kalinich (GitHub)2020-09-301-2/+2
| | * Replace direct access with accessor for apps (#3487)Andrii Kalinich (GitHub)2020-09-301-1/+1
| | * Merge pull request #3507 from smartdevicelink/fix/coverity_7.0Jacob Keeler2020-09-211-0/+5
| | |\
| | | * Add fixes for new Coverity issuesfix/coverity_7.0jacobkeeler2020-09-171-0/+5
| | * | Fix/Delay OnHMIStatus until RAI response is sent (#3506)Shobhit Adlakha2020-09-213-0/+8
| | |/
| * | Merge branch 'develop' into fix/move_duplicate_conversion_functions_to_messag...Yana Chernysheva2020-09-1018-234/+1157
| |\ \ | | |/
| * | Remove deprecated methodsYana Chernysheva2020-08-181-95/+0
| * | Resolve conflictsYana Chernysheva2020-08-187-332/+262
| |\ \
| * | | Add template functions and delete or mark unused methods as deprecatedYana Chernysheva2020-06-192-28/+54
* | | | Change keeping of softbuttons according to a WindowIDIgor Gapchuk2020-09-152-7/+12
* | | | Merge 'develop' into fix/sdl_does_not_unsubscribe_from_subbuttons_after_recei...Igor Gapchuk2020-09-1426-570/+1474
|\ \ \ \ | | |_|/ | |/| |
| * | | [SDL-0188] Interior Vehicle Data Resumption (#3480)Ira Lytvynenko (GitHub)2020-09-043-3/+13
| * | | [SDL-0190] Handle response from HMI during resumption data (#3475)Yana Chernysheva (GitHub)2020-09-0411-192/+933
| * | | Overhaul state manager to handle regular state changes during hmi events (#3476)Jacob Keeler2020-09-042-16/+181
| * | | Fix dangerous work with app commands (#3375)Alexander Kutsan (GitHub)2020-09-022-6/+6
| * | | [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-012-10/+4
| * | | Fix SIGKILL due to not clearing the requestinfo set. (#3376)Alexander Kutsan (GitHub)2020-08-311-0/+5
| * | | [SDL 0273] WebEngine Projection mode (#3457)Alexander Kutsan (GitHub)2020-08-214-12/+20
| | |/ | |/|
| * | Add SubtleAlert RPC (#3459)Jacob Keeler2020-08-171-1/+2
| * | SDL Core implementation of feature [0257] New vehicle data HandsOffSteering (...Yana Chernysheva (GitHub)2020-08-101-0/+1
| * | SDL Core implementation of feature - 0261 New vehicle data WindowStatus (#3391)Yaroslav Mamykin (GitHub)2020-08-071-0/+1
| * | Additional Submenus and Driver Distraction Limits (#3447)JackLivio2020-08-074-3/+39
| * | SDL Core implementation of feature - 0266 New vehicle data gearStatus (#3401)Mykola Korniichuk (GitHub)2020-08-061-0/+1
| * | [SDL 0253] Feature/New vehicle data StabilityControlsStatus (#3304)Serhii Niukalov (GitHub)2020-08-061-0/+1
| * | [SDL 0249] Feature/persisting hmi capabilities (#3397)Yevhenii Dementieiev2020-07-175-340/+229
| |/
| * Update to filter unknown enums (#3436)JackLivio2020-06-151-0/+3
| * Filter unknown enums when removing unknown parameters (#3385)Jacob Keeler2020-06-105-1/+27
| * Sdl must store onWayPointChange internally (#2490)Pavel Zhdanov (GitHub)2020-06-081-0/+5
| * Fix onsystemrequest retry logic (#3400)JackLivio2020-05-282-2/+19
* | Merge branch 'develop' into fix/sdl_does_not_unsubscribe_from_subbuttons_afte...Jacob Keeler2020-05-2876-957/+3626
|\ \ | |/
| * unsubscripe app from waypoints when it is unregistered (#3373)Collin2020-05-211-0/+20
| * Fix/gufm check syntax (#3369)Collin2020-05-202-8/+8
| * Fix/Add Startup PTU trigger check (#3363)Shobhit Adlakha2020-05-181-0/+2
| * Add permission checking for all messages to and from mobile (#3344)6.1.0_RC2Jacob Keeler2020-04-275-8/+24
| * Move cached app logic to ChoosePTUApplicationfix/external_policy_buildjacobkeeler2020-04-211-38/+6
| * Fix PROPRIETARY and HTTP retry sequences (#3329)Jacob Keeler2020-04-201-11/+58
| * Do not send two END_SERVICE requests during streaming switching between apps ...Ira Lytvynenko (GitHub)2020-04-201-0/+1