summaryrefslogtreecommitdiff
path: root/src/components/policy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2406 from AKalinich-Luxoft/fix/fix_policy_parameters_perm...JackLivio2018-08-173-28/+68
|\
| * Remove app link mentionJackLivio2018-08-171-1/+0
| * Updated permissions calc logic according to commentsAndrii Kalinich2018-08-062-23/+22
| * Fix affected unit tests in policyAKalinich-Luxoft2018-07-201-18/+18
| * Fixed RPC parameters permission calculation according to requirementsAKalinich-Luxoft2018-07-202-23/+65
* | Merge pull request #2207 from smartdevicelink/feature/rc_new_modulesJacob Keeler2018-08-174-4/+59
|\ \
| * | New RC modules initial implementationAlexander2018-08-164-4/+59
* | | Merge pull request #2484 from smartdevicelink/fix/max_fg_parametersJackLivio2018-08-163-5/+3
|\ \ \ | |/ / |/| |
| * | remove maxes where possible, 255 is standinfix/max_fg_parametersConlain Kelly2018-07-313-5/+3
* | | Merge pull request #2474 from smartdevicelink/fix/remove_bool_lock_constructorsJacob Keeler2018-07-314-7/+4
|\ \ \ | |/ / |/| |
| * | remove Lock(bool) constructorsConlain Kelly2018-07-304-7/+4
* | | Return correct pointer type in ParseArray()fix/invalid_ptr_assignmentConlain Kelly2018-07-301-2/+2
|/ /
* | Merge pull request #2392 from smartdevicelink/feature/boost_lock_implementationJacob Keeler2018-07-242-3/+2
|\ \ | |/ |/|
| * Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-1957-288/+272
| |\
| * | style fixConlain Kelly2018-07-181-1/+1
| * | ayyy it buildsConlain Kelly2018-07-181-1/+1
| * | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-1882-289/+1364
| |\ \
| * | | Begin changing locks over, very segfault-y right nowConlain Kelly2018-05-312-10/+10
* | | | Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ...Ira Lytvynenko (GitHub)2018-07-206-17/+19
| |_|/ |/| |
* | | style fixConlain Kelly2018-07-1820-38/+19
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1857-283/+286
| |/ |/|
* | Merge pull request #2277 from smartdevicelink/feature/remove_auto_ptrJacob Keeler2018-07-132-5/+5
|\ \
| * \ 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 DBus from projectJacob Keeler2018-07-101-2/+0
* | | | | Merge pull request #2291 from smartdevicelink/feature/new_vehicle_data_EPB_st...JackLivio2018-07-1043-0/+166
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|/ / /
* | | Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-181-4/+2
|\ \ \ | |/ / |/| |
| * | 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
| * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-312-22/+7
| * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-065-0/+29
* | | Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-136-4/+6
|\ \ \
| * | | Fix affected unit testsAndrii Kalinich2018-05-172-0/+2
| * | | Update SDL preloaded PT with PROJECTION HMI typeAndrii Kalinich2018-05-174-4/+4
* | | | Remove redundant enum and update logic accordinglyAndriy Byzhynar2018-05-305-50/+10
* | | | Fix code according to review commentsIryna Lytvynenko2018-05-242-58/+30
* | | | Fix unit tests according to changed logicAndriy Byzhynar2018-05-241-1/+2
* | | | Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-2420-39/+509
* | | | 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
| |_|/ |/| |