summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix missing/wrong result codes mappingfeature/send_locationAKalinich-Luxoft2018-01-263-14/+24
* Revert fix for HMI response resultCodes validationAKalinich-Luxoft2018-01-261-13/+0
* SendLocation rebase fixAKalinich-Luxoft2018-01-261-20/+20
* Add missing fields to hmi_capabilities.jsonIra Lytvynenko2018-01-261-0/+24
* Fix difference between HMI_API & MOBILE_API in enum TextFieldNameIra Lytvynenko2018-01-267-22/+13
* Add missed function descriptionAndriy Byzhynar2018-01-261-0/+5
* Remove sending of empty info string to mobileAndriy Byzhynar2018-01-261-6/+2
* Add function to convert SmartObject to stringAndriy Byzhynar2018-01-264-0/+21
* Fix core crash in case when HMI sends response with the result of an integer ...Ira Lytvynenko2018-01-261-0/+16
* Fix UTs and fix core crash in DeleteFile and PutFile in case when application...Ira Lytvynenko2018-01-266-23/+9
* Fix response generation for DeleteFile & PutFile RPCsAndriy Byzhynar2018-01-263-11/+41
* Fixed info string generation in case of specific parameterAndriy Byzhynar2018-01-264-23/+72
* Fix all affected UTs related to notifications sendingAKalinich-Luxoft2018-01-2611-16/+86
* 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-265-15/+46
* 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
* Fix UTIra Lytvynenko2018-01-261-0/+5
* Fix transferring SendLocation request to HMI in case sendLocationEnabled:falseIra Lytvynenko2018-01-261-0/+22
* Fix affected unit testsAKalinich-Luxoft2018-01-261-0/+4
* Fix result code convertion for SendLocation RPCAKalinich-Luxoft2018-01-261-1/+1
* Fix SendLocation response for not applicable resultCodes from HMIAKalinich-Luxoft2018-01-261-0/+13
* Fix UTIra Lytvynenko2018-01-261-10/+31
* Fix SendLocation implementation according to proposalIra Lytvynenko2018-01-267-55/+211
* 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