summaryrefslogtreecommitdiff
path: root/sdl_android
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-10-03134-1864/+13118
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | #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
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | 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
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | Updating documentation for newly addded params for rc-rpcs.Anil Dahiya2017-09-226-4/+34
| | * | | | | | | | Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-2240-188/+1696
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Addressing comments from review:Markos Rapitis2017-08-164-96/+96
| | * | | | | | | | | Small correction to SystemCapabilityType and associated test case.Markos Rapitis2017-08-092-6/+1
| | * | | | | | | | | More cleanup for RC functionality -- added RC documentation.Markos Rapitis2017-08-0928-30/+824
| | * | | | | | | | | Adding test cases for RC functionality.Markos Rapitis2017-08-0932-14/+3081
| | * | | | | | | | | Initial changes for RC functionality.Markos Rapitis2017-08-0930-4/+1083
| * | | | | | | | | | Merge branch 'develop_f' into feature/haptic_projectionJohn Thrun2017-09-2618-658/+2223
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | 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