summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi
Commit message (Expand)AuthorAgeFilesLines
* Fixes wrapping with ifdef for proprietary logicAndrey Oleynik2017-01-051-4/+4
* Revert "Fix sending URLs of unregister apps in GetURLs"Andrey Oleynik2017-01-041-1/+0
* Revert "Fix redundant obj creation in ProcessServiceURLs"Andrey Oleynik2017-01-041-22/+19
* Fix updating odometer value in PT snapshot with OnVehicleData from HMIKozoriz2016-12-281-0/+7
* Fix redundant obj creation in ProcessServiceURLsTeodora Kireva2016-12-201-19/+22
* Fix sending URLs of unregister apps in GetURLsTeodora Kireva2016-12-201-0/+1
* Aligned naming of EXTENDED_POLICY modesAndrey Oleynik2016-12-135-10/+10
* Renames EXTENDED_POLICY definition to PROPRIETARY_MODE to avoid confusionAndrey Oleynik2016-12-133-6/+6
* Fixes forwarding of OnSystemRequest via specific applicationAndrey Oleynik2016-12-081-0/+16
* Changes EXTENDED_POLICY to EXTERNAL_POLICYAndrey Oleynik2016-12-055-10/+10
* Fux int\uint mistmatchAlexander Kutsan (GitHub)2016-12-051-1/+1
* fixup! Fix usages of policy in codeAlexander Kutsan2016-12-051-3/+3
* Fix style issuesAlexander Kutsan2016-12-051-2/+2
* Fix usages of policy in codeAlexander Kutsan2016-12-055-107/+134
* Add premium policyAlexander Kutsan2016-12-052-0/+112
* Fix that StartStreamRequest may hang forever in case of app absenceLevchenkoS2016-10-192-17/+14
* Merge pull request #891 from LuxoftAKutsan/fix/response_function_id_checkAlexander Kutsan (GitHub)2016-10-122-2/+4
|\
| * Add function_id check in request controllerAlexander Kutsan2016-10-112-2/+4
* | Fix comments after reviewdtrunov2016-10-116-21/+51
* | Navigation interface: SDL behavior in case HMI does not respond to IsReady re...dtrunov2016-10-051-0/+6
|/
* Fix comments after reviewdtrunov2016-10-041-3/+3
* Fix code styledtrunov2016-10-045-118/+123
* Fix review commentsdtrunov2016-10-046-15/+9
* UI interface: SDL behavior in case HMI does not respond to IsReady request or...dtrunov2016-09-2910-68/+255
* VehicleInfo interface: SDL behavior in case HMI does not respond to IsReady r...Alexander Kutsan2016-08-192-14/+12
* Change variable name due to build errorAlexander Kutsan2016-08-173-4/+4
* Fix typoAlexander Kutsan2016-08-172-2/+2
* Set ready state for VR VI and UI interfacesAlexander Kutsan2016-08-163-0/+20
* Removes odd calls to valid() and changed functorAndrey Oleynik2016-07-181-6/+6
* Renames interfaces to fit coding styleAndrey Oleynik2016-07-141-1/+2
* Renames some variables and interfacesAndrey Oleynik2016-07-141-4/+4
* Renames several variables and interfacesAndrey Oleynik2016-07-141-21/+24
* Reworks implementation, makes logic more clearAndrey Oleynik2016-07-131-54/+111
* Fixes LAUNCH_APP flowAndrey Oleynik2016-07-131-23/+29
* Fix crash on DCHECK in process SystemRequest(LAUNCH_APP)Anton Hrytsevich2016-07-121-1/+2
* Fix SDL crashes at request for PTU when transport is disconnected (#672)Dmitrii Trunov (GitHub)2016-07-061-3/+36
* Fix_OnSystemRequestNotification_sent_to_MobileVProdanov2016-05-191-9/+14
* Reformating merged from master codeagaliuzov2016-05-172-7/+6
* Add fix for merge conflictsagaliuzov2016-05-161-1/+1
* Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-05-164-53/+162
|\
| * Changes logic of GetURLs and OnSystemRequest according to new APIAndrey Oleynik2016-04-282-9/+14
| * Wrapped extended policy logic with ifdef, code beautified.Andrey Oleynik2016-04-112-8/+19
| * Adds new logic of GetURLs processing for extended policy modeAndrey Oleynik2016-04-111-15/+101
| * Beatufies GetURL command code, no logic changedAndrey Oleynik2016-04-111-40/+41
| * Adds implementation of DialNumber RPCAndrey Oleynik2016-04-042-0/+114
* | Format all code in projectKozoriz2016-04-261-5/+2
* | Code style format with clang-formatKozoriz2016-04-25226-1430/+935
* | Hmi commands update after removing all singletonesKozoriz2016-04-25229-783/+846
* | Add WayPoints API & fix resumption after rebaseHerasym Oleh2016-04-143-9/+9
* | Add OnWayPointsChange notification implementationHerasym Oleh2016-04-131-0/+59