summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update src/components/utils/src/file_system.ccfeature/main_menu_updatingJackLivio2020-08-141-1/+1
* Get filename from full pathJackLivio2020-08-133-0/+20
* Update rpc spec commitJackLivio2020-08-121-0/+0
* Update commit hashJackLivio2020-08-121-0/+0
* Merge remote-tracking branch 'origin/develop' into feature/main_menu_updatingJackLivio2020-08-1236-172/+1536
|\
| * Feature/Removing url parameter max length (#3259)Serhii Niukalov (GitHub)2020-08-108-59/+362
| * SDL Core implementation of feature [0257] New vehicle data HandsOffSteering (...Yana Chernysheva (GitHub)2020-08-1010-21/+76
| * SDL Core implementation of feature - 0261 New vehicle data WindowStatus (#3391)Yaroslav Mamykin (GitHub)2020-08-077-7/+525
| * Additional Submenus and Driver Distraction Limits (#3447)JackLivio2020-08-0721-25/+255
| * SDL Core implementation of feature - 0266 New vehicle data gearStatus (#3401)Mykola Korniichuk (GitHub)2020-08-067-12/+117
| * [SDL 0253] Feature/New vehicle data StabilityControlsStatus (#3304)Serhii Niukalov (GitHub)2020-08-069-16/+90
| * Feature/Refactor Fuel Information Related Vehicle Data (#3282)Yevhenii Dementieiev2020-08-064-32/+109
| * Merge pull request #3347 from smartdevicelink/fix/fix_button_subscriptions_mu...Jacob Keeler2020-07-292-10/+12
| |\
| | * Fix mutex deadlock around app button subscriptionsfix/fix_button_subscriptions_mutex_deadlockAndrii Kalinich2020-06-232-10/+12
* | | Apply suggestions from code reviewJackLivio2020-08-058-8/+8
* | | Merge remote-tracking branch 'origin/develop' into feature/main_menu_updatingcollin2020-07-23176-3003/+6970
|\ \ \ | |/ /
| * | allow button events to be forwarded to apps in LIMITED (#3461)Collin2020-07-233-8/+10
| * | [SDL 0249] Feature/persisting hmi capabilities (#3397)Yevhenii Dementieiev2020-07-17157-2912/+6657
| * | SDLCORE-459:Make refactoring in mb_controller.cc (#3381)Alexander Kutsan (GitHub)2020-07-132-31/+37
| * | Feature/aligning hmi mobile api for pcm stream capabilities (#3297)Igor Gapchuk (GitHub)2020-07-073-0/+24
| * | Fix 3119 bug:App gets REJECTED instead of UNSUPPORTED_RESOURCE to ChangeRegis...Jim-Nexty2020-06-301-1/+1
| * | Fix/sdl 491 apt support formats (#2184)Sho Amano2020-06-3012-41/+192
| * | Add check for already existed subscriptions during resumption in VehicleInfoP...Yana Chernysheva (GitHub)2020-06-251-9/+31
| |/
| * add DEPRECATED notice to OnFindApplications (#3451)Collin2020-06-231-0/+1
| * Fixes race condition in messagemeter.h (#3377)Alexander Kutsan (GitHub)2020-06-221-1/+24
| * Add Destructor to BluetoothTransportAdapter (#3442)Collin2020-06-192-7/+0
* | Set feature rpc pr commit for travisJackLivio2020-07-221-0/+0
* | Fix styleJackLivio2020-07-1410-39/+44
* | Fix typo in RPC classJackLivio2020-07-131-1/+1
* | Add new rpcs to base-4 permissionsJackLivio2020-07-011-0/+14
* | Fix typoJackLivio2020-06-301-2/+2
* | Add missing rpc implementation piecesJackLivio2020-06-303-0/+18
* | Main menu updating and paginationJackLivio2020-06-309-0/+639
|/
* Fix potential deadlock in PolicyHandler (#3383)Alexander Kutsan (GitHub)2020-06-181-6/+10
* Fix Handshake Flow issues (#3441)Jacob Keeler2020-06-184-27/+30
* Revert "remove hci_inquiry call"collin2020-06-171-0/+31
* remove hci_inquiry callcollin2020-06-171-31/+0
* Fix deadlock in timer.cc (#3379)fix/sdl_build_problemsAlexander Kutsan2020-06-161-1/+0
* only set language in rai response if it is valid (#3435)Collin2020-06-151-4/+12
* Update to filter unknown enums (#3436)JackLivio2020-06-158-27/+59
* clean up choice_set_map_ in DynamicApplicationDataImpl destructor (#3420)Collin2020-06-151-0/+5
* Filter unknown enums when removing unknown parameters (#3385)Jacob Keeler2020-06-1038-138/+696
* Fix style (#3432)Jacob Keeler2020-06-101-2/+1
* Merge pull request #3417 from smartdevicelink/feature/daemon_scriptJacob Keeler2020-06-097-30/+187
|\
| * Fix usage logJacob Keeler2020-06-091-1/+1
| * Remove debug logJacob Keeler2020-06-091-1/+0
| * Add daemon.sh to unify scripts for external and regularfeature/daemon_scriptjacobkeeler2020-06-084-196/+155
| * Fix missing -H flag in policy server dependency stepJacob Keeler2020-06-081-1/+1
| * Add start.sh which uses the new core.shjacobkeeler2020-06-082-0/+22
| * Address commentsjacobkeeler2020-06-082-43/+43