summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding a space for consistent formattingfeature/issue_514Austin Kirk2017-06-071-2/+2
* Adding two Language Enums and corresponding test languageAustin Kirk2017-06-072-1/+19
* Merge pull request #530 from smartdevicelink/bugfix/issue_529Joey Grover2017-06-013-22/+8
|\
| * #463 Fix failing unit tests, get inputStream locallybugfix/issue_529Tuan Nguyen2017-05-263-22/+8
* | Merge pull request #519 from smartdevicelink/bugfix/issue_466Joey Grover2017-06-012-1/+449
|\ \
| * | #466 Handle inadvertent BT exception when testing with emulator.bugfix/issue_466Tuan Nguyen2017-05-311-7/+11
| * | #466 Appropriately fail test case when catching expected exception.Tuan Nguyen2017-05-301-0/+13
| * | #466 Add test caseNguyen, Tuan (T.N.)2017-05-241-0/+431
| * | #466 If telephoneManager is not null, use it; do not try to access it againNguyen, Tuan (T.N.)2017-05-241-1/+1
| |/
* | Merge pull request #527 from smartdevicelink/feature/github_templatesJoey Grover2017-06-013-0/+56
|\ \
| * | added CLA checkboxfeature/github_templatesBrettyWhite2017-05-311-0/+3
| * | removed contributing from root, added to .githubBrettyWhite2017-05-262-31/+7
| * | Update contributing.mdBrett2017-05-251-4/+0
| * | added github templatesBrettyWhite2017-05-253-0/+81
| |/
* | Merge pull request #522 from smartdevicelink/bugfix/issue_462Joey Grover2017-05-312-4/+8
|\ \
| * | #462 Consolidated all intent action “sdl.router.startservice” to Transpor...bugfix/issue_462Nguyen, Tuan (T.N.)2017-05-242-4/+8
| |/
* | Merge pull request #521 from smartdevicelink/bugfix/issue_464Joey Grover2017-05-312-14/+101
|\ \
| * | Fix formatting in SdlRouterServiceJoey Grover2017-05-311-12/+12
| * | #464 Perform null check before init Looperbugfix/issue_464Tuan Nguyen2017-05-241-1/+3
| * | #464 Add test caseNguyen, Tuan (T.N.)2017-05-241-0/+85
| * | #464 Access bundle inside null checkNguyen, Tuan (T.N.)2017-05-241-10/+10
| |/
* | Merge pull request #520 from smartdevicelink/bugfix/issue_465Joey Grover2017-05-312-3/+12
|\ \
| * | #465 Add test casebugfix/issue_465Nguyen, Tuan (T.N.)2017-05-241-3/+11
| * | #465 Throw an IllegalArgumentException when receiving a null MultiplexTranpor...Nguyen, Tuan (T.N.)2017-05-241-0/+1
| |/
* | Merge pull request #526 from smartdevicelink/feature/add_travis_codecov_badgesJoey Grover2017-05-313-1/+16
|\ \ | |/ |/|
| * added bintray download iconfeature/add_travis_codecov_badgesBrettyWhite2017-05-251-0/+1
| * add codecov badge after confirming successBrettyWhite2017-05-251-0/+1
| * added jacocoBrettyWhite2017-05-251-1/+7
| * add travis badge / codecov scriptBrettyWhite2017-05-252-0/+7
|/
* Merge pull request #517 from smartdevicelink/bugfix/unit_emulator_testsJoey Grover2017-05-197-14/+51
|\
| * Fixing the failing unit tests in Emulatorbugfix/unit_emulator_testsAustin Kirk2017-05-197-14/+51
|/
* Merge pull request #474 from smartdevicelink/bugfix/issue_473Joey Grover2017-05-182-2/+10
|\
| * Updated BUFF_READ_SIZE and byte array allocation to match tls record sizing n...bugfix/issue_473Markos Rapitis2017-04-272-2/+10
* | Merge pull request #512 from smartdevicelink/bugfix/utest_fixRSVTestSynchJoey Grover2017-05-181-14/+69
|\ \
| * | Add Semaphore to lock/unlock when editing trusted listbugfix/utest_fixRSVTestSynchAustin Kirk2017-05-171-14/+69
|/ /
* | Merge pull request #492 from smartdevicelink/bugfix/utest_MimeJoey Grover2017-05-161-18/+53
|\ \
| * | Change private member name, create function for checking boundsAustin Kirk2017-05-161-62/+42
| * | Adding Javadocs and Checking for ArrayIndexOutOfBoundsAustin Kirk2017-05-161-13/+51
| * | Add null checks in Mime.java classAustin Kirk2017-05-041-26/+43
* | | Merge pull request #511 from smartdevicelink/bugfix/utest_SdlChoiceChosenTestsJoey Grover2017-05-161-3/+5
|\ \ \
| * | | Editing test to account for non-serializable SdlChoicebugfix/utest_SdlChoiceChosenTestsAustin Kirk2017-05-151-3/+5
* | | | Merge pull request #497 from smartdevicelink/bugfix/utest_SdlDataTypeConverte...Joey Grover2017-05-161-1/+1
|\ \ \ \
| * | | | removed unneeded testbugfix/utest_SdlDataTypeConverterTestsBrettyWhite2017-05-041-1/+1
* | | | | Adding null checks to BitConverter. Also included better java docs and tests. Austin Kirk2017-05-162-9/+35
* | | | | Fix MultiplexBluetoothTransport unit testsAustin Kirk2017-05-161-21/+27
* | | | | Fixed transport broker unit testsBrett2017-05-161-18/+33
* | | | | Fix potential npe in abstractPacketizerTestsBrett2017-05-162-22/+30
| |/ / / |/| | |
* | | | Merge pull request #488 from smartdevicelink/bugfix/utest_diagLevelTestsJoey Grover2017-05-052-13/+22
|\ \ \ \
| * | | | lots of null pointer checksbugfix/utest_diagLevelTestsBrettyWhite2017-05-042-13/+22
| |/ / /
* | | | Merge pull request #491 from smartdevicelink/bugfix/utest_RSVTestCaseJoey Grover2017-05-051-14/+11
|\ \ \ \