summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | setting class var for testbugfix/utest_RSVTestCaseBrettyWhite2017-05-041-16/+13
| * | | | fixed case where var was not clearingBrettyWhite2017-05-041-5/+5
| * | | | updated router service listBrettyWhite2017-05-041-1/+1
| |/ / /
* | | | Merge pull request #482 from smartdevicelink/bugfix/utest_lockScreenManagerTestJoey Grover2017-05-051-5/+9
|\ \ \ \
| * | | | fixed lockscreenmanager NPEbugfix/utest_lockScreenManagerTestBrettyWhite2017-05-041-5/+9
| |/ / /
* | | | Merge pull request #484 from smartdevicelink/bugfix/utest_displayTypeTestsJoey Grover2017-05-051-16/+20
|\ \ \ \
| * | | | added new enum to list, passing nowbugfix/utest_displayTypeTestsBrettyWhite2017-05-041-16/+20
| |/ / /
* | | | Merge pull request #498 from smartdevicelink/bugfix/utest_RegisteredAppTestsJoey Grover2017-05-041-28/+23
|\ \ \ \
| * | | | keeping it stylishBrettyWhite2017-05-041-4/+2
| * | | | not calling main thread anymorebugfix/utest_RegisteredAppTestsBrettyWhite2017-05-041-28/+25
| |/ / /
* | | | Merge pull request #481 from smartdevicelink/bugfix/utest_testForceConnectEventJoey Grover2017-05-041-4/+2
|\ \ \ \
| * | | | fixed sdlconnection testsbugfix/utest_testForceConnectEventBrettyWhite2017-05-041-4/+2
| |/ / /
* | | | Merge pull request #483 from smartdevicelink/bugfix/unit_test_jsonJoey Grover2017-05-049-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Removing trailing commas in .json examplesbugfix/unit_test_jsonAustin Kirk2017-05-049-9/+9
|/ / /
* | | Merge pull request #475 from smartdevicelink/feature/gradle_distrJoey Grover2017-05-043-0/+92
|\ \ \ | |/ / |/| |
| * | Separate .properties file for configurable detaiisfeature/gradle_distrAustin Kirk2017-05-022-8/+19
| * | Working gradle script that deploys to BintrayAustin Kirk2017-04-272-0/+81
| |/
* | Merge pull request #479 from smartdevicelink/feature/fix_travisJoey Grover2017-05-041-0/+10
|\ \
| * | Removing unnecessary linefeature/fix_travisAustin Kirk2017-05-031-1/+0
| * | Adding Android Support Repos and extra -tools lineAustin Kirk2017-05-031-1/+4
| * | Add Support ComponentAustin Kirk2017-05-031-0/+3
| * | Add licensesAustin Kirk2017-05-031-0/+5
* | | Merge pull request #478 from smartdevicelink/bugfix/issue_332Joey Grover2017-05-031-1/+1
|\ \ \ | |/ / |/| |
| * | Add catch for ArrayIndexOutOfBoundsExceptionAustin Kirk2017-05-031-1/+1
|/ /
* | Merge pull request #476 from smartdevicelink/feature/issue_468Joey Grover2017-05-022-2/+36
|\ \ | |/ |/|
| * fixed patchVersion String attempt 2Mat Wszedybyl2017-05-021-2/+2
| * fixed tab on patchVersion StringMat Wszedybyl2017-05-021-1/+1
| * added tests for patch versionMat Wszedybyl2017-05-021-2/+7
| * Added patch version to SdlMsgVersion.javaMat Wszedybyl2017-05-021-0/+29
|/
* Merge pull request #455 from smartdevicelink/release/4.3.0_rc1Joey Grover2017-04-241-10/+31
|\