summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated logic for null session check in handleInitResult.bugfix/issue_447Markos Rapitis2017-04-041-3/+4
* Added a null check on session prior to calling onSecurityInitialized.Markos Rapitis2017-04-041-1/+2
* Add jdk to travis.ymlmoved_to_android_studioJoey Grover2017-03-281-0/+1
* Remove tabJoey Grover2017-03-281-1/+1
* Updates to travis.yml for running emulator for testsJoey Grover2017-03-281-1/+22
* Add gradle option to not abort on Lint errorJoey Grover2017-03-281-0/+3
* Updated .travis.ymlJoey Grover2017-03-281-2/+2
* Correct minSdkVersionJoey Grover2017-03-281-1/+1
* Move unit test assets to correct json folderJoey Grover2017-03-2838-0/+0
* Add manifest for unit testsJoey Grover2017-03-281-0/+19
* Move unit test assets and remove old andorid test directoryJoey Grover2017-03-2845-81/+0
* Remove example testJoey Grover2017-03-281-26/+0
* Move Andorid TestsJoey Grover2017-03-28255-0/+0
* Remove old lib file structure artifacts.Joey Grover2017-03-282-23/+0
* Fix gradle fileJoey Grover2017-03-281-1/+4
* Move manifestJoey Grover2017-03-282-19/+4
* Move res filesJoey Grover2017-03-2810-0/+0
* Move source filesJoey Grover2017-03-28325-0/+0
* Correct gradle fileJoey Grover2017-03-281-5/+4
* Add Android studio project structureJoey Grover2017-03-2813-37/+407
* Merge branch 'bugfix/issue_437' of https://github.com/smartdevicelink/sdl_and...last_eclipse_commitJoey Grover2017-03-281-21/+17
|\
| * Add check for null during version checkingJoey Grover2017-03-231-1/+1
| * Clean up code around version checking start up.bugfix/issue_437Joey Grover2017-03-091-21/+17
* | Merge pull request #441 from smartdevicelink/bugfix/issue_414Joey Grover2017-03-234-43/+119
|\ \
| * | Fixes #414. Changed appid type from Long to String.bugfix/issue_414Joey Grover2017-03-134-43/+119
* | | Merge pull request #436 from smartdevicelink/feature/rsvp_default_securityJoey Grover2017-03-235-5/+221
|\ \ \
| * | | Handle calls to creating rs list when security is off and tests around itfeature/rsvp_default_securityJoey Grover2017-03-082-0/+14
| * | | Adding more unit tests for RSVJoey Grover2017-03-082-0/+116
| * | | Fix logic around list refresh times in RouterServiceValidatorJoey Grover2017-03-081-3/+3
| * | | Fix incorrect preference key being used for rsvp security level retrievalJoey Grover2017-03-081-1/+1
| * | | Remove wrong “this” from static variable referenceJoey Grover2017-02-171-1/+1
| * | | Implement list refresh rate and installed from check alterations based on sec...Joey Grover2017-02-173-6/+56
| * | | Add security level to MultipllexTransportConfigJoey Grover2017-02-171-0/+36
* | | | Merge branch 'hotfix/transport_performance' of git://github.com/jacobkeeler/s...Joey Grover2017-03-223-68/+86
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix performance issues with TCP, BT and MultiplexBT transportsJacob Keeler2017-01-233-71/+89
* | | | Merge pull request #408 from smartdevicelink/bugfix/issue_388Joey Grover2017-03-106-21/+463
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-03-1024-76/+701
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #397 from smartdevicelink/bugfix/issue_375Joey Grover2017-03-083-4/+114
|\ \ \ \
| * | | | Rplace try/catch, change to V2_HEADER_SIZEAustin Kirk2017-03-082-3/+3
| * | | | Updated Unit Tests for new Constantsbugfix/issue_375Austin Kirk2017-02-071-3/+4
| * | | | Fix max data length allowed, add header size constant for V1, V2-V4 packetsAustin Kirk2017-02-072-2/+5
| * | | | Updated Unit TestsAustin Kirk2017-02-021-44/+61
| * | | | Added Unit TestAustin Kirk2017-02-021-0/+79
| * | | | Made V1_V@_MTU_SIZE in WiProProtocol publicAustin Kirk2017-01-302-2/+3
| * | | | Checking for dataLength size < 1500 and protecting against future problems in...Austin Kirk2017-01-241-3/+8
| * | | | First FixAustin Kirk2017-01-231-1/+5
| | |/ / | |/| |
* | | | Merge pull request #407 from smartdevicelink/bugfix/issue_389Joey Grover2017-03-072-2/+168
|\ \ \ \
| * | | | Adding more unit tests for WiProProtocolJoey Grover2017-03-071-0/+63
| * | | | Removing a couple importsbugfix/issue_389Austin Kirk2017-02-091-2/+0
| * | | | Unit Test for overallocating due to bad bits in handleFirstDataFrameAustin Kirk2017-02-091-0/+99