summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src
Commit message (Collapse)AuthorAgeFilesLines
* Apply changes to default group on PTU to existing PTfix/apply_default_policies_on_ptujacobkeeler2018-09-281-0/+22
|
* Fix ReadDID Typo (#2630)JackLivio2018-09-241-6/+1
| | | | | | | | * Fix ReadDID Typo * Remove Reserved from external enums * Remove Reserved from regular enums
* Address commentsJackLivio2018-09-201-3/+3
|
* Merge remote-tracking branch 'origin/release/5.0.0' into ↵JackLivio2018-09-202-32/+0
|\ | | | | | | fix/filter_invalid_parametres_and_rpcs
| * Fix incorrectly saved RequestType and RequestSubType, which caused silent ↵fix/gather_request_typesjacobkeeler2018-09-132-32/+0
| | | | | | | | errors while loading application policies on startup
* | Fix typoJackLivio2018-09-201-2/+2
| |
* | Update based on commentsJackLivio2018-09-201-35/+25
| |
* | Add filtering for policy table parametersJackLivio2018-09-192-3/+123
| |
* | Add FunctionID to enumsAlexander2018-09-101-0/+358
| |
* | Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-101-1/+46
|/
* fixup! remove struct timeval and use boost time_duration insteadLitvinenkoIra2018-08-311-1/+1
|
* Merge pull request #2549 from JackLivio/fix/allow_empty_module_type_array_in_ptJackLivio2018-08-293-7/+48
|\ | | | | Allow empty moduleType array in PT
| * Add moduleType functions to sql_pt_extJackLivio2018-08-281-0/+18
| |
| * Check styleJackLivio2018-08-281-1/+1
| |
| * Allow empty moduleType array in PTJackLivio2018-08-282-8/+31
| |
* | Merge pull request #2278 from ↵Jacob Keeler2018-08-284-10/+9
|\ \ | |/ |/| | | | | smartdevicelink/feature/boost_datetime_implementation Feature/boost datetime implementation
| * Merge remote-tracking branch 'origin/develop' into ↵jacobkeeler2018-08-222-8/+51
| |\ | | | | | | | | | feature/boost_datetime_implementation
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-08-1012-114/+78
| |\ \ | | | | | | | | | | | | feature/boost_datetime_implementation
| * | | Style fixConlain Kelly2018-06-251-2/+1
| | | |
| * | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-251-5/+0
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-184-9/+9
| | | | | | | | | | | | | | | | | | | | also cleans up date_time namespacing but maintains helper functions
* | | | | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-232-8/+51
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | # Conflicts: # src/components/interfaces/MOBILE_API.xml
| * | | | Merge pull request #2406 from ↵JackLivio2018-08-171-8/+30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AKalinich-Luxoft/fix/fix_policy_parameters_permissions_calc Fix wrong policy permissions calculation in EXTERNAL_PROPRIETARY
| | * | | | Remove app link mentionJackLivio2018-08-171-1/+0
| | | | | |
| | * | | | Updated permissions calc logic according to commentsAndrii Kalinich2018-08-061-22/+21
| | | | | |
| | * | | | Fixed RPC parameters permission calculation according to requirementsAKalinich-Luxoft2018-07-201-21/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a problem when application has several consented functional groups with the same RPC included. In case when some of functional groups have RPC with all parameters disallowed option, SDL ignores all allowed parameters for this RPC in other functional groups. According to AppLink Policies Manager specification SDL should perform a logical OR amongst all of the possible allowed permissions scenarios for the RPC defined by each of the functional groups. Current logic was updated to fit this requirement.
| * | | | | New RC modules initial implementationAlexander2018-08-161-0/+21
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mobile API and HMI capabilities for the rc new modules Fix RC defects - Fixed Mobile & HMI API: removed redundant default value - FIxed GetInteriorVehicleData request behavior - Fixed OnInteriorDataNotification behavior Fix header guards and add missed includes Fix control data checking by capabilities Answered to review comments Commit
* | | | | yet another style fixConlain Kelly2018-08-092-5/+9
| | | | |
* | | | | set full_app_id_supported in initial snapshot generationConlain Kelly2018-08-092-1/+15
|/ / / /
* | | | remove Lock(bool) constructorsConlain Kelly2018-07-302-5/+2
|/ / /
* | | Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ↵Ira Lytvynenko (GitHub)2018-07-203-5/+5
| | | | | | | | | | | | policy
* | | style fixConlain Kelly2018-07-184-9/+6
| | |
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-189-49/+49
| | |
* | | Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-131-0/+7
|\ \ \ | | | | | | | | Feature/RC SEAT
| * | | New RC module SEATIra Lytvynenko2018-06-261-0/+7
| | | |
* | | | Merge pull request #2291 from ↵JackLivio2018-07-101-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/new_vehicle_data_EPB_status Feature/new vehicle data epb status
| * | | | Add electronic park brake status data parameterConlain Kelly2018-06-181-0/+7
| | |/ / | |/| |
* | | | Merge pull request #2293 from smartdevicelink/feature/data_turn_signalfix/remove_commented_codefeature/make_makeshared_support_variadic_templatesfeature/increase_policy_utests_speedJackLivio2018-06-291-7/+7
|\ \ \ \ | |_|/ / |/| | | Feature/data turn signal
| * | | Add turn signal data to api and testsConlain Kelly2018-06-211-7/+7
| | |/ | |/|
* | | Remove remote control flagIra Lytvynenko (GitHub)2018-06-265-47/+3
|/ /
* | Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-5/+0
|/ | | | Also was removed redundant logic
* Remove redundant enum and update logic accordinglyAndriy Byzhynar2018-05-301-25/+3
|
* Fix code according to review commentsIryna Lytvynenko2018-05-241-24/+15
| | | | | Removed redundant block Added missed expecation in unit test
* Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-249-27/+375
| | | | | Implemented support of expandable design for EXTERNAL_PROPRIETARY policy flow
* Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-241-0/+8
| | | | | | | Added new parameters to Mobile_API.xml & HMI_API.xml Added handling of new RequestType and RequestSubTypes to policy component Edited encoding & line endings in sdl_preloaded_pt.json Updated notifications triggering
* Merge branch 'develop' into feature/new_vehicle_data_fuel_rangefeature/new_vehicle_data_fuel_rangeJackLivio2018-05-211-0/+7
|\
| * Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-261-0/+7
| |
* | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-031-0/+7
|/
* Fix infinite PTU when invalid PT, then a valid PT is receivedfix/retry_after_failed_ptujacobkeeler2018-04-161-2/+1
|
* Fix style issuesjacobkeeler2018-04-121-6/+5
|