summaryrefslogtreecommitdiff
path: root/sdl_android/src/main/java/com/smartdevicelink/proxy
Commit message (Expand)AuthorAgeFilesLines
* Additional check for checking if we have a remote display active before calli...bugfix/issue_652Anil Dahiya2017-12-211-1/+3
* Changes to fix start / stop of video stream with remote display.Markos Rapitis2017-11-211-2/+5
* Merge pull request #646 from smartdevicelink/bugfix/issues638_643Joey Grover2017-10-261-3/+3
|\
| * Set accepted video params for protocol versions less than 5bugfix/issues638_643Joey Grover2017-10-261-3/+3
* | Update RadioControlData documentation Joey Grover2017-10-251-2/+1
* | update documentation per Evo Probugfix/issue_633Brett W2017-10-251-1/+3
* | move init into StartVideoStreamingBrett W2017-10-231-5/+4
* | Fixes #637Joey Grover2017-10-231-14/+21
|/
* Update documentation for radioEnabled4.4.0-rc.1Joey Grover2017-10-171-0/+2
* Fix potential NPE when retrieving capabilities and add isCapabilitySupported ...Joey Grover2017-10-171-2/+13
* Fix timing of call to refreshHapticData() .John Thrun2017-10-141-4/+14
* Integrate with enhanced video streaming changes.John Thrun2017-10-131-0/+5
* Reduced min SDK version on virtual display encoder from 21 to 19Joey Grover2017-10-121-3/+4
* Code cleanupJoey Grover2017-10-111-159/+116
* Scale touch events according to streaming resolutionJoey Grover2017-10-111-4/+34
* SdlProxyBase and SdlRemoteDisplay cleanupJoey Grover2017-10-101-5/+7
* Fix incorrect video streaming capability logicJoey Grover2017-10-091-6/+6
* Move touch events into streaming manager. Create callback for remotedisplay c...Joey Grover2017-10-091-3/+71
* Move the remote display creation into managerJoey Grover2017-10-091-3/+30
* Integrating streaming listener over outputstream. Fix a few compare issues fo...Joey Grover2017-10-061-21/+45
* Update a lot of streaming apisJoey Grover2017-10-061-70/+124
* Refactor streaming classes into more defined packagesJoey Grover2017-10-042-4/+4
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-10-0434-678/+3370
|\
| * Fix incorrect if conditionJoey Grover2017-10-041-1/+1
| * 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-2933-60/+2343
| |\
| | * Merge branch 'feature/issue_618_new_data_transfer_interface' of https://githu...Joey Grover2017-09-295-54/+464
| | |\
| | | * 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-271-1/+71
| | | * Implement SdlProxyBase.startVideoStream() APISho Amano2017-09-271-4/+46
| | | * Refactor: move video stream opening process to dedicated methodSho Amano2017-09-273-14/+87
| | | * Add IVideoStreamListener and IAudioStreamListenerSho Amano2017-09-272-0/+161
| | * | Add RC to HMI caps and SCMJoey Grover2017-09-282-0/+15
| | * | Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-277-1510/+2252
| | |\ \ | | | |/
| | * | Updating documentation for newly addded params for rc-rpcs.Anil Dahiya2017-09-226-4/+34
| | * | Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-2215-4/+657
| | |\ \
| | * | | Addressing comments from review:Markos Rapitis2017-08-161-48/+48
| | * | | Small correction to SystemCapabilityType and associated test case.Markos Rapitis2017-08-091-2/+1
| | * | | More cleanup for RC functionality -- added RC documentation.Markos Rapitis2017-08-0916-3/+789
| | * | | Initial changes for RC functionality.Markos Rapitis2017-08-0928-4/+1053
| * | | | Add ISdl interface and implement in proxy base and SCMJoey Grover2017-09-273-30/+250
| | |_|/ | |/| |
| * | | 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-253-37/+163
| |\ \ \
| | * | | Implement RAW/RTP protocol switchingSho Amano2017-09-011-19/+135
| | * | | Pass rejected params up to SdlProxyBaseSho Amano2017-09-011-5/+9
| | * | | Keep video streaming capability in SdlProxyBaseSho Amano2017-09-011-0/+8
| | * | | Add video streaming capability in SystemCapabilitySho Amano2017-09-011-0/+5
* | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-09-257-878/+1474
|\ \ \ \ \ | |/ / / /
| * | | | Update convertToList method to take in class and properly convert to list, no...feature/issue_566Joey Grover2017-09-222-11/+26