summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Make code appropriate to Google coding styleAlexander Kutsan2016-08-291-2/+1
* Merge branch 'release/4.1.0'Alexander Kutsan2016-08-26386-5829/+10098
|\
| * Merge pull request #694 from dev-gh/fix/Fixes_LAUNCH_APP_flowArtem Nosach (GitHub)2016-07-183-24/+65
| |\
| | * Renames interfaces to fit coding styleAndrey Oleynik2016-07-142-4/+4
| | * Renames several variables and interfacesAndrey Oleynik2016-07-141-2/+6
| | * Reformats file with clang-formatAndrey Oleynik2016-07-141-259/+259
| | * Re-formats file with clang-formatAndrey Oleynik2016-07-141-67/+65
| | * Reworks implementation, makes logic more clearAndrey Oleynik2016-07-131-8/+21
| | * Restores AM interfaces ocassionally removed beforeAndrey Oleynik2016-07-132-325/+351
| * | Merge pull request #693 from dtrunov/fix/SDL_crashes_if_execute_auto_smoke_te...Artem Nosach (GitHub)2016-07-183-1/+17
| |\ \
| | * | Fix comments after reviewdtrunov2016-07-182-12/+6
| | * | Fix core crash during streaming and execution smoke test.dtrunov2016-07-133-1/+23
| | |/
| * | Add mandatory fields validationKozoriz2016-07-141-1/+1
| |/
| * Fix invalid memory access.Vladislav Antonov2016-07-121-1/+3
| * Fix SDL crashes at request for PTU when transport is disconnected (#672)Dmitrii Trunov (GitHub)2016-07-061-1/+9
| * Fix post-merge issuesArtem Nosach2016-05-201-10/+1
| * Beautify codeArtem Nosach2016-05-203-11/+19
| * Restore files locationsArtem Nosach2016-05-201-0/+0
| * Merge remote-tracking branch 'origin/master' into developArtem Nosach2016-05-203-18/+19
| |\
| * | Temporary move replaced files backArtem Nosach2016-05-201-0/+0
| * | Merge pull request #459 from OHerasym/fix/AlertManeuver_dont_send_infoAGaliuzov2016-05-191-0/+2
| |\ \
| | * | Fix send info in AlertManeverHerasym Oleh2016-05-181-0/+2
| * | | Correct project structure in Policy componentKozoriz2016-05-171-2/+2
| |/ /
| * | Reformating merged from master codeagaliuzov2016-05-171-16/+16
| * | Implement messid function in development streamagaliuzov2016-05-171-0/+1
| * | Merge pull request #530 from VVeremjova/feature/Complete_unit_tests_for_polic...Artem Nosach2016-05-163-5/+6
| |\ \
| | * | Formatted code according google styleVeronica Veremjova2016-05-161-1/+0
| | * | Remove unused method and fix incorrect rebase in policy handlerVeronica Veremjova2016-05-051-1/+0
| | * | Move function declaration isRegistered from ApplicationImpl to ApplicationVeronica Veremjova2016-05-052-4/+7
| * | | Merge pull request #536 from VVeremjova/fix/Fix_resumption_unit_testsArtem Nosach2016-05-164-71/+17
| |\ \ \
| | * | | Rename const values according google styleVeronica Veremjova2016-05-131-5/+2
| | * | | Refactoring: deleted unuseful members and functions in resumption dataVeronica Veremjova2016-05-124-71/+20
| * | | | Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-05-164-12/+44
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Change list to vectorArtem Nosach2016-05-111-1/+1
| * | | | Cut off delivery mode parameter due to policy allowanceArtem Nosach2016-05-111-0/+2
| * | | | Save policy parameters permissions in requestArtem Nosach2016-05-111-3/+8
| | |/ / | |/| |
| * | | Implement_PCM_Streaming_Capabilities_supportVProdanov2016-04-282-0/+23
| * | | Format all code in projectKozoriz2016-04-269-368/+365
| * | | Code style format with clang-formatKozoriz2016-04-25366-2691/+3029
| * | | Remove explicit from commandsKozoriz2016-04-25332-338/+338
| * | | Correctives after reviewKozoriz2016-04-2516-66/+71
| * | | ApplicationManager correctives after remove all singletonesKozoriz2016-04-2523-754/+754
| * | | Policies and Resumption correctives after removing all singletonsKozoriz2016-04-257-52/+106
| * | | Hmi commands update after removing all singletonesKozoriz2016-04-25237-281/+309
| * | | Mobile commands update after removing all singletonesKozoriz2016-04-25104-112/+128
| * | | Add WayPoints API & fix resumption after rebaseHerasym Oleh2016-04-1419-92/+445
| * | | Add OnWayPointsChange notification implementationHerasym Oleh2016-04-132-0/+141
| * | | Add GetWayPoints implementation commandHerasym Oleh2016-04-134-0/+160
| * | | Change resumption SubscribedForWaypointsHerasym Oleh2016-04-139-10/+17
| * | | Add implementation SubscribeWayPoints&UnsubsribeWayPointsHerasym Oleh2016-04-1314-0/+395