summaryrefslogtreecommitdiff
path: root/src/components/policy
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2277 from smartdevicelink/feature/remove_auto_ptrJacob Keeler2018-07-132-5/+5
|\ | | | | replace auto_ptr with unique_ptr
| * Merge branch 'develop' into feature/remove_auto_ptrfeature/remove_auto_ptrJacob Keeler2018-07-1263-192/+368
| |\
| * | replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.hConlain Kelly2018-06-182-5/+5
| | |
* | | Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-134-8/+16
|\ \ \ | |_|/ |/| | Feature/RC SEAT
| * | New RC module SEATIra Lytvynenko2018-06-264-8/+16
| | |
* | | Merge pull request #2330 from smartdevicelink/feature/remove_qt_hmi_api_dbusJacob Keeler2018-07-111-2/+0
|\ \ \ | | | | | | | | Remove QT HMI API and QT specific RPCs
| * | | Remove DBus from projectJacob Keeler2018-07-101-2/+0
| | | |
* | | | Merge pull request #2291 from ↵JackLivio2018-07-1043-0/+166
|\ \ \ \ | |/ / / |/| | | | | | | | | | | smartdevicelink/feature/new_vehicle_data_EPB_status Feature/new vehicle data epb status
| * | | Add electronic park brake status data parameterConlain Kelly2018-06-1843-0/+166
| | | |
* | | | Merge pull request #2293 from smartdevicelink/feature/data_turn_signalfix/remove_commented_codefeature/make_makeshared_support_variadic_templatesfeature/increase_policy_utests_speedJackLivio2018-06-2943-8/+166
|\ \ \ \ | |_|/ / |/| | | Feature/data turn signal
| * | | Add turn signal data to api and testsConlain Kelly2018-06-2143-8/+166
| | | |
* | | | Remove remote control flagIra Lytvynenko (GitHub)2018-06-2621-166/+30
|/ / /
* | | Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-182-12/+4
|/ / | | | | | | Also was removed redundant logic
* | Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-181-4/+2
|\ \ | |/ |/| Feature/get system time
| * Removed unused code in regular policiesfeature/get_system_timeAKalinich-Luxoft2018-06-155-29/+0
| |
| * Updates after Livio reviewAndrii Kalinich2018-06-131-0/+7
| |
| * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-0559-108/+450
| |\
| * | Move out unrelated to feature changesAKalinich-Luxoft2018-06-041-5/+11
| | | | | | | | | | | | | | | | | | There was included some changes related to certificate processing. They will be included into related pull request
| * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-312-22/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed OnCertificateUpdated notification callback for empty certificate Fixed GetSystemTime triggering Fixed handshake resuming on system time arrived Fixed wrong logic in case system time is not ready Removed redundant logic for non-navi applications Removed PTU triggerring for navi on empty certificate in DB
| * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-065-0/+29
| | | | | | | | | | | | | | | | | | Implemented fully working GetSystemTime feature Fixed UT in the security manager due to code changes Disable randomly failed test
* | | Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-136-4/+6
|\ \ \ | | | | | | | | Feature/mobile projection 2
| * | | Fix affected unit testsAndrii Kalinich2018-05-172-0/+2
| | | |
| * | | Update SDL preloaded PT with PROJECTION HMI typeAndrii Kalinich2018-05-174-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | There was added PROJECTION HMI type to the notifications_per_minute_by_priority structure. Also this structure was updated in the policy types to make everything work correctly.
* | | | Remove redundant enum and update logic accordinglyAndriy Byzhynar2018-05-305-50/+10
| | | |
* | | | Fix code according to review commentsIryna Lytvynenko2018-05-242-58/+30
| | | | | | | | | | | | | | | | | | | | Removed redundant block Added missed expecation in unit test
* | | | Fix unit tests according to changed logicAndriy Byzhynar2018-05-241-1/+2
| | | |
* | | | Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-2420-39/+509
| | | | | | | | | | | | | | | | | | | | Implemented support of expandable design for EXTERNAL_PROPRIETARY policy flow
* | | | Fix UT after implementation of Expandable DesignBSolonenko2018-05-241-1/+9
| | | |
* | | | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-2419-24/+503
| |_|/ |/| | | | | | | | | | | | | | | | | 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-2143-0/+166
|\ \ \
| * | | Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-2643-0/+166
| |/ /
* | | Style FixJackLivio2018-05-031-1/+1
| | |
* | | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-0343-1/+168
|/ /
* | Merge branch 'master' into developjacobkeeler2018-04-183-10/+21
|\ \
| * | 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
| | |
| * | Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-092-4/+16
| | |
| * | Additional fixes for 2072fix/load_service_type_as_string_from_backup_ptJackLivio2018-04-041-4/+4
| |/ | | | | | | When loading the policy table from backup sql file, service types must be read in a strings.
* | Fix style after PR #2132vkushnirenko-luxoft2018-04-171-2/+1
| |
* | Remove Ford references from policy testsfix/remove_ford_references_from_testsjacobkeeler2018-04-1250-91/+91
| |
* | Fix style after 4.5 mergevkushnirenko-luxoft2018-04-061-6/+5
|/
* External Proprietary Lock Screen URL FixJackLivio2018-03-292-6/+2
| | | | The service enpoints in the policy table should be saved as strings instead of integers.
* Move checking if app revoked in the begining of check PermissionsAlex Kutsan2018-03-291-11/+11
| | | | | In case if app revoked it should not be checked for any other permissions
* Process setting user concent if group permissions are emptyAlex Kutsan2018-03-291-4/+0
|
* Avoid adding RC groups in external policy flowAlex Kutsan2018-03-291-12/+1
| | | | fixup! Avoid adding RC groups in external policy flow
* Add apropriate logging in policy flowAlex Kutsan2018-03-284-8/+11
|
* Avoid integer overflowAlex Kutsan2018-03-232-2/+6
| | | | | Replaced all usaged of device handle with apropriate typedef Assignment device handle to uint32_t leads to integer overflow
* Policy Fix: Remove redundant function call to SaveAppGroupJackLivio2018-02-151-6/+1
|
* Run Style ScriptJackLivio2018-02-142-6/+10
|
* Fix external policy buildJackLivio2018-02-131-1/+1
|