summaryrefslogtreecommitdiff
Commit message (Expand)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 filesfeature/expand_on_put_filejacobkeeler2019-06-105-38/+48
* | Merge pull request #2741 from smartdevicelink/feature/gps_shift_supportShobhit Adlakha2019-06-2812-39/+214
|\ \
| * | 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-2819-41/+432
| |\ \ | |/ / |/| |
* | | Merge pull request #2920 from smartdevicelink/feature/remote_control_radio_an...JackLivio2019-06-219-32/+318
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/develop' into feature/remote_control_rad...feature/remote_control_radio_and_climate_parameter_updateJackLivio2019-06-211-1/+1
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2953 from smartdevicelink/feature/update_spec_versionJacob Keeler2019-06-211-2/+2
|\ \ \ \
| * | | | 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 feature/remote_control_rad...JackLivio2019-06-2018-7/+159
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #2954 from smartdevicelink/masterJackLivio2019-06-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge pull request #2952 from smartdevicelink/release/5.1.35.1.3JackLivio2019-06-201-1/+1
| |\ \ \ \
| | * \ \ \ Merge pull request #2950 from smartdevicelink/fix/get_system_capability_nav_d...release/5.1.3JackLivio2019-06-191-1/+1
| | |\ \ \ \ | |/ / / / /
| | * | | | Fix double declaration of nav_capabilityfix/get_system_capability_nav_double_declarationJackLivio2019-06-181-1/+1
| |/ / / /
* | | | | Merge pull request #2941 from smartdevicelink/feature/bt_uuid_ini_configJackLivio2019-06-199-6/+111
|\ \ \ \ \
| * | | | | Address commentsfeature/bt_uuid_ini_configJackLivio2019-06-176-8/+50
| * | | | | Configure bt uuid via ini entryJackLivio2019-06-078-5/+68
|/ / / / /
| | * | | 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
| | * | | 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-067-15/+50
| | | |/ | | |/|
| | | * Update src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/r...Alexander Kutsan (GitHub)2019-06-112-3/+3
| | | * Filtering unnecessary GPS data in SisDataMykola Korniichuk (GitHub)2019-06-118-10/+50
| | | * GPS shift support implementationMykola Korniichuk2019-06-118-39/+174
| |_|/ |/| |
* | | Merge pull request #2927 from smartdevicelink/feature/add_media_service_data_...JackLivio2019-06-078-1/+48
|\ \ \ | |_|/ |/| |
| * | 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 feature/add_media_service_...JackLivio2019-06-0429-234/+1401
| |\ \ | |/ / |/| |
* | | Merge pull request #2907 from smartdevicelink/tests/icon_urlJacob Keeler2019-05-313-2/+100
|\ \ \
| * | | 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-3026-232/+1301
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #2934 from smartdevicelink/release/5.1.25.1.2Shobhit Adlakha2019-05-3027-207/+1995
| |\ \ \
| | * \ \ Merge pull request #2931 from smartdevicelink/hotfix/service_data_image_pathsrelease/5.1.2Jacob Keeler2019-05-298-22/+352
| | |\ \ \
| | | * | | 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
| | |\ \ \ \
| | | * | | | fix: avoid out-of-bound access while reading corrupted BSON fieldSho Amano2018-12-131-41/+71
| | * | | | | Merge pull request #2908 from smartdevicelink/fix/check_bson_versionJacob Keeler2019-05-292-35/+8
| | |\ \ \ \ \
| | | * | | | | Add version check for BSON libraryfix/check_bson_versionjacobkeeler2019-05-292-35/+8
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #2933 from smartdevicelink/hotfix/publish_app_service_cons...Jacob Keeler2019-05-291-4/+7
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Fix creation of PublishAppService commandhotfix/publish_app_service_constructionjacobkeeler2019-05-291-4/+7
| | |/ / / /
| | * | | | Merge pull request #2930 from smartdevicelink/hotfix/cloud_app_endpoint_with_...Shobhit Adlakha2019-05-289-33/+1331
| | |\ \ \ \