summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \
| * | Catch NPE in case the Servers are downbugfix/issue_390Austin Kirk2017-01-311-0/+3
| |/
* | Merge pull request #401 from smartdevicelink/bugfix/issue_384Joey Grover2017-02-081-1/+1
|\ \
| * | Catching NPE on mmOutStreambugfix/issue_384Austin Kirk2017-01-241-1/+1
| |/
* | Merge pull request #416 from smartdevicelink/bugfix/issue_383Joey Grover2017-02-072-5/+17
|\ \
| * | Removed Logs and unneccessary test casebugfix/issue_383Austin Kirk2017-02-071-6/+4
| * | Added Unit Test for This CaseAustin Kirk2017-02-071-1/+15
| * | Fixing case where config.getService() returns nullAustin Kirk2017-01-241-4/+4
| |/
* | Merge pull request #399 from smartdevicelink/bugfix/issue_380Joey Grover2017-02-071-4/+4
|\ \
| * | Handling NULL mmInStreambugfix/issue_380Austin Kirk2017-01-241-4/+4
| |/
* | Merge pull request #398 from smartdevicelink/bugfix/issue_379Joey Grover2017-02-071-1/+3
|\ \
| * | Check for am == null casebugfix/issue_379Austin Kirk2017-01-241-1/+1
| * | First FixAustin Kirk2017-01-241-1/+3
| |/
* | Merge pull request #396 from smartdevicelink/bugfix/issue_373Joey Grover2017-02-032-12/+76
|\ \ | |/ |/|
| * Adding start of multiplexing BT transport testsJoey Grover2017-02-031-0/+72
| * Removed ‘listening’ variable completely, removed excess logging on IOEbugfix/issue_373Austin Kirk2017-01-301-10/+3