summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| |/
* | Fix usage of base_rpc_versionJackLivio2018-10-112-5/+5
| |
* | StyleJackLivio2018-10-111-2/+1
| |
* | Bump base negotiated rpc version to 4.5.1JackLivio2018-10-119-13/+13
|/
* Merge pull request #1569 from ↵Shobhit Adlakha2018-10-112-8/+8
|\ | | | | | | | | LitvinenkoIra/fix/crushes_with_DCHECK_set_sizes_equal Make Size() function thread safe to avoid core dump
| * Merge branch 'release/5.0.0' of github.com:smartdevicelink/sdl_core into ↵ShobhitAd2018-10-113741-465152/+173435
| |\ | | | | | | | | | fix/crushes_with_DCHECK_set_sizes_equal
| * | Rename 'this_lock_' to 'pending_requests_lock_'Ira Lytvynenko2017-05-312-9/+8
| | |
| * | Make Size() function thread safe to avoid core dumpIra Lytvynenko2017-05-261-0/+1
| | |
* | | Merge pull request #2667 from ↵Jacob Keeler2018-10-111-2/+73
|\ \ \ | |_|/ |/| | | | | | | | smartdevicelink/fix/merge_interior_vehicle_data_cache Merge module data instead of outright replacing each element
| * | Address review commentsfix/merge_interior_vehicle_data_cachejacobkeeler2018-10-101-36/+56
| | |
| * | Merge module data instead of outright replacing each elementjacobkeeler2018-10-101-1/+52
| | |
* | | Add history tagJackLivio2018-10-101-1/+5
| | |
* | | Remove subscribe defvalue tagJackLivio2018-10-101-1/+1
|/ /
* | Merge pull request #2654 from JackLivio/fix/remove_defvalue_from_keep_context5.0.0_RC2Jacob Keeler2018-10-051-1/+1
|\ \ | | | | | | Remove defvalue from keepContext
| * | Remove defvalue from keepContextJackLivio2018-10-041-1/+1
| | |
* | | Fix issue where Vehicle Data and WayPoints were not unsubscribed on ↵fix/unsubscribe_way_points_vehicle_data_transport_switchjacobkeeler2018-10-048-10/+22
|/ / | | | | | | transport switch
* | Merge pull request #2652 from smartdevicelink/feature/final_mobile_api_5.0.0Jacob Keeler2018-10-042-231/+229
|\ \ | | | | | | Update MOBILE_API.xml
| * | Fixes mismatch between HMI and MOBILE APIjacobkeeler2018-10-041-1/+1
| | |
| * | Update MOBILE_API.xmlfeature/final_mobile_api_5.0.0jacobkeeler2018-10-031-230/+228
| | |
* | | Merge pull request #2651 from ↵JackLivio2018-10-041-0/+2
|\ \ \ | |/ / |/| | | | | | | | SKobziev/fix/Add_missing_PRNDL_enum_value_to_the_HMI_API Add_PRNDL_enum_value(UNKNOWN)_to_the_HMI_API
| * | Add_PRNDL_enum_value(UNKNOWN)_to_the_HMI_APISKobziev2018-10-031-0/+2
| | |
* | | Merge pull request #2648 from ↵JackLivio2018-10-035-34/+49
|\ \ \ | | | | | | | | | | | | | | | | JackLivio/fix/allow_user_consent_for_default_groups Allows User Consent for Default Functional Groups
| * | | Fix unit testsjacobkeeler2018-10-032-1/+5
| | | |
| * | | Merge branch 'fix/allow_user_consent_for_default_groups' of ↵jacobkeeler2018-10-032-5/+3
| |\ \ \ | | | | | | | | | | | | | | | https://github.com/JackLivio/sdl_core into fix/allow_user_consent_for_default_groups
| | * | | Remove unused variablesJackLivio2018-10-021-4/+0
| | | | |
| * | | | Fix issue where pending permissions were not being clearedjacobkeeler2018-10-022-9/+6
| |/ / /
| * | | Allows User Consent for Default Functional GroupsJackLivio2018-10-013-22/+38
| | | |
* | | | Remove OnPolicyInit, Unused Function (#2650)JackLivio2018-10-039-86/+0
| | | |
* | | | Coverity Fixes for 5.0.0 (#2638)JackLivio2018-10-034-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix 188268 Non-virtual destructor * Fix 188267 Non-virtual destructor * Fix 188246 Non-virtual destructor * Fix 188236 Buffer not null terminated * Fix 188295 Uncaught exception * Fix 188234 Uncaught exception * Reverted fix 188234 * Fix Size Calculation and Style * Fix error * Fix errors * Fix typo
* | | | Merge pull request #2644 from smartdevicelink/fix/apply_default_policies_on_ptuJacob Keeler2018-10-021-0/+22
|\ \ \ \ | | | | | | | | | | Apply changes to default group on PTU to existing PT
| * | | | Apply changes to default group on PTU to existing PTfix/apply_default_policies_on_ptujacobkeeler2018-09-281-0/+22
| | | | |
* | | | | Merge pull request #2647 from smartdevicelink/fix/5.0.0_coverity_otherShobhit Adlakha2018-10-024-42/+56
|\ \ \ \ \ | | | | | | | | | | | | Other Coverity fixes for 5.0.0
| * | | | | Handled uncaught exception in Wait functionfix/5.0.0_coverity_otherShobhitAd2018-10-021-15/+20
| | | | | |
| * | | | | Reordered initializationShobhitAd2018-10-021-3/+3
| | | | | |
| * | | | | 148706 replaced settings_ with get_settingsShobhitAd2018-10-011-1/+1
| | | | | |
| * | | | | Style fixShobhitAd2018-10-012-5/+7
| | | | | |
| * | | | | Fix 148706 Unitialized pointer fieldShobhitAd2018-09-301-0/+1
| | | | | |
| * | | | | Fix 188234 Uncaught ExceptionShobhitAd2018-09-301-0/+1
| | | | | |