summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/policies/policy_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1180 from LuxoftAKutsan/fix/send_on_status_update_after_o...Alexander Kutsan (GitHub)2017-01-171-3/+4
|\
| * Remove nitification update_manager on AddApplicationAlexander Kutsan2017-01-171-3/+4
* | Avoid using miliseconds for retry sequence timeoutAlexander Kutsan2017-01-161-1/+1
|/
* Use secconds against ms in RPCsAlex Kutsan2017-01-131-6/+12
* Update update_reuire in timeAlex Kutsan2017-01-111-0/+2
* Merge pull request #1160 from LuxoftAKutsan/fix/add_app_to_policy_db_right_af...Alexander Kutsan (GitHub)2017-01-101-1/+0
|\
| * Send HMI status after adding application to policy DBAlex Kutsan2017-01-061-1/+0
* | Fixes choosing of application to request backend for policy update (#1146)Andrey Oleynik (GitHub)2017-01-041-45/+94
* | Add validation preloaded_pt field in PT_UPDATE type of tableKozoriz2016-12-291-1/+1
|/
* Move AddApplication to OnAppRegisteredOnMobileVeronica Veremjova2016-12-281-2/+2
* Merge pull request #1127 from tkireva/fix/same_url_onSystemRequestTeodora Kireva (GitHub)2016-12-281-1/+28
|\
| * Fix unclear loop condiitonTeodora Kireva2016-12-281-3/+6
| * Fix code beautifying suggestionsTeodora Kireva2016-12-271-3/+6
| * Fix unreadable while conditionTeodora Kireva2016-12-271-2/+6
| * Fix sending same URL in OnSystemRequest retryTeodora Kireva2016-12-231-1/+18
* | Merge pull request #1132 from VVeremjova/fix/FixLinkingRegisteredAppToDeviceVeronica Veremjova (GitHub)2016-12-271-13/+20
|\ \
| * | Fix missing links for registered app with deviceVeronica Veremjova2016-12-271-13/+20
* | | Fix sending BC.ActivateApp twiceiAndrew52016-12-271-40/+51
|/ /
* | Add check of HMI level before sending.Kozoriz2016-12-231-3/+13
|/
* SDL sends twice UPDATE_NEEDED for invalid PTUhotfix/policy-sends-update-needed-status-twiceAleksandr Galiuzov (GutHub)2016-12-221-1/+1
* Aligned naming of EXTENDED_POLICY modesAndrey Oleynik2016-12-131-22/+22
* Renames EXTENDED_POLICY definition to PROPRIETARY_MODE to avoid confusionAndrey Oleynik2016-12-131-3/+3
* Add using of active hmi language in case requested does not existsKozoriz2016-12-051-1/+11
* Renames folder missed by PR#1068Andrey Oleynik2016-12-051-1/+1
* Add final and remove empty string initialisationAlexander Kutsan2016-12-051-1/+1
* remove redundant == false from ifAlexander Kutsan2016-12-051-1/+1
* REmove redundant triangular operatorAlexander Kutsan2016-12-051-1/+1
* Use dcheck or return in policy handlerAlexander Kutsan2016-12-051-6/+2
* Changes EXTENDED_POLICY to EXTERNAL_POLICYAndrey Oleynik2016-12-051-20/+20
* Fix usages of policy in codeAlexander Kutsan2016-12-051-26/+278
* issue-636 - Fixing Continiously updating policy in case of EXTENDED_POLICY en...Madhu Yaduguri2016-10-031-0/+2
* Make code appropriate to Google coding styleAlexander Kutsan2016-08-291-1/+0
* Merge branch 'release/4.1.0'Alexander Kutsan2016-08-261-390/+529
|\
| * Beautify codeArtem Nosach2016-05-201-48/+51
| * Merge remote-tracking branch 'origin/master' into developArtem Nosach2016-05-201-52/+49
| |\ | |/ |/|
| * Implement messid function in development streamagaliuzov2016-05-171-5/+23
| * Merge pull request #542 from AGaliuzov/hotfix/fix-merge-conflictsAGaliuzov2016-05-161-1/+2
| |\
| | * Add fix for merge conflictsagaliuzov2016-05-161-1/+2
| * | Merge pull request #530 from VVeremjova/feature/Complete_unit_tests_for_polic...Artem Nosach2016-05-161-24/+1
| |\ \ | | |/ | |/|
| | * Remove unused method and fix incorrect rebase in policy handlerVeronica Veremjova2016-05-051-24/+1
| * | Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-05-161-0/+14
| |\ \ | | |/ | |/|
| * | Code style format with clang-formatKozoriz2016-04-251-103/+111
| * | Correctives after reviewKozoriz2016-04-251-3/+3
| * | Policies and Resumption correctives after removing all singletonsKozoriz2016-04-251-135/+161
| * | ApplicationManager correctivesKozoriz2016-03-311-37/+29
| * | Review correctives and buildability correctives.Kozoriz2016-03-071-1/+1
| * | Remove CH, PH, HMI_MH singletones from ApplicationManagerKozoriz2016-03-041-27/+73
| * | Create retry sequence in policyAnton Hrytsevich2016-02-221-6/+3
| * | Merge pull request #340 from LuxoftSDL/feature/CustomStringImplAGaliuzov2016-01-211-3/+3
| |\ \
| | * | Integrate CustomStringdtrunov2016-01-201-3/+3