summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added functionality for External UCS: ON by the User - added UTs for policices External UCS: ON by the User - added perstistence for external user consent status received from system Fix issuies for HTTP and PROPRIETARY mode in mock policy handler - fixed issues in mock policy handler - fix coding style
| * | 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
| |/ | | | | | | | | - added perstistence for external user consent status - fixed failed UTs
* | Merge pull request #1545 from smartdevicelink/fix/4.3.0_fixesJacob Keeler2017-05-176-24/+13
|\ \ | |/ |/| Add important fixes from release/4.3.0 branch
| * 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
| | | | | | | | | | moved redundant namespace in local scope Added test main to list of sources
| * Set Debug as default buildAlex Kutsan2017-05-162-10/+2
| | | | | | | | | | | | | | In case if CMAKE_BUILD_TYPE didn't set, set CMAKE_BUILD_TYPE=Debug Note: Cotire incorrectly create united file in case if CMAKE_BUILD_TYPE is empty
| * 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
|/ | | | | | Detect arhotecture depending on size of void Related to #1329
* Merge pull request #1487 from ↵Jacob Keeler2017-05-152-1/+5
|\ | | | | | | | | LitvinenkoIra/fix/update_needed_in_case_of_failed_retry_strategy Fix SDL doesn't send SDL.OnStatusUpdate(UPDATE_NEEDED) in case of failed retry strategy during previous IGN_ON
| * Add missed notification SDL.OnStatusUpdate(UPDATE_NEEDED)Ira Lytvynenko2017-04-182-1/+5
| | | | | | | | in case of failed retry strategy during previous IGN_ON
* | 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 SIGSEGV
| * | Fix issue when SDL shut down due to SIGSEGVokozlovlux2017-05-111-52/+52
| | | | | | | | | | | | | | | - replaced iter to SharedPointer ins CommandRequestImpl to access application
* | | Merge pull request #1491 from ↵JackLivio2017-05-1519-27/+72
|\ \ \ | | | | | | | | | | | | | | | | LitvinenkoIra/fix/update_needed_is_sent_if_user_requested_ptu_from_hmi Fix UPDATE_NEEDED is sent if user requested PTU from HMI
| * | | Remove unused method PolicyHandler::ResetRetrySequenceAlex Kutsan2017-05-155-20/+0
| | | |
| * | | Fix UPDATE_NEEDED is sent if user requested PTU from HMIAlex Kutsan2017-05-1517-10/+75
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Extended interface of policies: Added new state in update_status manager. In case if updated was trigered by HMI - no notifications should come to HMI during update fixup! Fix UPDATE_NEEDED is sent if user requested PTU from HMI
* | | Merge pull request #1483 from VVeremjova/fix/FixRertySequenceTimeoutJackLivio2017-05-122-14/+31
|\ \ \ | | | | | | | | Convert seconds to miliseconds before adding them to retry timeout
| * | | Fix unit test for retry sequenceVeronica Veremjova2017-05-111-11/+23
| | | |
| * | | Fix formula for retry sequence after clarificationsVeronica Veremjova2017-05-111-3/+8
| | | |
| * | | Fix according unit testVeronica Veremjova2017-05-101-1/+1
| | | |
| * | | Convert seconds to miliseconds before adding them to retry timeoutVeronica Veremjova2017-05-101-1/+1
| | | |
* | | | Merge pull request #1474 from ↵JackLivio2017-05-122-8/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | LitvinenkoIra/fix/update_needed_in_case_of_unconsented_device Fix UPDATE_NEEDED is sent in case of unconsented device
| * | | | Fix UPDATE_NEEDED is sent in case of unconsented deviceIra Lytvynenko2017-05-112-8/+20
| | |_|/ | |/| | | | | | | | | | Add check that pt_exchanged_x_days_after_epoch is initialized
* | | | Merge pull request #1475 from ↵JackLivio2017-05-123-24/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | okozlovlux/fix/SDL_uses_url_in_GetURLs_for_NOT_registered_app Fix issue when SDL uses url in GetURLs for not registered application
| * | | | Fix issue when SDL uses url in GetURLs for not registered applicationokozlovlux2017-04-123-24/+31
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SmartObject for each application URL was created, although it could never be used. GetUrls::ProcessServiceURLs is reimplemented. Related to Issues-1226 Moved from PR-1116
* | | | Merge pull request #1478 from LitvinenkoIra/fix/cycling_urls_refactoringJackLivio2017-05-1214-515/+241
|\ \ \ \ | | | | | | | | | | Fix SDL omits one of the URLs during retry sequence
| * | | | Fix codestyleIra Lytvynenko2017-05-114-8/+6
| | | | |
| * | | | Remove redundant fileIra Lytvynenko2017-05-111-486/+0
| | | | |
| * | | | Fix conflicts after rebasingTeodora Kireva2017-04-126-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts after rebasing to feature/extended_policy_functionality are fixed. Conflicts: src/components/include/policy/policy_regular/policy/policy_manager.h src/components/policy/policy_external/src/policy_manager_impl.cc src/components/policy/policy_regular/include/policy/policy_manager_impl.h
| * | | | Fix used int type to uint32_tTeodora Kireva2017-04-126-25/+23
| | | | | | | | | | | | | | | | | | | | Variables type is changed
| * | | | Fix add code commentsTeodora Kireva2017-04-122-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Some comments are added for better understading of the statements.
| * | | | Fix omited URL in OnSystemRequest retryTeodora Kireva2017-04-124-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The URL is skipped because of a new application is registered and it is received the index of the default section in the Endpoints vector. Fix compares the policy application id of the application whose URL is about to be sent from the Endpoints vector and from the member variable in PolicyManager. If there is a difference, the URL index is set to 0, so that no URL will be omited.
| * | | | Fix failed UT in PROPRIETARY modeTeodora Kireva2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed unused variable if PROPRIETARY policy mode enabled. Related-issues: APPLINK-31359
| * | | | Fix missing check for empty URLsTeodora Kireva2017-04-1211-40/+77
| | | | | | | | | | | | | | | | | | | | | | | | | Missing check for empty URLs vector is added and some code beautifying.
| * | | | Fix code optimization and beautifyingTeodora Kireva2017-04-129-47/+50
| | | | |
| * | | | Fix OnSystemRequest cycling urls refactoringTeodora Kireva2017-04-1012-27/+130
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required refactoring of the functionality that is responsible for sending different application URL on each OnSystemRequest. The logic was placed in OnSnapshotCreated method. Now it is separated on two methods - GetNextUpdateUrl - returns pair of policy application id and url from the Endpoints vector that potentially will be sent, IsUrlAppIdValid - checks if given policy application id is assigned to a registered application or it is the default id.
* | | | Merge pull request #1486 from ↵JackLivio2017-05-123-9/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | LevchenkoS/fix/SDL_does_not_increment_count_of_rejections_sync_out_of_memory Fix SDL does not increment count of rejections sync out of memory
| * | | | Fix SDL does not increment count_of_rejections_sync_out_of_memorySergey Levchenko (GitHub)2017-05-113-9/+22
| | |/ / | |/| | | | | | | | | | | | | | SDL should increment `count_of_rejections_sync_out_of_memory` counter for an app, on sending result `OUT_OF_MEMORY`
* | | | Merge pull request #1513 from ↵JackLivio2017-05-122-11/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | dcherniev/fix/allow_on_hmi_status_notification_for_revoked_application Allow OnHMIStatus notification for revoked application
| * | | | Add unit test into PolicyManagerImpldcherniev2017-04-281-0/+34
| | | | | | | | | | | | | | | | | | | | Added unit test related to revoked application into PolicyManagerImpl.
| * | | | Allow OnHMIStatus notification for revoked appdcherniev2017-04-271-11/+11
| | |_|/ | |/| | | | | | | | | | Fixed sending of OnHMIStatus after re-registration of revoked application, by moving check IsApplicationRevoked before the RPC permission check.
* | | | Merge pull request #1534 from smartdevicelink/fix/fix_styleJacob Keeler2017-05-101-2/+4
|\ \ \ \ | |_|/ / |/| | | Fix style issues in develop
| * | | Add missing semicolonJacob Keeler2017-05-101-1/+1
| | | | | | | | | | | | I don't know how that was removed...
| * | | Fix style issues in developJacob Keeler2017-05-101-3/+5
|/ / / | | | | | | Fixes style issues introduced in #1502
* | | Merge pull request #1502 from smartdevicelink/feature/API_patch_versionJacob Keeler2017-05-0211-23/+68
|\ \ \ | |/ / |/| | Add API Patch Version
| * | Add patch version to Mobile and HMI APIsfeature/API_patch_versionJacob Keeler2017-04-2711-23/+68
| | |
* | | Merge pull request #1498 from LevchenkoS/fix/Fix_coding_style_and_commands_testsJacob Keeler2017-04-2110-49/+83
|\ \ \ | |/ / |/| | Fix coding style and commands tests