summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated description, added new deprecated macrofeature/last_mile_navigationAKalinich-Luxoft2018-03-022-8/+8
* Add missing DEPRECATED macro for some functions.AKalinich-Luxoft2018-01-316-53/+47
* Fixes after rebaseValerii2018-01-261-3/+3
* fix - OnWayPointChange notification doesn't come on last pointIgor Kovalenko2018-01-262-2/+2
* Fix all affected UTs related to notifications sendingAKalinich-Luxoft2018-01-2610-17/+78
* Added param checking by policy for notifications for mobile appsAKalinich-Luxoft2018-01-262-8/+164
* Fixed requests param reading from incoming messageAKalinich-Luxoft2018-01-261-1/+4
* Fix info message param for different disallowed param casesAKalinich-Luxoft2018-01-264-3/+38
* Add new PermitResult values for PROPRIETARY flowAKalinich-Luxoft2018-01-263-3/+53
* Add new PermitResult values for EXTERNAL_PROPRIETARY flowAKalinich-Luxoft2018-01-263-7/+14
* Add OnWayPointChange rpc to the WayPoints policy groupIra Lytvynenko2018-01-261-0/+5
* Fix affected unit tests and add new unit tests after updatesAKalinich-Luxoft2018-01-265-13/+123
* Update UnsubscribeWayPoints RPC according to proposalAKalinich-Luxoft2018-01-261-3/+20
* Update SubscribeWayPoints RPC according to proposalAKalinich-Luxoft2018-01-261-3/+13
* Update OnWayPointChange RPC logic according to proposalAKalinich-Luxoft2018-01-261-0/+9
* Update GetWayPoints RPC logic according to proposalAKalinich-Luxoft2018-01-262-5/+52
* Add function for sending OnWayPointChange notificationAKalinich-Luxoft2018-01-262-0/+38
* Add smart object check syntax functions to Command classAKalinich-Luxoft2018-01-264-27/+133
* Add waypoint smart object property to AMAKalinich-Luxoft2018-01-263-0/+48
* Merge pull request #1927 from smartdevicelink/feature/IAP_over_BTJackLivio2018-01-25129-1055/+5850
|\
| * Fix difference in device hash generationfeature/IAP_over_BTAndriy Byzhynar2018-01-221-2/+5
| * Remove redundant functionalityAndriy Byzhynar2018-01-223-6/+18
| * Add TODO comment in correct formatAndriy Byzhynar2018-01-191-2/+2
| * Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-1824-159/+122
| * Extract common code to separate functionAndriy Byzhynar2018-01-181-56/+19
| * Replace pragma with header guardsAndriy Byzhynar2018-01-1819-306/+85
| * Fix issues after rebaseAndriy Byzhynar2018-01-186-8/+9
| * Fix UT for activate_app_requestAndriy Byzhynar2018-01-181-1/+11
| * Add wrappers for deprecated methodsAndriy Byzhynar2018-01-1812-90/+52
| * Fixes thread races in transport manager unit testsAndrey Oleynik (GitHub)2018-01-181-5/+1
| * Revert "Changes return codes for application id replacement"Andrey Oleynik (GitHub)2018-01-181-4/+4
| * Adds error handlingAndrey Oleynik (GitHub)2018-01-181-3/+6
| * Changes return codes for application id replacementAndrey Oleynik (GitHub)2018-01-181-4/+4
| * Fixes potential build warnings with macroAndrey Oleynik (GitHub)2018-01-181-0/+2
| * Fixes thread stopping in case no one connected to the pipeAndrey Oleynik (GitHub)2018-01-181-2/+11
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-185-31/+25
| * Adds comments, replaces pointer with reference and other minor changesAndrey Oleynik (GitHub)2018-01-182-12/+23
| * Changes implementation of iAP2 transport adapter emulationAndrey Oleynik (GitHub)2018-01-185-3/+165
| * Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-1810-30/+43
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-1829-172/+187
| * Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-1815-141/+322
| * Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-1837-106/+501
| * Fixes multiconnection from the same adapter typeAndrey Oleynik (GitHub)2018-01-182-9/+18
| * Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-186-55/+221
| * Adds iAP2 BT/USB connection emulation over TCP transportAndrey Oleynik (GitHub)2018-01-186-2/+215
| * Fixes deletion of commands and submenus on failed resumeAndrey Oleynik (GitHub)2018-01-181-3/+3
| * Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-1815-30/+139
| * Fixes coding style issuesAndrey Oleynik (GitHub)2018-01-181-1/+1
| * Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2018-01-181-1/+7
| * Fixes sending 'transport_switch' signal back to adapter/deviceAndrey Oleynik (GitHub)2018-01-182-6/+8