summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #621bugfix/issue_621Joey Grover2017-09-271-4/+11
|
* Fixes #615 : Clears warnings for SdlProxyBase (#617)Joey Grover2017-09-261-594/+659
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove redundant class casting in SdlProxyBase * Removed unused imports * Change log tag to conform to 23 character max * Fix all javadoc warnings in SdlProxyBase * Remove more redundant casting * Add final modifiers to snych objects * Simplify if statements and remove unnecessary null assignments * Remove redundant toString calls and local variables * Suppress warnings that are acceptable for public facing methods * Remove empty conditionals or suppress * Supress a few more warnings * Remove catch statements that immediatly throw exceptions * Simplify if statements * Remove unusued method params, suporess Convert2Diamond, make final vars * Fix redundant code to actual perform check * Print out pcm rejected params * Replace if statement with switch * Final cleanup * Revert changes to sendOnSystemRequestToUrl
* Merge branch 'feature/issue_515_rtp_packetizer' of ↵Joey Grover2017-09-2517-66/+1564
|\ | | | | | | | | | | | | | | https://github.com/shoamano83/sdl_android into develop # Conflicts: # sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java # sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/SystemCapability.java
| * Implement RAW/RTP protocol switchingSho Amano2017-09-012-27/+189
| | | | | | | | | | Currently, RTP is enabled only when video streaming is started with createOpenGLInputSurface().
| * Pass rejected params up to SdlProxyBaseSho Amano2017-09-0110-22/+39
| |
| * Keep video streaming capability in SdlProxyBaseSho Amano2017-09-011-0/+8
| | | | | | | | | | Note: GetSystemCapability request has to be issued by the app.
| * 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
| | | | | | | | Reflecting review comment.
| * Remove setMTU() public method from RTPH264PacketizerSho Amano2017-09-012-14/+25
| | | | | | | | Reflecting review comments.
| * fix: retrieve agreed MTU value from WiProProtocolSho Amano2017-09-013-0/+10
| | | | | | | | Reflecting code review comments.
| * Rename: nalu to nalUnitSho Amano2017-08-292-111/+111
| | | | | | | | Reflecting review comments.
| * Replace IEncoderListener.format with existing enumsSho Amano2017-08-294-25/+36
| | | | | | | | Reflecting review comments.
| * 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
| | | | | | | | | | | | to align with StreamPacketizer class.
| * | Add RTPH264PacketizerSho Amano2017-08-233-2/+1187
| | | | | | | | | | | | | | | This packetizer sends H.264 video stream using RTP frames defined by RFC 6184 and RFC 4571.
| * | Add IEncoderListener interfaceSho Amano2017-08-232-2/+83
| | | | | | | | | | | | | | | For RTP case we cannot use PipedInputStream or OutputStream because they do not convey timestamp information.
* | | Merge pull request #588 from smartdevicelink/feature/issue_566Joey Grover2017-09-259-899/+1670
|\ \ \ | | | | | | | | 566 System Capability Manager
| * | | Update convertToList method to take in class and properly convert to list, ↵feature/issue_566Joey Grover2017-09-223-12/+27
| | | | | | | | | | | | | | | | not just cast blindly
| * | | Remove references to deleted capability vars in SdlProxyALMJoey Grover2017-09-221-17/+21
| | | |
| * | | Cleaning up SdlProxyBase with SCM integrationJoey Grover2017-09-222-33/+45
| | | | | | | | | | | | | | | | Removed variables that are no longer needed as well as setting capabilities that change after the intial RAI response
| * | | 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 ↵Joey Grover2017-09-211-12/+14
| | | | | | | | | | | | | | | | pointers in other method calls
| * | | 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 ↵Joey Grover2017-09-212-2/+34
| | | | | | | | | | | | | | | | method
| * | | 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
| |\ \ \ | |/ / / |/| | | | | | | | | | | # Conflicts: # sdl_android/src/androidTest/java/com/smartdevicelink/test/Test.java
* | | | Merge pull request #611 from smartdevicelink/feature/auto_set_correlation_idsJoey Grover2017-09-204-41/+94
|\ \ \ \ | | | | | | | | | | Auto set correlation ID
| * | | | 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 ↵Joey Grover2017-09-0819-7/+688
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_android into develop # Conflicts: # sdl_android/src/androidTest/java/com/smartdevicelink/test/Test.java
| * | | | 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
| | | | | | | | | | | | | | | | | | | | This reverts commit f58967165c85d3a9264ece73f652e23412702b06.
| * | | | 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
| | | | |