summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add min and max value for "scale" parameter.feature/pixel_density_and_scale_revisionigapchuck2019-08-212-2/+2
| | | | | Add min and max values for parameter scale in Structs index for VideoStreamingCapabilities struct.
* Feature/Pixel density and scaleigapchuck2019-08-196-2/+35
| | | | | | | | | | | | | Add new parameters to VideoStreamingCapability structure: - diagonalScreenSize - diagonal screen size of the screen; - pixelPerInch - Pixel per inch (PPI) of the screen; - scale - Scale value to determine how the app should scale the captured view. Add new parameters with default values to hmi_capabilities.json: - diagonalScreenSize - pixelPerInch - scale
* Merge pull request #2960 from ↵Shobhit Adlakha2019-08-1645-938/+1754
|\ | | | | | | | | smartdevicelink/feature/same_app_from_multiple_devices Support running the same app from multiple devices at the same time
| * Update HMI_API.xmlfeature/same_app_from_multiple_devicesAlexander Kutsan (GitHub)2019-08-141-2/+2
| | | | | | | | Change description for missed vrSynonyms
| * Update ↵Alexander Kutsan (GitHub)2019-08-141-1/+1
| | | | | | | | | | | | src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
| * Removed DEPRECATED methods.sniukalov2019-08-1425-1337/+20
| |
| * Adaptation UTs.sniukalov2019-08-1418-452/+1028
| |
| * Update functionality of user permissions for all applications.sniukalov2019-08-141-10/+13
| | | | | | | | | | | | Issue on develop branch: https://github.com/smartdevicelink/sdl_core/issues/2957 of SDL core and it has been fixed by this commit
| * Add using device id for external proprietary mode.sniukalov2019-08-1411-129/+883
| |
| * Add using device id for proprietary mode.sniukalov2019-08-147-32/+316
| |
| * Adjustment of external policy component for multiple devices.sniukalov2019-08-144-13/+122
| |
| * Adjustment of proprietary policy component for multiple devices.sniukalov2019-08-148-21/+253
| |
| * Adjustment registration of sdl_rpc_plugin for multiple devices.sniukalov2019-08-144-59/+185
| |
| * Adjustment application_manager for multiple devices.sniukalov2019-08-144-39/+85
| |
| * Update interfacessniukalov2019-08-142-9/+9
| | | | | | | | | | Update interfaces according to proposal 'Support running the same app from multiple devices at the same time'
| * Update value state in operators(++,+=) for the class Integer.sniukalov2019-08-141-0/+2
| |
| * Fixed sending a secondary message APPLICATION_REGISTERED_ALREADYsniukalov2019-08-141-1/+1
| |
| * Fixed code style.sniukalov2019-08-141-6/+7
| | | | | | | | | | In current develop is broken code style on: 399f983e6e75dbe0e2f82ff28ed794d60bfcc3e5
* | Merge pull request #2972 from smartdevicelink/feature/usb_ini_configJackLivio2019-08-158-13/+140
|\ \ | | | | | | Add AOA filtering parameters to .ini configuration
| * | Add AOA filtering parameters to .ini configurationfeature/usb_ini_configJackLivio2019-07-248-13/+140
| | |
* | | support tiled menus and submenus (#2968)Collin2019-08-1515-37/+193
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support tiled menus and submenus * with style script * SendResponse in on_event * style script * fix compiling with unit tests * append warnings info * append response info when sending warnings * load menuLayoutsAvailable in hmi_capabilities.json * add to hmi_capabilities in RAI response * case unsupported menuLayout only SGP param * Update warning message for invalid data * proposal revisions
* | add Cancel Interaction RPC (#2963)Collin2019-08-1224-2558/+3363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Cancel Interaction RPC * Update src/components/interfaces/MOBILE_API.xml Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com> * Update src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/cancel_interaction_request.cc Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com> * omit cancelID when not used * use helpers::Compare * remove unnecessary app registered check * add scrollableMessage::cancelID * VRPerformInteraction.cancelID
* | Merge pull request #2967 from smartdevicelink/feature/open_menu_rpcShobhit Adlakha2019-07-3119-0/+724
|\ \ | | | | | | ShowAppMenu RPC
| * | Add ShowAppMenu to policy table enumsfeature/open_menu_rpcShobhit Adlakha2019-07-254-0/+24
| | |
| * | Fix styleShobhit Adlakha2019-07-225-12/+12
| | |
| * | Fixed merge conflicts and updated branchShobhit Adlakha2019-07-221685-7861/+34155
| |\ \
| * \ \ Merge pull request #2725 from mkorniichuk/feature/show_app_menuMykola Korniichuk (GitHub)2018-12-1215-0/+698
| |\ \ \ | | | | | | | | | | Feature/Open Menu RPC
| | * | | Update for sdl_preloaded_pt.json:Mykola Korniichuk2018-12-041-0/+6
| | | | | | | | | | | | | | | | | | | | ShowAppMenu RPC added to Base-4 and Base-6
| | * | | discard changes in policy_table/enumsMykola Korniichuk2018-12-044-24/+0
| | | | |
| | * | | fix according to commentsMykola Korniichuk2018-12-048-44/+40
| | | | |
| | * | | Open Menu RPCMykola Korniichuk2018-10-2918-0/+720
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current commit contains brand new RPC "ShowAppMenu". The built-in menu button shows the list of menu entries added with AddCommand. But since this button is hidden for projection apps, the menu is not accessible anymore. So the application should be allowed to send a request to show the built-in menu view. ShowAppMenu RPC allows projection application to send a request to open the built-in app menu or any previously added sub menu by a corresponding id.
* | | | Merge pull request #2964 from smartdevicelink/feature/template_titlesShobhit Adlakha2019-07-305-6/+41
|\ \ \ \ | | | | | | | | | | Template Titles
| * | | | Add templateTitle String minlength and increase showStrings array sizefeature/template_titlesShobhitAd2019-07-162-3/+3
| | | | |
| * | | | Implemented templateTitle paramater for Show RPCShobhitAd2019-07-105-4/+39
| | | | |
* | | | | Merge pull request #2965 from smartdevicelink/feature/alert_iconCollin2019-07-266-1/+50
|\ \ \ \ \ | | | | | | | | | | | | implement alert icon parameter to alert rpc
| * | | | | add imageTypeSupportedfeature/alert_iconCollin2019-07-241-0/+3
| | | | | |
| * | | | | add alertIcon imageFieldCollin2019-07-231-4/+7
| | | | | |
| * | | | | add menuLayoutsAvailable to hmi_capabilities.jsonCollin2019-07-221-0/+4
| | | | | |
| * | | | | implement alert icon parameter to alert rpcCollin2019-07-115-1/+40
| |/ / / /
* | | | | Merge pull request #2959 from smartdevicelink/feature/auto_complete_listJacob Keeler2019-07-257-39/+66
|\ \ \ \ \ | | | | | | | | | | | | Add autoCompleteList parameter
| * | | | | Update after proposal revisionfeature/auto_complete_listjacobkeeler2019-07-242-3/+9
| | | | | |
| * | | | | Add autoCompleteList parameterjacobkeeler2019-06-267-39/+60
| | | | | |
* | | | | | Merge pull request #2944 from ↵JackLivio2019-07-2423-18/+802
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/update_and_unpublish_app_service Update and delete published app services
| * | | | | | Fix stylefeature/update_and_unpublish_app_serviceJackLivio2019-07-241-4/+4
| | | | | | |
| * | | | | | Address commentJackLivio2019-07-231-1/+4
| | | | | | |
| * | | | | | Update ↵JackLivio2019-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com>
| * | | | | | Address commentsJackLivio2019-07-223-11/+13
| | | | | | |
| * | | | | | Update src/components/application_manager/src/app_service_manager.ccJackLivio2019-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com>
| * | | | | | Merge branch 'develop' into feature/update_and_unpublish_app_serviceJacob Keeler2019-07-1956-227/+1501
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Fix check for duplicate nameJackLivio2019-07-171-7/+21
| | | | | | |