summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "#463 Remove unrelated test case"bugfix/issue_463Tuan Nguyen2017-07-281-1/+57
* #463 Remove unrelated test caseTuan Nguyen2017-07-271-57/+1
* Merge branch 'bugfix/issue_463' into develop_local and resolve conflicts.Tuan Nguyen2017-07-273-11/+56
|\
| * Revert "#463 Fix failing unit tests, get inputStream locally"Tuan Nguyen2017-05-263-8/+22
| * #463 Fix failing unit tests, get inputStream locallyTuan Nguyen2017-05-253-22/+8
| * #463 Check Looper’s availability and init if neededTuan Nguyen2017-05-241-1/+3
| * #463 Remove source code changes and only use reflection for unit testNguyen, Tuan (T.N.)2017-05-244-66/+29
| * #463 User reflection in unit test to minimize source code changeNguyen, Tuan (T.N.)2017-05-242-22/+22
| * #463 Add unit testNguyen, Tuan (T.N.)2017-05-244-5/+108
| * #463 Do not access bundle if bytes array is nullNguyen, Tuan (T.N.)2017-05-241-2/+2
| * #463, fix a potential NPE, move packet.length inside null check.Nguyen, Tuan (T.N.)2017-05-241-1/+1
* | Merge pull request #571 from smartdevicelink/bugfix/issue_569Joey Grover2017-07-272-1/+41
|\ \
| * | #569 Add test case.bugfix/issue_569Tuan Nguyen2017-07-261-1/+36
| * | #569 Let app trust its own router serviceTuan Nguyen2017-07-261-0/+5
|/ /
* | Merge pull request #565 from smartdevicelink/bugfix/touchtype_test_failJoey Grover2017-07-261-6/+11
|\ \
| * | Updating TouchTypeTests to not be failingbugfix/touchtype_test_failJoey Grover2017-07-251-6/+11
|/ /
* | Merge pull request #532 from smartdevicelink/bugfix/readmeJoey Grover2017-07-251-1/+3
|\ \
| * | update readmebugfix/readmeBrettyWhite2017-05-311-1/+3
* | | Merge pull request #477 from smartdevicelink/feature/issue_458Joey Grover2017-07-251-1/+5
|\ \ \
| * | | Adding enum value for Cancellation Gesturefeature/issue_458Austin Kirk2017-05-021-1/+5
* | | | Merge pull request #557 from smartdevicelink/bugfix/add_filename_noteJoey Grover2017-07-252-2/+2
|\ \ \ \
| * | | | added documentation notebugfix/add_filename_noteBrettyWhite2017-07-142-2/+2
* | | | | Merge pull request #563 from smartdevicelink/feature/sdl_0076_additional_lang...Joey Grover2017-07-252-1/+130
|\ \ \ \ \
| * | | | | adding languagesfeature/sdl_0076_additional_languagesBrettyWhite2017-07-242-1/+130
| |/ / / /
* | | | | Merge pull request #538 from smartdevicelink/feature/issue_514Joey Grover2017-07-252-1/+19
|\ \ \ \ \
| * | | | | 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 #457 from smartdevicelink/feature/mobile_projectionJoey Grover2017-07-242-2/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | adding HMI type projectionsfeature/mobile_projectionBrettyWhite2017-07-202-2/+10
|/ / / / /
* | | | | Merge pull request #546 from smartdevicelink/bugfix/issue_540Austin Kirk2017-06-221-1/+0
|\ \ \ \ \
| * | | | | Removed android:debuggable=“true” from Manifestbugfix/issue_540Mat Wszedybyl2017-06-211-1/+0
|/ / / / /
* | | | | Merge pull request #537 from smartdevicelink/bugfix/issue_427Joey Grover2017-06-161-0/+10
|\ \ \ \ \
| * | | | | Clear static instance on ERROR statebugfix/issue_427Austin Kirk2017-06-071-0/+10
| |/ / / /
* | | | | Merge pull request #536 from smartdevicelink/feature/issue_513Joey Grover2017-06-08146-6546/+3541
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adding more tests cases and ensuring return null on Exception in RPCStructfeature/issue_513Austin Kirk2017-06-083-0/+22
| * | | | Fixing getLong in RPCStruct and adding unit tests for RPCMessage and RPCStructAustin Kirk2017-06-083-2/+301
| * | | | Adding missing import statement for ArrayListAustin Kirk2017-06-071-7/+8
| * | | | Adding Missing Unit Tests for RPCsAustin Kirk2017-06-0724-3/+1559
| * | | | Fix to method names to prevent API breakAustin Kirk2017-06-061-2/+2
| * | | | Rename getter/setters to avoid breaking APi changeAustin Kirk2017-06-0673-414/+414
| * | | | Refactoring with new Getters and Setters in RPCMessage and RPCStructAustin Kirk2017-06-06121-4838/+1454
| * | | | Add Generalized Methods and Refactor Setters in RPCsAustin Kirk2017-06-0672-2142/+643
|/ / / /
* | | | 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
|\ \ \ \ | |_|_|/ |/| | |