summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/setcloudappproperties_rpc' of ↵feature/setcloudappproperties_rpcShobhitAd2018-11-200-0/+0
|\ | | | | | | github.com:smartdevicelink/sdl_core into feature/setcloudappproperties_rpc
| * Style fix in MOBILE_APIShobhitAd2018-11-201-3/+3
| |
| * Removed redundant smart objectShobhitAd2018-11-161-35/+2
| |
| * Made requested changesShobhitAd2018-11-141-8/+8
| |
| * Style FixShobhitAd2018-11-139-114/+134
| |
| * Getting HybridAppPreference from enumShobhitAd2018-11-132-8/+10
| |
| * Implement RPC in regular and external policiesShobhitAd2018-11-135-0/+64
| |
| * Implement SetCloudAppProperties RPC in coreShobhitAd2018-11-135-0/+166
| |
| * Implement new RPC in MOBILE_APIShobhitAd2018-11-131-0/+53
| |
* | Style fix in MOBILE_APIShobhitAd2018-11-201-3/+3
| |
* | Removed redundant smart objectShobhitAd2018-11-201-35/+2
| |
* | Made requested changesShobhitAd2018-11-201-8/+8
| |
* | Style FixShobhitAd2018-11-209-114/+134
| |
* | Getting HybridAppPreference from enumShobhitAd2018-11-202-8/+10
| |
* | Implement RPC in regular and external policiesShobhitAd2018-11-205-0/+64
| |
* | Implement SetCloudAppProperties RPC in coreShobhitAd2018-11-205-0/+166
| |
* | Implement new RPC in MOBILE_APIShobhitAd2018-11-201-0/+53
| |
* | Merge pull request #2737 from smartdevicelink/feature/cloud_app_policiesJacob Keeler2018-11-1639-31/+1514
|\ \ | | | | | | Cloud app policy implementation
| * | Address review commentsfeature/cloud_app_policiesjacobkeeler2018-11-1520-143/+161
| |/
| * Add missing auth token in select app queryjacobkeeler2018-11-093-3/+5
| |
| * Fix style, add certificate, and add GetEnabledCloudAppsjacobkeeler2018-11-0923-52/+259
| |
| * Add cloud app parameters to external policiesjacobkeeler2018-11-0918-15/+612
| |
| * Add cloud app parameters to regular policiesjacobkeeler2018-11-0921-16/+675
|/
* Merge pull request #2736 from smartdevicelink/feature/cloudappvehicleid_paramShobhit Adlakha2018-11-0750-3/+248
|\ | | | | Implement CloudAppVehicleID Vehicle Data Parameter
| * Made requested changesfeature/cloudappvehicleid_paramShobhitAd2018-11-051-8/+8
| |
| * Style fixShobhitAd2018-11-011-1/+1
| |
| * Added description for param to MOBILE and HMI API filesShobhitAd2018-11-012-17/+53
| |
| * Added CloudAppVehicleID param to all other policy tablesShobhitAd2018-11-0139-0/+156
| |
| * Added VehicleData Param CloudAppVehicleID to coreShobhitAd2018-11-019-0/+25
| |
| * Added CloupAppVehicleID param to MOBILE and HMI APIShobhitAd2018-10-312-0/+28
|/
* Merge pull request #2572 from smartdevicelink/release/5.0.05.0.0hotfix/templates_updatesfeature/show_app_menufeature/progress_bar_seekfeature/open-menu-rpcfeature/open-menu-rfeature/buttonJackLivio2018-10-192515-146101/+140219
|\ | | | | Release 5.0.0
| * Merge pull request #2707 from smartdevicelink/update_changelog_5release/5.0.0JackLivio2018-10-191-51/+186
| |\ | | | | | | Update Changelog 5.0.0
| | * Fix Typoupdate_changelog_5JackLivio2018-10-191-2/+2
| | |
| | * Update Changelog 5.0.0JackLivio2018-10-191-51/+186
| |/
| * Merge pull request #2676 from ↵5.0.0_RC3JackLivio2018-10-1513-3163/+42
| |\ | | | | | | | | | | | | LuxoftAKutsan/fix/fix_missing_module_types_for_default_app Load module types from referenced group for app_policies
| | * Remove redundant unused source files to avoid confusing betwen polcy regular ↵Alexander2018-10-1510-3141/+0
| | | | | | | | | | | | | | | | | | and policy external Remove ext
| | * Gather app_policies with right key for externalAlexander2018-10-153-16/+29
| | | | | | | | | | | | fixup! Gather app_policies with right key for external
| | * Load module types from referecced group for app_policiesAlexander2018-10-151-7/+14
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If appllication have default policies, sqldb does not store module types for this application separately. During loading db SDL should check that application have default policies and select from module_types sql table sing "default" key but not appid key. In function `GatherApplicationPoliciesSection` already exist check for default policies : ``` if (IsDefaultPolicy(app_id)) { (*policies).apps[app_id].set_to_string(kDefaultId); } ``` Its setup stringified representation of application policies : "default". This stringified reference ("default") used for select module type. Fixes : https://github.com/smartdevicelink/sdl_core/issues/2670
| * Merge pull request #2680 from smartdevicelink/fix/update_rpc_versioning_logicJackLivio2018-10-159-8/+10
| |\ | | | | | | Update versioning logic to check for < version 5.0.0
| | * Update versioning logic to check for < version 5.0.0fix/update_rpc_versioning_logicJackLivio2018-10-159-8/+10
| |/
| * Merge pull request #2677 from ↵JackLivio2018-10-153-0/+27
| |\ | | | | | | | | | | | | smartdevicelink/fix/interior_data_caching_on_radio_disable Add radio module filtering if radioEnable or hdRadioEnable are false
| | * Filter AvailableHDs and SisDatafix/interior_data_caching_on_radio_disableJackLivio2018-10-151-0/+2
| | |
| | * Ensure erase does not invalidate iteratorJackLivio2018-10-121-4/+5
| | |
| | * Add asBool()JackLivio2018-10-121-2/+2
| | |
| | * StyleJackLivio2018-10-121-2/+2
| | |
| | * Remove filtering from onInteriorVehicle data. Add to GetInteriorVehicleData.JackLivio2018-10-124-29/+23
| | |
| | * Add radio param filtering if radioEnable or hdRadioEnable are falseJackLivio2018-10-123-0/+30
| | |
| * | Merge pull request #2675 from smartdevicelink/fix/omit_unrelated_module_dataJacob Keeler2018-10-151-5/+14
| |\ \ | | | | | | | | Cut off unrelated module data parameters in SIVD
| | * | Cut off unrelated module data parameters in SIVDfix/omit_unrelated_module_datajacobkeeler2018-10-121-5/+14
| | |/
| * | Merge pull request #2673 from JackLivio/fix/update_base_rpc_version_to_4_5_1JackLivio2018-10-1211-19/+18
| |\ \ | | |/ | |/| Update base rpc version to 4.5.1