summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge pull request #625 from smartdevicelink/feature/android_o_p2Joey Grover2017-10-049-76/+405
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'develop' into feature/android_o_p2Brett W2017-10-044-3/+257
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #628 from smartdevicelink/bugfix/issue_627Joey Grover2017-10-041-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix incorrect if conditionJoey Grover2017-10-041-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #590 from shoamano83/bugfix/video-streaming-codec-specific...Joey Grover2017-10-043-2/+256
| |\ \ \ \ \ \
| | * | | | | | fix comment in EncoderUtilsTestSho Amano2017-09-271-1/+1
| | * | | | | | Add test cases for EncoderUtilsSho Amano2017-08-151-0/+116
| | * | | | | | fix: append H264 SPS and PPS in front of every IDR NAL unitsSho Amano2017-08-152-2/+140
| | | * | | | | Update travis (#626)feature/android_o_p2Joey Grover2017-10-031-3/+4
| | | * | | | | Update travis.ymlJoey Grover2017-10-031-2/+2
| | | * | | | | Update travis.ymlJoey Grover2017-10-031-3/+3
| | | * | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-10-03135-1867/+13122
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | #602 Put back public declaration for ServiceFinderCallback interfacefeature/android_o_p2_enhanceTuan Nguyen2017-08-311-1/+1
| | | * | | | | #602 Code clean up: remove redundant public declaration for interface method,...Tuan Nguyen2017-08-311-45/+45
| | | * | | | | #602 Code cleanup: remove redundant type declaration, remove redundant public...Tuan Nguyen2017-08-311-2/+2
| | | * | | | | #602 Code cleanup: rename sdlMultiList to sdlMultiMap as appropriate, remove ...Tuan Nguyen2017-08-311-13/+8
| | | * | | | | #602 Add foreground flag to service registration broadcast to increase its pr...Tuan Nguyen2017-08-312-0/+2
| | | * | | | | #602 Check for build version that is Android O or later.Tuan Nguyen2017-08-311-1/+1
| | | * | | | | Wrapped remaining calls to deprecated getRunningServicesJoey Grover2017-08-252-4/+12
| | | * | | | | Fix incorrect comparison.Joey Grover2017-08-231-1/+1
| | | * | | | | Add changes for Android Oreo.Joey Grover2017-08-236-88/+390
| | | | | | | * Remove unnecessary calls to setCorrelationID() as per code review comments.John Thrun2017-10-031-2/+0
| | | | | | | * Merge branch 'develop_f' into feature/haptic_projectionJohn Thrun2017-10-034-38/+297
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge pull request #620 from smartdevicelink/feature/internal_proxy_interfaceJoey Grover2017-10-034-38/+297
| |\ \ \ \ \ \ \
| | * | | | | | | remove unused importfeature/internal_proxy_interfaceBrett W2017-10-031-1/+0
| | * | | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-09-2979-221/+6522
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Update SCM testsJoey Grover2017-09-271-8/+48
| | * | | | | | | Add ISdl interface and implement in proxy base and SCMJoey Grover2017-09-273-30/+250
| | | | | | | | * Add unit tests and make them pass.John Thrun2017-09-293-10/+207
| | | | | | | | * Merge branch 'develop_f' into feature/haptic_projectionJohn Thrun2017-09-2978-219/+6518
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'feature/issue_618_new_data_transfer_interface' of https://githu...Joey Grover2017-09-2915-193/+1471
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add interface tests for StreamPacketizerSho Amano2017-09-281-1/+460
| | * | | | | | | | fix: add default value for bufferSize in StreamPacketizerSho Amano2017-09-281-0/+4
| | * | | | | | | | Update createOpenGLInputSurface() to use IVideoStreamListenerSho Amano2017-09-275-213/+35
| | * | | | | | | | Deprecate start/pause/resume/endPCM() APIsSho Amano2017-09-271-19/+51
| | * | | | | | | | Deprecate start/pause/resume/endH264() APIsSho Amano2017-09-271-17/+49
| | * | | | | | | | Implement SdlProxyBase.startAudioStream() APISho Amano2017-09-272-1/+85
| | * | | | | | | | Implement IAudioStreamListener interface in StreamPacketizerSho Amano2017-09-271-10/+41
| | * | | | | | | | Implement SdlProxyBase.startVideoStream() APISho Amano2017-09-272-5/+75
| | * | | | | | | | Implement IVideoStreamListener interface in RTPH264PacketizerSho Amano2017-09-272-1/+251
| | * | | | | | | | Implement IVideoStreamListener interface in StreamPacketizerSho Amano2017-09-271-17/+103
| | * | | | | | | | Refactor: move video stream opening process to dedicated methodSho Amano2017-09-274-14/+93
| | * | | | | | | | Add AudioStreamingCodec/Params/LPCMParamsSho Amano2017-09-273-0/+168
| | * | | | | | | | Add IVideoStreamListener and IAudioStreamListenerSho Amano2017-09-272-0/+161
| * | | | | | | | | Merge pull request #622 from smartdevicelink/bugfix/issue_621Joey Grover2017-09-281-6/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix other method that also sends out end sessionsJoey Grover2017-09-281-2/+6
| | * | | | | | | | | Fixes #621bugfix/issue_621Joey Grover2017-09-271-4/+11
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Add RC to HMI caps and SCMJoey Grover2017-09-282-0/+15
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |