summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add second batch or RPC constructorsfeature/issue_154_part1Bilal2018-05-2323-58/+334
* Add NonNull annotation to the mandatory paramsBilal2018-05-2339-133/+228
* Add first batch of RPC constructorsBilal2018-05-2235-7/+398
* Merge pull request #722 from smartdevicelink/bugfix/tcp_transport_disconnectAustin Kirk2018-05-221-2/+6
|\
| * Catch NetworkOnMainThreadException when writing to TCPbugfix/tcp_transport_disconnectAustin Kirk2018-03-261-2/+6
* | Merge pull request #754 from smartdevicelink/bugfix/issue_753Joey Grover2018-05-091-1/+1
|\ \
| * | Fix #753Joey Grover2018-05-091-1/+1
|/ /
* | Merge pull request #746 from smartdevicelink/feature/issue_745Joey Grover2018-05-011-136/+155
|\ \
| * | SdlProxyBuilder cleanupfeature/issue_745Bilal2018-04-261-136/+155
|/ /
* | Merge pull request #743 from smartdevicelink/bugfix/issue_742Joey Grover2018-04-261-0/+4
|\ \
| * | Pinging all running BT services on wake upbugfix/issue_742Austin Kirk2018-04-261-0/+4
|/ /
* | update gradle and travis (#732) Fixes #726Bilal Alsharifi2018-04-114-17/+18
* | 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
| * | | Add accessory filter to resourcesJoey Grover2018-03-091-0/+7
|/ / /
* | | Merge pull request #700 from smartdevicelink/bugfix/issue_687Joey Grover2018-03-092-21/+41
|\ \ \
| * | | Surround explicit broadcast with try/catchJoey Grover2018-03-091-2/+6
| * | | Update javadocs and minor refactorJoey Grover2018-03-091-8/+11
| * | | update method to be more genericBretty White2018-03-091-14/+15
| * | | removed unneeeded checkbugfix/issue_687Bretty White2018-03-091-1/+1