summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix shutdown crash static var colission (#2939)Alexander Kutsan (GitHub)2019-08-2216-57/+77
* Feature/Pixel density and scale (#2757)Igor Gapchuk (GitHub)2019-08-211-1/+7
* Merge pull request #2034 from shoamano83/feat/sdl-0138_audio_pass_thru_arrayJackLivio2019-08-203-13/+46
|\
| * Omit the case where UI.GetCapabilityResponse returns a list in audioPassThruC...Sho Amano2019-08-162-14/+13
| * Now that audio_pass_thru_capabilities() is always an array, remove unnecessar...Sho Amano2019-08-071-9/+3
| * Always make audio_pass_thru_capabilities_ an array when reading from UIGetCap...Sho Amano2019-08-061-2/+13
| * Update HMI_API.xml to add audioPassThruCapabilitiesListSho Amano2019-07-252-1/+30
* | Merge pull request #2960 from smartdevicelink/feature/same_app_from_multiple_...Shobhit Adlakha2019-08-1610-118/+453
|\ \
| * | Update src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/comm...Alexander Kutsan (GitHub)2019-08-141-1/+1
| * | Removed DEPRECATED methods.sniukalov2019-08-141-1/+1
| * | Adaptation UTs.sniukalov2019-08-143-45/+252
| * | Add using device id for external proprietary mode.sniukalov2019-08-143-6/+7
| * | Adjustment registration of sdl_rpc_plugin for multiple devices.sniukalov2019-08-144-59/+185
| * | Fixed sending a secondary message APPLICATION_REGISTERED_ALREADYsniukalov2019-08-141-1/+1
| * | Fixed code style.sniukalov2019-08-141-6/+7
* | | support tiled menus and submenus (#2968)Collin2019-08-155-26/+85
|/ /
* | add Cancel Interaction RPC (#2963)Collin2019-08-1214-0/+662
* | Merge pull request #2967 from smartdevicelink/feature/open_menu_rpcShobhit Adlakha2019-07-3110-0/+646
|\ \
| * | Fix styleShobhit Adlakha2019-07-225-12/+12
| * | Fixed merge conflicts and updated branchShobhit Adlakha2019-07-22975-3394/+13816
| |\ \
| * | | fix according to commentsMykola Korniichuk2018-12-048-44/+40
| * | | Open Menu RPCMykola Korniichuk2018-10-2910-0/+650
* | | | Merge pull request #2964 from smartdevicelink/feature/template_titlesShobhit Adlakha2019-07-301-0/+16
|\ \ \ \
| * | | | Implemented templateTitle paramater for Show RPCShobhitAd2019-07-101-0/+16
* | | | | Merge pull request #2965 from smartdevicelink/feature/alert_iconCollin2019-07-261-0/+17
|\ \ \ \ \
| * | | | | implement alert icon parameter to alert rpcCollin2019-07-111-0/+17
| |/ / / /
* | | | | Merge pull request #2959 from smartdevicelink/feature/auto_complete_listJacob Keeler2019-07-252-20/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add autoCompleteList parameterjacobkeeler2019-06-262-20/+34
* | | | | Merge pull request #2944 from smartdevicelink/feature/update_and_unpublish_ap...JackLivio2019-07-2413-7/+653
|\ \ \ \ \
| * | | | | Fix stylefeature/update_and_unpublish_app_serviceJackLivio2019-07-241-4/+4
| * | | | | Update src/components/application_manager/rpc_plugins/app_service_rpc_plugin/...JackLivio2019-07-231-1/+1
| * | | | | Address commentsJackLivio2019-07-222-3/+3
| * | | | | Merge branch 'develop' into feature/update_and_unpublish_app_serviceJacob Keeler2019-07-1926-68/+1099
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Address some commentsJackLivio2019-07-172-0/+23
| * | | | | Compare service_id to default embedded serviceJackLivio2019-06-107-30/+38
| * | | | | Merge branch 'develop' of github.com:smartdevicelink/sdl_core into feature/up...JackLivio2019-06-104-0/+30
| |\ \ \ \ \
| * | | | | | Unpublish and Update App ServicesJackLivio2019-06-1013-7/+622
* | | | | | | Unit tests LockScreenDismissalWarningigapchuck2019-07-242-3/+203
* | | | | | | Process lock_screen_dismissal_warning logicigapchuck2019-07-241-6/+33
* | | | | | | Unit tests for sdl_passanger mode lock screen dismissalAlexander2019-07-242-31/+62
* | | | | | | Process lock_screen_dismissal_enabled logicAlexander2019-07-241-4/+13
* | | | | | | Add lock_screen_dismissal_enabled to Policy InterfaceAlexander2019-07-242-12/+37
* | | | | | | Merge pull request #2947 from smartdevicelink/feature/nav_subscription_buttonsJackLivio2019-07-222-0/+84
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/develop' into feature/nav_subscription_b...JackLivio2019-06-277-25/+266
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Add Nav Subscription ButtonsJackLivio2019-06-122-0/+84
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2948 from smartdevicelink/feature/close_application_rpcJacob Keeler2019-07-1610-0/+645
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Address review commentsfeature/close_application_rpcjacobkeeler2019-07-111-1/+1
| * | | | | Replace ActivateApp(NONE) logic with CloseApplication logicjacobkeeler2019-06-264-8/+8
| * | | | | Add CloseApplication RPCjacobkeeler2019-06-1710-0/+645
| |/ / / /
* | | | | Merge pull request #2943 from smartdevicelink/feature/expand_on_put_fileJacob Keeler2019-07-102-5/+4
|\ \ \ \ \