summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert changes to sendOnSystemRequestToUrlbugfix/issue_615_warningsJoey Grover2017-09-261-12/+12
* Final cleanupJoey Grover2017-09-261-9/+7
* Replace if statement with switchJoey Grover2017-09-261-65/+76
* Print out pcm rejected paramsJoey Grover2017-09-261-2/+16
* Fix redundant code to actual perform checkJoey Grover2017-09-261-1/+3
* Remove unusued method params, suporess Convert2Diamond, make final varsJoey Grover2017-09-261-38/+33
* Simplify if statementsJoey Grover2017-09-261-26/+13
* Remove catch statements that immediatly throw exceptionsJoey Grover2017-09-261-4/+0
* Supress a few more warningsJoey Grover2017-09-261-1/+3
* Remove empty conditionals or suppressJoey Grover2017-09-261-29/+13
* Suppress warnings that are acceptable for public facing methodsJoey Grover2017-09-261-93/+210
* Remove redundant toString calls and local variablesJoey Grover2017-09-261-11/+8
* Simplify if statements and remove unnecessary null assignmentsJoey Grover2017-09-251-42/+9
* Add final modifiers to snych objectsJoey Grover2017-09-251-2/+2
* Remove more redundant castingJoey Grover2017-09-251-3/+3
* Fix all javadoc warnings in SdlProxyBaseJoey Grover2017-09-251-156/+154
* Change log tag to conform to 23 character maxJoey Grover2017-09-251-32/+32
* Removed unused importsJoey Grover2017-09-251-3/+0
* Remove redundant class casting in SdlProxyBaseJoey Grover2017-09-251-94/+94
* Merge branch 'feature/issue_515_rtp_packetizer' of https://github.com/shoaman...Joey Grover2017-09-2517-66/+1564
|\
| * Implement RAW/RTP protocol switchingSho Amano2017-09-012-27/+189
| * Pass rejected params up to SdlProxyBaseSho Amano2017-09-0110-22/+39
| * Keep video streaming capability in SdlProxyBaseSho Amano2017-09-011-0/+8
| * Add video streaming capability in SystemCapabilitySho Amano2017-09-011-0/+5
| * fix: accept PTS=0 in allocateRTPFrame()Sho Amano2017-09-011-1/+1
| * Replace assert statements with RuntimeExceptionSho Amano2017-09-011-6/+15
| * Remove setMTU() public method from RTPH264PacketizerSho Amano2017-09-012-14/+25
| * fix: retrieve agreed MTU value from WiProProtocolSho Amano2017-09-013-0/+10
| * Rename: nalu to nalUnitSho Amano2017-08-292-111/+111
| * Replace IEncoderListener.format with existing enumsSho Amano2017-08-294-25/+36
| * Merge branch 'develop' into feature/issue_515_rtp_packetizerSho Amano2017-08-297-7/+307
| |\
| * | Update MAX_DATA_SIZE_FOR_ENCRYPTED_SERVICE valueSho Amano2017-08-231-2/+8
| * | Add RTPH264PacketizerSho Amano2017-08-233-2/+1187
| * | Add IEncoderListener interfaceSho Amano2017-08-232-2/+83
* | | Merge pull request #588 from smartdevicelink/feature/issue_566Joey Grover2017-09-259-899/+1670
|\ \ \
| * | | Update convertToList method to take in class and properly convert to list, no...feature/issue_566Joey Grover2017-09-223-12/+27
| * | | Remove references to deleted capability vars in SdlProxyALMJoey Grover2017-09-221-17/+21
| * | | Cleaning up SdlProxyBase with SCM integrationJoey Grover2017-09-222-33/+45
| * | | Adding VR capabilities to SCMJoey Grover2017-09-221-1/+31
| * | | Set sample RAI in tests to have sucess set to trueJoey Grover2017-09-211-0/+1
| * | | Move SCM initialization to proper location in ProxyBase to avoid null pointer...Joey Grover2017-09-211-12/+14
| * | | Add more null checks to SCMJoey Grover2017-09-211-9/+14
| * | | Add null check for listnener in SCM and added callback to correct methodJoey Grover2017-09-211-2/+8
| * | | Add new static method to SCM that converts Object into List<?> and test for m...Joey Grover2017-09-212-2/+34
| * | | Add more documentation to SystemCapabilityType enumsJoey Grover2017-09-211-32/+214
| * | | fixed testBrett W2017-09-201-6/+4
| * | | Merge branch 'develop' into feature/issue_566Brett W2017-09-2030-62/+1289
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #611 from smartdevicelink/feature/auto_set_correlation_idsJoey Grover2017-09-204-41/+94
|\ \ \ \
| * | | | Added test for RPCRequestsJoey Grover2017-09-201-0/+48
| * | | | editing unit tests for auto setting correlation IDfeature/auto_set_correlation_idsBrett W2017-09-192-41/+41