summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating the SystemCapabilityTypeTests for including additional parameters ad...feature/issue_559Anil Dahiya2017-09-271-0/+36
* Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-2725-1541/+3871
|\
| * Merge pull request #610 from smartdevicelink/bugfix/issue_587Joey Grover2017-09-261-2/+4
| |\
| | * fixed whitespace formattingbugfix/issue_587Brett W2017-09-191-1/+1
| | * avoid extra calls of defineLocalSdlRouterClassBrett W2017-09-191-1/+3
| * | 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 branch 'develop' into feature/issue_566Brett W2017-09-0610-122/+367
| | |\ \ \ \
| | * | | | | deprecating old capability methodsBrett W2017-09-061-804/+829
| | * | | | | one more spacing fixBrett W2017-09-061-1/+1
| | * | | | | fixed spacingBrett W2017-09-061-12/+12
| | * | | | | lots of enum documentationBrett W2017-09-061-1/+148
| | * | | | | Fix unit test for updated method nameAustin Kirk2017-08-171-9/+9
| | * | | | | Refactor SystemCapabilityManager, fix unit test, move initialization of SdlPr...Austin Kirk2017-08-173-58/+53
| | * | | | | Add unit tests, added Video Streaming key to SystemCapability classAustin Kirk2017-08-145-11/+202
| | * | | | | Adding SystemCapabilityManager, Listener class, and editing SdlProxyBaseAustin Kirk2017-08-144-3/+155
* | | | | | | Updating documentation for newly addded params for rc-rpcs.Anil Dahiya2017-09-226-4/+34
* | | | | | | Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-2241-190/+1698
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| |\ \ \ \ \