summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fix RC unit testfix/rc_unit_test_failureJacob Keeler2018-01-291-1/+0
| |/ / / / /
* | | | | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2018-01-262-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #1849 from smartdevicelink/hotfix/move_ini_protocol_version4.4.1reles4.4.1Jacob Keeler2017-11-081-2/+2
| |\ \ \ \ \
| | * | | | | Move MaxSupportedProtocolVersion to correct sectionhotfix/move_ini_protocol_versionJacob Keeler2017-11-081-2/+2
| |/ / / / /
| * | | | | Merge pull request #1844 from smartdevicelink/hotfix/rc_sends_activate_app_at...JackLivio2017-11-081-1/+0
| |\ \ \ \ \
| | * | | | | Activate app sent at wrong time for RC appshotfix/rc_sends_activate_app_at_wrong_timeJackLivio2017-11-031-1/+0
| |/ / / / /
* | | | | | 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
| * | | | | Reverts missing code after rebaseAndrey Oleynik (GitHub)2018-01-181-0/+11
| * | | | | Renames interfaces according to people desireAndrey Oleynik (GitHub)2018-01-185-34/+35
| * | | | | Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-185-7/+6
| * | | | | Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-1813-21/+21
| * | | | | Fixes deadlock on resume data saving during transport switchAndrey Oleynik (GitHub)2018-01-181-5/+7
| * | | | | Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-186-38/+22
| * | | | | Fixes build w/o unit tests enabledAndrey Oleynik (GitHub)2018-01-181-1/+9
| * | | | | Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2018-01-182-85/+109
| * | | | | Test coverage for postponing commands during switchingAndrey Oleynik (GitHub)2018-01-187-45/+569
| * | | | | Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-188-18/+281
| * | | | | Marks deprecated and unused interfaces in ApplicationManagerImplAndrey Oleynik (GitHub)2018-01-182-0/+11
| * | | | | Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-1814-349/+635
| * | | | | Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-1811-29/+796