summaryrefslogtreecommitdiff
path: root/src/components/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Include allowed param in OnRCStatus notification in case of resource allocationfeature/onRcStatus_allowedIra Lytvynenko (GitHub)2018-07-162-5/+3
* Fix OnRCStatus notification sending in case of PTUIra Lytvynenko (GitHub)2018-07-161-0/+2
* Reset allocation before sending notification fo HMIAlexander2018-07-161-1/+1
* Fix logic according to review commentsIra Lytvynenko (GitHub)2018-07-166-83/+111
* Unit tests for OnRCStatus notificationIra Lytvynenko (GitHub)2018-07-161-0/+161
* Update OnRCStatus with a new allowed parameterIra Lytvynenko (GitHub)2018-07-165-39/+85
* Merge pull request #2277 from smartdevicelink/feature/remove_auto_ptrJacob Keeler2018-07-1312-83/+101
|\
| * Merge branch 'develop' into feature/remove_auto_ptrfeature/remove_auto_ptrJacob Keeler2018-07-121810-94999/+109050
| |\
| * | style fixConlain Kelly2018-06-182-5/+5
| * | replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.hConlain Kelly2018-06-1812-85/+103
* | | Merge pull request #2344 from smartdevicelink/feature/driver_distraction_on_r...Jacob Keeler2018-07-134-15/+22
|\ \ \
| * | | Send Driver Distraction notification immediately upon registrationfeature/driver_distraction_on_registrationJacob Keeler2018-07-124-15/+22
* | | | Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-133-55/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | Run Style ScriptJackLivio2018-07-131-2/+4
| * | | Fix comments after reviewfeature/rc_seatIra Lytvynenko (GitHub)2018-06-262-0/+2
| * | | Fix control data checking by capabilities for module type SEATIra Lytvynenko2018-06-262-4/+3
| * | | New RC module SEATIra Lytvynenko2018-06-263-55/+85
* | | | Fix typos and comments after reviewfeature/rc_OnRCStatusIra Lytvynenko (GitHub)2018-07-124-17/+7
* | | | Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-1218-55/+102
* | | | Fix OnRCStatus sending after app registrationIra Lytvynenko2018-07-125-16/+29
* | | | Add expectations for OnRCStatusNotificationsAlex Kutsan2018-07-122-20/+19
* | | | Fix creation of the notification to mobileIra Lytvynenko2018-07-121-0/+4
* | | | Create and send on RC status notificationsAlex Kutsan2018-07-129-2/+189
* | | | Merge pull request #2330 from smartdevicelink/feature/remove_qt_hmi_api_dbusJacob Keeler2018-07-1124-2104/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove DBus from projectJacob Keeler2018-07-1010-511/+1
| * | | Merge remote-tracking branch 'origin/feature/remove_qt_hmi_api_dbus' into dev...Jacob Keeler2018-07-0514-1593/+2
| |\ \ \
| | * | | Remove QT HMI API and QT specific RPCsfeature/remove_qt_hmi_api_dbusjacobkeeler2018-02-0156-4532/+4
* | | | | Merge pull request #2291 from smartdevicelink/feature/new_vehicle_data_EPB_st...JackLivio2018-07-105-0/+13
|\ \ \ \ \
| * | | | | style fix, againConlain Kelly2018-06-181-2/+3
| * | | | | undo dumb leftover changes from atomConlain Kelly2018-06-182-26/+22
| * | | | | Add electronic park brake status data parameterConlain Kelly2018-06-187-23/+39
* | | | | | Merge pull request #2164 from XevoInc/feat/mt_transport_changesJacob Keeler2018-07-0623-57/+1336
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix build after mergeJacob Keeler2018-07-061-36/+36
| * | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-07-051813-95700/+108806
| |\ \ \ \ \
| * | | | | | Revert "Use ON_CALL() instead in resume_ctrl_test.cc"Sho Amano2018-06-281-14/+21
| * | | | | | Revert "End navi services on unregistering application"Sho Amano2018-06-282-1/+1
| * | | | | | Revert "Do not send OnVideoDataStreaming before streaming is approved"Sho Amano2018-06-281-8/+0
| * | | | | | Revert "Do not send OnVideoDataStreaming(false) when app already lost streami...Sho Amano2018-06-281-18/+1
| * | | | | | Revert "Add and fix unit tests about streaming state control"Sho Amano2018-06-281-60/+4
| * | | | | | Follow-up of latest develop branch mergingSho Amano2018-06-281-2/+2
| * | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-06-2732-188/+319
| |\ \ \ \ \ \
| * | | | | | | Revert "fix for failed unit test"Sho Amano2018-06-261-6/+1
| * | | | | | | Revert the fix for invalid memory access issueSho Amano2018-06-261-7/+0
| * | | | | | | Use ON_CALL() instead in resume_ctrl_test.ccSho Amano2018-06-261-21/+14
| * | | | | | | Rename some variables and functionSho Amano2018-06-264-14/+12
| * | | | | | | Merge branch 'develop' into feat/mt_transport_changesSho Amano2018-06-251-0/+9
| |\ \ \ \ \ \ \
| * | | | | | | | Revert "Merge pull request #252 in NAR/sdl-core from fix/minor_unit_test_fix ...Sho Amano2018-06-192-2/+2
| * | | | | | | | fix code formatSho Amano2018-06-191-2/+4
| * | | | | | | | fix-review: disabled some tests in application_impl_test to avoid crashTakamitsu Yoshii2018-06-191-2/+2
| * | | | | | | | Merge branch 'develop' into feat/mt_transport_changesJacob Keeler2018-06-1883-767/+3564
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |