summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* 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 #2943 from smartdevicelink/feature/expand_on_put_fileJacob Keeler2019-07-105-38/+48
|\ | | | | Expand OnPutFile beyond system files
| * Expand OnPutFile beyond system filesfeature/expand_on_put_filejacobkeeler2019-06-105-38/+48
| |
* | Updated param version to 6.0feature/gps_shift_supportShobhitAd2019-06-281-1/+1
| |
* | Merge remote-tracking branch 'origin/develop' into feature/gps_shift_supportShobhitAd2019-06-2817-40/+427
|\ \
| * \ Merge remote-tracking branch 'origin/develop' into ↵feature/remote_control_radio_and_climate_parameter_updateJackLivio2019-06-211-1/+1
| |\ \ | | | | | | | | | | | | feature/remote_control_radio_and_climate_parameter_update
| | * \ Merge pull request #2953 from smartdevicelink/feature/update_spec_versionJacob Keeler2019-06-211-2/+2
| | |\ \ | | | | | | | | | | Update MOBILE API to version 6.0.0
| | | * | Update MOBILE API to version 6.0.0feature/update_spec_versionJacob Keeler2019-06-191-2/+2
| | | | |
| * | | | Fixed min value for proposal implementationJackLivio2019-06-211-1/+1
| | | | |
| * | | | Merge remote-tracking branch 'origin/develop' into ↵JackLivio2019-06-2017-7/+156
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | feature/remote_control_radio_and_climate_parameter_update # Conflicts: # src/components/interfaces/MOBILE_API.xml
| | * | | Merge pull request #2954 from smartdevicelink/masterJackLivio2019-06-201-1/+1
| | |\ \ \ | | | |/ / | | |/| | Merge Master into Develop
| | | * | Fix double declaration of nav_capabilityfix/get_system_capability_nav_double_declarationJackLivio2019-06-181-1/+1
| | | | |
| | * | | Address commentsfeature/bt_uuid_ini_configJackLivio2019-06-175-7/+49
| | | | |
| | * | | Configure bt uuid via ini entryJackLivio2019-06-077-5/+65
| | | | |
| * | | | Update version since tags to 6.0JackLivio2019-06-201-9/+9
| | | | |
| * | | | fixup! Feature: Remote Control - Radio and Climate Parameter Update.igapchuck2019-06-066-6/+25
| | | | |
| * | | | Answer to PR comments.igapchuck2019-06-062-11/+11
| | | | | | | | | | | | | | | | | | | | Update API's version
| * | | | Updates after rebase on release/5.1.1igapchuck2019-06-062-4/+4
| | | | |
| * | | | Refactor CutOffReadOnlyParams() method for better readable.igapchuck2019-06-061-15/+9
| | | | |
| * | | | Update Unit tests because of incorrect behavior.igapchuck2019-06-062-25/+29
| | | | |
| * | | | Unit tests.oivin2019-06-065-7/+241
| | | | |
| * | | | Feature: Remote Control - Radio and Climate Parameter Update.igapchuck2019-06-066-14/+48
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDL remote control shall allow a mobile application to know which HD sub-channel index has a signal, so that the app can tune the HD radio to that sub-channel successfully. According to this motivation, "availableHDs" parameter of RadioControlData structure marks as deprecated since 5.1 API version and add new parameter "availableHdChannels" that is a collection of available HD radio channels. This parameter will be available since 5.1 API version. Also "availableHDsAvailable" parameter of RadioControlCapabilities structure marks as deprecated since 5.1 API version and add new parameter "availableHdChannelsAvailable" that will be available since 5.1 API version. SDL remote control shall allow a mobile application to turn the climate control on or off if the vehicle supports it. According to this motivation, "climateEnable" parameter add to ClimateControlData structure. Also "climateEnableAvailable" parameter add to ClimateControlCapabilities structure.
* | | | Update ↵Alexander Kutsan (GitHub)2019-06-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h Fix typo Update src/components/interfaces/MOBILE_API.xml Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
* | | | Filtering unnecessary GPS data in SisDataMykola Korniichuk (GitHub)2019-06-118-10/+50
| | | | | | | | | | | | | | | | | | | | The filter created to manage data in terms of SisData->StationLocation->GPSData, since GPSData should not contain more params then latitude, longitude, altitude
* | | | GPS shift support implementationMykola Korniichuk2019-06-118-39/+174
| |/ / |/| |
* | | Revert Date in mobile_api.xmlfeature/add_media_service_data_imageJackLivio2019-06-071-1/+1
| | |
* | | Get full media image pathJackLivio2019-06-046-0/+32
| | |
* | | Merge remote-tracking branch 'origin/develop' into ↵JackLivio2019-06-0427-196/+1389
|\ \ \ | |/ / | | | | | | feature/add_media_service_data_image
| * | Merge pull request #2907 from smartdevicelink/tests/icon_urlJacob Keeler2019-05-313-2/+100
| |\ \ | | | | | | | | Add unit tests for icon_url
| | * | Update unit testtests/icon_urlJackLivio2019-05-301-1/+10
| | | |
| | * | ADd unit tests for icon_urlJackLivio2019-05-074-7/+96
| | | |
| * | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-3024-194/+1289
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/rc_command_factory.cc # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/mobile_command_factory.cc # src/components/transport_manager/src/cloud/cloud_websocket_transport_adapter.cc # src/components/transport_manager/test/include/transport_manager/cloud/sample_websocket_server.h # src/components/transport_manager/test/sample_websocket_server.cc # src/components/transport_manager/test/transport_adapter_test.cc # src/components/transport_manager/test/websocket_connection_test.cc
| | * | Merge pull request #2931 from smartdevicelink/hotfix/service_data_image_pathsrelease/5.1.2Jacob Keeler2019-05-298-22/+352
| | |\ \ | | | | | | | | | | Send full image paths to HMI in AppServiceData
| | | * | Fix incorrect call in SendNotificationToConsumershotfix/service_data_image_pathsjacobkeeler2019-05-292-2/+2
| | | | |
| | | * | Send full image paths to HMI in AppServiceDatajacobkeeler2019-05-286-20/+350
| | | | |
| | * | | Merge pull request #2786 from XevoInc/fix/buffer_overrun_bson_parsingJacob Keeler2019-05-291-41/+71
| | |\ \ \ | | | | | | | | | | | | Avoid out-of-bound access while reading corrupted BSON field
| | | * | | fix: avoid out-of-bound access while reading corrupted BSON fieldSho Amano2018-12-131-41/+71
| | | | | |
| | * | | | Fix creation of PublishAppService commandhotfix/publish_app_service_constructionjacobkeeler2019-05-291-4/+7
| | | |/ / | | |/| |
| | * | | Merge pull request #2930 from ↵Shobhit Adlakha2019-05-289-33/+1331
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/hotfix/cloud_app_endpoint_with_path Connection to cloud app endpoints with a target parameter
| | | * | | Implemented fix and unit tests for regex endpoint parsing and websocket ↵hotfix/cloud_app_endpoint_with_pathShobhit Adlakha2019-05-249-33/+1331
| | | | | | | | | | | | | | | | | | | | | | | | connections
| | * | | | Address review commentshotfix/mobile_notification_broadcastingjacobkeeler2019-05-233-17/+17
| | | | | |
| | * | | | Add missing check in App Service Command Factoryjacobkeeler2019-05-221-3/+6
| | | | | |
| | * | | | Check message source before constructing commandsjacobkeeler2019-05-226-67/+217
| | |/ / /
* | | | | Add media image to apisJackLivio2019-05-232-1/+16
|/ / / /
* | | | Merge pull request #2912 from smartdevicelink/tests/rpc_passing_handlerShobhit Adlakha2019-05-153-0/+482
|\ \ \ \ | | | | | | | | | | RPC Passing Handler unit tests
| * | | | Addressed review commentstests/rpc_passing_handlerShobhit Adlakha2019-05-151-6/+17
| | | | |
| * | | | Removed unnecessary expectations from testsShobhit Adlakha2019-05-151-21/+8
| | | | |
| * | | | Addressed review commentsShobhit Adlakha2019-05-151-97/+92
| | | | |
| * | | | Added connection key constants and PasstrhoughParams structShobhit Adlakha2019-05-131-94/+112
| | | | |