summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start Retry Sequence if timeout is valid and not 0fix/ptu_retry_sequence_if_timeout_validJackLivio2017-06-141-5/+10
* Merge pull request #1607 from AKalinich-Luxoft/fix/fix_on_system_request_time...Jacob Keeler2017-06-1412-152/+68
|\
| * Updated/added unit tests for provided fixesAKalinich-Luxoft2017-06-142-13/+36
| * Fixed retry sequence timeout for PTUAKalinich-Luxoft2017-06-145-116/+18
| * Fixed sending timeout param via OnSystemRequestAKalinich-Luxoft2017-06-145-8/+12
| * Fixed sending OnSystemRequest with HTTP modeAKalinich-Luxoft2017-06-132-15/+2
* | Merge pull request #1605 from smartdevicelink/fix/EXTENDED_MEDIA_MODE_buildJacob Keeler2017-06-131-9/+10
|\ \ | |/ |/|
| * Fix broken EXTENDED_MEDIA_MODE buildfix/EXTENDED_MEDIA_MODE_buildJacob Keeler2017-06-121-9/+10
|/
* Merge pull request #1543 from smartdevicelink/feature/external_policy_managerJacob Keeler2017-06-085-2/+167
|\
| * Updated README and included messages in start script for clarityfeature/external_policy_managerjacobkeeler2017-06-082-2/+10
| * Install tornado if does not exist.JackLivio2017-06-071-0/+5
| * Sample policy manager fixesJackLivio2017-06-062-4/+4
| * Initial Commit for sample external policy managerJackLivio2017-05-154-1/+153
* | Merge pull request #1558 from smartdevicelink/hotfix/consumer_friendly_messag...JackLivio2017-06-051-16/+35
|\ \
| * | Formatting FixesJackLivio2017-06-051-15/+15
| * | Keep ConsumerFriendlyMessages Nullhotfix/consumer_friendly_message_fixJackLivio2017-05-241-11/+30
| |/
* | Merge pull request #1529 from okozlovlux/feature/New_External_UCS_related_par...JackLivio2017-06-0495-1408/+7151
|\ \
| * \ Merge pull request #3 from dev-gh/fix/Preserve_user_consents_done_after_exter...Kozlov Oleksandr (GitHub)2017-06-0213-38/+235
| |\ \
| | * | Fixes unit test for external user consentAndrey Oleynik2017-06-021-8/+16
| | * | Adds logic handling priorities of user/external consent based on timestampsAndrey Oleynik2017-06-027-31/+195
| | * | Adds timestamps on last update for user and external consentsAndrey Oleynik2017-06-026-6/+31
| |/ /
| * | Apply review commentsokozlovlux2017-05-193-30/+25
| * | Add missing functionality fo policiesokozlovlux2017-05-1731-600/+276
| * | Fix SDL does not send OnPermissionsChange after PTUIra Lytvynenko2017-05-171-1/+1
| * | Fix absent status updateHerasym Oleh2017-05-177-11/+34
| * | Fix wrong if case in policyHerasym Oleh2017-05-173-6/+8
| * | Fix policy unexpected PTUHerasym Oleh2017-05-1720-26/+147
| * | Fix SDL ignores externalConsentStatusatimchenko2017-05-1714-101/+274
| * | Fixed defect that there's no external_consent_status_groups section in policy...PDmytriiev2017-05-172-2/+2
| * | Fix Policy Update flow for EXTERNAL_PROPRIETARYAlex Kutsan2017-05-172-8/+10
| * | Cover external UCS informing HMI with UTatimchenko2017-05-174-4/+95
| * | Adds 'externalConsentStatus' to GetListOfPermissions responseIvo Stoilov (GitHub)2017-05-174-0/+58
| * | Add logic for GetListOfPermission response processing in policyIvo Stoilov (GitHub)2017-05-172-3/+4
| * | Add perstistence for external user consent status received from systemIvo Stoilov (GitHub)2017-05-173-7/+7
| * | Extend GetListOfPermissions HMI API with externalConsentStatus parameterIvo Stoilov (GitHub)2017-05-171-10/+19
| * | Add functionality for External UCSokozlovlux2017-05-1774-3627/+4549
| * | Adds draft business logic for 'CCS ON' case and unit testAndrey Oleynik2017-05-1729-1334/+4481
| * | Add new external UCS-related params in PTU, PreloadedPT, SnapshotPTIvo Stoilov (GitHub)2017-05-1736-463/+1789
| |/
* | Merge pull request #1545 from smartdevicelink/fix/4.3.0_fixesJacob Keeler2017-05-176-24/+13
|\ \ | |/ |/|
| * Renamed resumption test to avoid cmake warningfix/4.3.0_fixesJacob Keeler2017-05-161-1/+1
| * Improve a bit code of test scripts buildAlex Kutsan2017-05-162-2/+3
| * Set Debug as default buildAlex Kutsan2017-05-162-10/+2
| * Fixed typo x86 -> x64Alex Kutsan2017-05-161-1/+1
| * Set ARCH to x64 against x86_64Alex Kutsan2017-05-161-1/+1
| * Fix detecting arhitecture on raspberry piAlexander Kutsan2017-05-161-11/+7
|/
* Merge pull request #1487 from LitvinenkoIra/fix/update_needed_in_case_of_fail...Jacob Keeler2017-05-152-1/+5
|\
| * Add missed notification SDL.OnStatusUpdate(UPDATE_NEEDED)Ira Lytvynenko2017-04-182-1/+5
* | Merge pull request #1519 from okozlovlux/fix/SDL_shut_down_due_to_SIGSEGVJacob Keeler2017-05-151-52/+52
|\ \
| * | Fix issue when SDL shut down due to SIGSEGVokozlovlux2017-05-111-52/+52
* | | Merge pull request #1491 from LitvinenkoIra/fix/update_needed_is_sent_if_user...JackLivio2017-05-1519-27/+72
|\ \ \