summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing some logic on sending packets over primaryTransportfeature/mt_multiplexingAustin Kirk2018-05-041-4/+7
* Stop stream when secondary transport is disconnectedAustin Kirk2018-05-033-9/+26
* Merge branch 'feature/aoa_multiplexing_p2' of https://github.com/smartdevicel...Austin Kirk2018-05-025-0/+160
|\
| * Add copywrites to filesfeature/aoa_multiplexing_p2Joey Grover2018-04-105-0/+160
* | Fixing case where router service is already running and BT is toggled onAustin Kirk2018-04-262-1/+7
* | Cleaned up some logic between TransportBroker and RouterServiceAustin Kirk2018-04-254-67/+92
* | Router service should stay open if a transport is still connectedAustin Kirk2018-04-241-18/+26
* | Add null checkAustin Kirk2018-04-241-2/+2
* | Handles disconnect correctly, now uses SdlProxyBase to shut down if primary i...Austin Kirk2018-04-244-19/+22
* | Adding null checks for empty secondary transportAustin Kirk2018-04-243-9/+21
* | Minor tweaksAustin Kirk2018-04-203-9/+19
* | Add back line that sets connected=true in MultiplexTransportAustin Kirk2018-04-191-1/+4
* | Establishes notification of secondary transport enabled to proxyAustin Kirk2018-04-1914-131/+210
* | Starting commit w/ logic to communicate primary/secondary transportsAustin Kirk2018-04-166-37/+177
|/
* A little refactoring in router service for holding both transportsJoey Grover2018-04-051-46/+48
* Last changes to make it workJoey Grover2018-04-053-15/+111
* Finish missing pieces, refactor some transport logicJoey Grover2018-04-056-44/+108
* Init commit for usb routingJoey Grover2018-04-055-35/+533
* Change build toolsJoey Grover2018-03-291-1/+1
* Update to build.gradle for 4.5.0 release4.5.0Joey Grover2018-03-291-2/+2
* Merge pull request #725 from smartdevicelink/bugfix/preO_BR_behaviorrelease/4.5.0-rc2Joey Grover2018-03-281-34/+17
|\
| * Remove pre-O behavior for starting up RS andd default to single logic blockJoey Grover2018-03-281-34/+17
|/
* Added a note to copyright header that file has been modifiedJoey Grover2018-03-281-0/+3
* Update CHANGELOG for 4.5.0Joey Grover2018-03-281-42/+21
* Merge pull request #723 from smartdevicelink/bugfix/handler_post_failJoey Grover2018-03-281-1/+2
|\
| * Put timeoutHandler for ServiceFinder on MainLooper so it doesn’t failbugfix/handler_post_failJoey Grover2018-03-271-1/+2
|/
* Merge pull request #720 from smartdevicelink/bugfix/speechCapabilitiesJoey Grover2018-03-231-2/+12
|\
| * added list check to speechcapabilitiesBretty White2018-03-231-2/+12
|/
* Update gradle version name4.5.0-RC2Joey Grover2018-03-221-1/+1
* Merge pull request #718 from smartdevicelink/feature/routerServiceRecoveryrelease/4.5.0-rc1Joey Grover2018-03-221-0/+1
|\
| * Add queryForConnectedService call if TransportBroker can’t bind to RSJoey Grover2018-03-221-0/+1
|/
* Merge pull request #717 from smartdevicelink/feature/btConnectionCheckJoey Grover2018-03-221-14/+20
|\
| * remove unused imports and add bt connection checkBretty White2018-03-221-14/+20
|/
* Merge pull request #707 from smartdevicelink/bugfix/issue_706Joey Grover2018-03-141-8/+18
|\
| * Fix 708bugfix/issue_706Joey Grover2018-03-131-6/+16
| * Fix #706Joey Grover2018-03-131-2/+2
|/
* Update version code4.5.0-RC1Joey Grover2018-03-121-2/+2
* Merge pull request #704 from smartdevicelink/feature/issue_703Joey Grover2018-03-123-1/+6
|\
| * #703 Init version from Version.java so other places are logging correctly.Tuan Nguyen2018-03-122-2/+4
| * #703 Logging library versionTuan Nguyen2018-03-122-0/+3
* | Merge pull request #702 from thomasheike/bugfix/issue_480Joey Grover2018-03-121-7/+11
|\ \
| * | #480 fixed deadlock when exception is thrown in BTTransport.disconnectThomas Heike2018-03-121-7/+11
* | | Merge pull request #701 from smartdevicelink/feature/usb_improvementsJoey Grover2018-03-127-39/+68
|\ \ \
| * | | Add call to send implicit broadcast alongside explicitJoey Grover2018-03-121-2/+5
| * | | Fix missing explicit intent in SdlBroadcastReceiverfeature/usb_improvementsJoey Grover2018-03-091-1/+1
| * | | Update RSV to use explicit broadcastJoey Grover2018-03-091-1/+2
| * | | Move explicit broadcast method to AndroidTools for less redundant codeJoey Grover2018-03-093-42/+42
| * | | Make USB attatchement intent explicitJoey Grover2018-03-091-1/+15
| * | | Prevent proxy cycle from happening when USB is disconnectedJoey Grover2018-03-091-3/+7
| * | | Correct direct call to handleTransportErrorJoey Grover2018-03-091-2/+2