summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes #621bugfix/issue_621Joey Grover2017-09-271-4/+11
* Fixes #615 : Clears warnings for SdlProxyBase (#617)Joey Grover2017-09-261-594/+659
* 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
| * | | | auto set correlation IDBrett W2017-09-191-0/+5
|/ / / /
* | | | Merge branch 'feature/sdl_0075_specific_HID_support' of https://github.com/sm...Joey Grover2017-09-0819-7/+688
|\ \ \ \
| * | | | Update JavaDoc for Haptic InterfaceJoey Grover2017-09-084-9/+168
| * | | | completed unit testsfeature/sdl_0075_specific_HID_supportBrett W2017-08-254-16/+83
| * | | | updated json to new specBrett W2017-08-251-7/+10
| * | | | fixing a few small issuesBrett W2017-08-253-7/+8
| * | | | working responseBrett W2017-08-241-18/+19
| * | | | fixing a bunch of stuff but still brokeBrett W2017-08-248-14/+47
| * | | | updated per new specBrett W2017-08-245-17/+94
| * | | | start of rename/refactorBrett W2017-08-245-44/+42
| * | | | remove test that doesnt work with floatsBrett W2017-08-231-25/+0
| * | | | Revert "changed floats to integers"Brett W2017-08-236-70/+48
| * | | | changed floats to integersBrett W2017-08-116-48/+70
| * | | | start of tests, not quite workingBrett W2017-08-094-3/+127
| * | | | start of RPC stuffBrett W2017-08-093-0/+59
| * | | | working spatial struct testBrett W2017-08-094-1/+91
| * | | | added spatial structBrett W2017-08-092-0/+81