summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix the packet streaming classes to use the current MTU"revert-430-bugfix/issue_418Joey Grover2017-03-076-30/+5
* Merge pull request #430 from smartdevicelink/bugfix/issue_418Joey Grover2017-03-076-5/+30
|\
| * Refactor all streaming classes to use sessions MTU rather than arbitrary values.bugfix/issue_418Joey Grover2017-02-163-8/+11
| * StreamPacketizer will now use MTU if not encrypted sessionJoey Grover2017-02-162-1/+14
| * Add getMtu to AbstractProtocol for ease of accessJoey Grover2017-02-161-0/+1
| * Add getter for MTU from WiProProtcolJoey Grover2017-02-161-0/+8
* | Merge pull request #432 from smartdevicelink/bugfix/issue_431Joey Grover2017-03-071-1/+1
|\ \
| * \ Merge branch 'bugfix/issue_431' of https://github.com/smartdevicelink/sdl_and...bugfix/issue_431Austin Kirk2017-02-210-0/+0
| |\ \
| | * | Don’t need to notify proxy was closedAustin Kirk2017-02-211-3/+0
| | |/
| * | Don’t close the proxy when cycling on Multiplex TransportAustin Kirk2017-02-211-1/+1
| |/
* | Merge pull request #421 from smartdevicelink/bugfix/issue_420Joey Grover2017-02-232-5/+11
|\ \
| * | Made changes in usb transport for issue 420bugfix/issue_420Markos2017-02-102-5/+11
* | | Update CONTRIBUTING.mdtheresalech2017-02-231-1/+1
* | | Merge pull request #412 from smartdevicelink/bugfix/issue_393Joey Grover2017-02-213-6/+182
|\ \ \ | |_|/ |/| |
| * | Rescoped if statement to check for valid nameAustin Kirk2017-02-211-4/+2
| * | Adding unit testsbugfix/issue_393Joey Grover2017-02-202-0/+174
| * | Single try/catchAustin Kirk2017-02-171-6/+2
| * | Added try/catches when building LocalRouterService from parcelAustin Kirk2017-01-311-2/+10
* | | Merge pull request #410 from smartdevicelink/bugfix/issue_391Joey Grover2017-02-161-1/+6
|\ \ \
| * | | Silently returningbugfix/issue_391Austin Kirk2017-02-081-2/+2
| * | | FormattingAustin Kirk2017-01-311-6/+6
| * | | Try/Catch for SecurityException when starting localRouterServiceAustin Kirk2017-01-301-1/+6
| |/ /
* | | Merge pull request #406 from smartdevicelink/bugfix/issue_381Joey Grover2017-02-161-2/+10
|\ \ \
| * | | For-each instead of Iteratorbugfix/issue_381Austin Kirk2017-02-091-3/+1
| * | | Added try/catch before using an Iterator to go through running servicesAustin Kirk2017-02-091-3/+10
| * | | Replace range based for loop with index-basedAustin Kirk2017-01-261-2/+5
| |/ /
* | | Merge pull request #405 from smartdevicelink/bugfix/issue_376Joey Grover2017-02-151-9/+36
|\ \ \
| * | | Formattingbugfix/issue_376Austin Kirk2017-02-091-1/+2
| * | | Check if we want to stop Service before body of onStartAustin Kirk2017-02-081-1/+5
| * | | Revert compile version and add better checking method for lower version of SDKJoey Grover2017-02-072-18/+15
| * | | Clean up onCreate by adding initCheck methodAustin Kirk2017-02-072-14/+32
| * | | Check for BT PermissionAustin Kirk2017-01-251-0/+7
| |/ /
* | | Merge pull request #404 from smartdevicelink/bugfix/issue_387Joey Grover2017-02-131-7/+14
|\ \ \ | |_|/ |/| |
| * | Seperate catch for NPEbugfix/issue_387Austin Kirk2017-02-091-10/+17
| * | Add condition in catch clauseAustin Kirk2017-01-251-3/+3
| * | Catch NPE for routerServiceMessengerAustin Kirk2017-01-251-1/+1
| |/
* | Merge pull request #409 from smartdevicelink/bugfix/issue_392Joey Grover2017-02-091-4/+22
|\ \
| * | Creating pingRouterService methodbugfix/issue_392Austin Kirk2017-02-081-9/+22
| * | Silently returningAustin Kirk2017-02-081-5/+5
| * | FormattingAustin Kirk2017-01-311-5/+5
| * | Catch SecurityException and kill our processAustin Kirk2017-01-301-1/+6
| |/
* | Merge pull request #403 from smartdevicelink/bugfix/issue_386Joey Grover2017-02-091-2/+6
|\ \
| * | Adding brackets for IFbugfix/issue_386Austin Kirk2017-02-081-2/+4
| * | Checking that rpcListeners are not null before clearing themAustin Kirk2017-01-241-2/+4
| |/
* | Merge pull request #402 from smartdevicelink/bugfix/issue_385Joey Grover2017-02-091-1/+1
|\ \
| * | Added 'synchronized' keyword to lock threadLooper objectbugfix/issue_385Austin Kirk2017-01-241-1/+1
| |/
* | Merge pull request #411 from smartdevicelink/bugfix/issue_378Joey Grover2017-02-081-3/+7
|\ \
| * | Removed extra log statementJoey Grover2017-02-081-1/+0
| * | Surround body of bluetoothAvailable() with try/catchbugfix/issue_378Austin Kirk2017-01-311-3/+8
| |/
* | Merge pull request #413 from smartdevicelink/bugfix/issue_390Joey Grover2017-02-081-0/+3
|\ \