summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/use_STL_atomicsfeature/use_STL_atomicsJacob Keeler2018-07-172143-133534/+119315
|\
| * Merge pull request #2199 from smartdevicelink/feature/handling_VR_help_requestsJacob Keeler2018-07-1626-251/+1375
| |\
| | * Updated logic regarding VR commands caching and limitationsfeature/handling_VR_help_requestsAndrii Kalinich2018-07-142-82/+87
| | * Renamed counter and simplified limits logicAndrii Kalinich2018-07-112-15/+13
| | * Fix affected unit testsAKalinich-Luxoft2018-07-119-34/+75
| | * Fix failed ATF tests after timer removingAKalinich-Luxoft2018-07-1113-165/+192
| | * Added expectations for affected unit testsAndrii Kalinich2018-07-043-0/+40
| | * Added lock for VRcommands mapAndrii Kalinich2018-07-042-16/+47
| | * Removed unused code from SetGlobalProperties requestAndrii Kalinich2018-07-042-54/+0
| | * Fix default sending type and resumption in help prompt managerJacob Keeler2018-07-031-2/+19
| | * Fix build issues and affected unit testsAKalinich-Luxoft2018-07-032-1/+13
| | * Fix minor issues with help prompt manager tests after mergeJacob Keeler2018-07-022-16/+14
| | * Remove arbitrary timer from help prompt managerJacob Keeler2018-07-025-109/+25
| | * Fix style issues and build failures outside of tests after mergeJacob Keeler2018-07-023-9/+10
| | * Merge remote-tracking branch 'origin/develop' into feature/handling_VR_help_r...Jacob Keeler2018-07-022067-107420/+115318
| | |\
| | * \ Merge pull request #2198 from AKalinich-Luxoft/feature/help_promt_managerAndrii Kalinich (GitHub)2018-05-211737-325107/+26863
| | |\ \
| | | * | Updated unit tests logic, removed redundant testsAndrii Kalinich2018-05-211-149/+72
| | | * | Added tests for the HelpPromptManager.sniukalov2018-05-212-1/+453
| | | * | Removed tests - functionality is no longer used.sniukalov2018-05-212-115/+0
| | | * | Adjustment of tests components.sniukalov2018-05-217-41/+147
| | | * | Added HelpPromptManager.sniukalov2018-05-213-0/+693
| | | * | Adjustment of application_manager component.sniukalov2018-05-217-5/+57
| | | * | Removed the old functionality for TTS & UI requests.sniukalov2018-05-212-20/+2
| * | | | Merge pull request #2371 from JackLivio/fix/resource_allocation_testJackLivio2018-07-161-1/+1
| |\ \ \ \
| | * | | | Fix resource allocation manager unit testJackLivio2018-07-161-1/+1
| |/ / / /
| * | | | Merge pull request #2369 from LitvinenkoIra/fix/onRCStatus_seat_supportJackLivio2018-07-161-0/+1
| |\ \ \ \
| | * | | | Add SEAT module to all supported modulesIra Lytvynenko (GitHub)2018-07-161-0/+1
| * | | | | Merge pull request #2306 from smartdevicelink/feature/onRcStatus_allowedJackLivio2018-07-168-20/+260
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Include allowed param in OnRCStatus notification in case of resource allocationfeature/onRcStatus_allowedIra Lytvynenko (GitHub)2018-07-163-7/+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-166-39/+92
| |/ / / /
| * | | | Merge pull request #2277 from smartdevicelink/feature/remove_auto_ptrJacob Keeler2018-07-1318-93/+112
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into feature/remove_auto_ptrfeature/remove_auto_ptrJacob Keeler2018-07-122148-133336/+119725
| | |\ \ \ \
| | * | | | | Force intergen to use c++11Conlain Kelly2018-06-251-1/+2
| | * | | | | style fixConlain Kelly2018-06-182-5/+5
| | * | | | | replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.hConlain Kelly2018-06-1817-94/+112
| * | | | | | Merge pull request #2344 from smartdevicelink/feature/driver_distraction_on_r...Jacob Keeler2018-07-137-17/+36
| |\ \ \ \ \ \
| | * | | | | | Send Driver Distraction notification immediately upon registrationfeature/driver_distraction_on_registrationJacob Keeler2018-07-127-17/+36
| * | | | | | | Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-1310-75/+401
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Run Style ScriptJackLivio2018-07-131-2/+4
| | * | | | | | Fix comments after reviewfeature/rc_seatIra Lytvynenko (GitHub)2018-06-264-3/+3
| | * | | | | | Fix control data checking by capabilities for module type SEATIra Lytvynenko2018-06-262-4/+3
| | * | | | | | New RC module SEATIra Lytvynenko2018-06-2610-75/+401
| * | | | | | | Merge pull request #2209 from smartdevicelink/feature/rc_OnRCStatusJackLivio2018-07-1224-21/+292
| |\ \ \ \ \ \ \
| | * | | | | | | 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
| | * | | | | | | Add OnRCStatus notification to RC groupIra Lytvynenko2018-07-121-0/+6