summaryrefslogtreecommitdiff
path: root/sdl_android/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Additional check for checking if we have a remote display active before ↵bugfix/issue_652Anil Dahiya2017-12-211-1/+3
| | | | calling stopStreaming.
* 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 5
| * Set accepted video params for protocol versions less than 5bugfix/issues638_643Joey Grover2017-10-261-3/+3
| | | | | | | | | | Fixes #643 Fixes #638
* | Update RadioControlData documentation Joey Grover2017-10-251-2/+1
| | | | | | Update RadioControl data documentation to be consistent between get and set radio enabled
* | 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
| | | | method
* Fix timing of call to refreshHapticData() .John Thrun2017-10-141-4/+14
|
* Integrate with enhanced video streaming changes.John Thrun2017-10-132-21/+15
|
* Merge branch 'develop_f' into feature/haptic_projectionJohn Thrun2017-10-1313-321/+1249
|\
| * Merge pull request #630 from ↵Joey Grover2017-10-121-12/+19
| |\ | | | | | | | | | | | | shoamano83/bugfix/follow_up_video_streaming_codec_specific_data Bugfix/follow up video streaming codec specific data
| | * re-fix: append H264 SPS and PPS in front of every IDR NAL unitSho Amano2017-10-051-11/+14
| | | | | | | | | | | | This change is to support new IVideoStreamListener interface.
| | * fix: apply video encoder offset properlySho Amano2017-10-051-2/+6
| | | | | | | | | | | | | | | mBufferInfo.offset indicates the offset of valid data in the codec output buffer.
| * | Add null check to update in VideoStreamingParametersJoey Grover2017-10-121-8/+24
| | |
| * | Updating VideoStreamingParamaters defaults and toString methodJoey Grover2017-10-121-5/+20
| | |
| * | Reduced min SDK version on virtual display encoder from 21 to 19Joey Grover2017-10-122-61/+184
| | | | | | | | | | | | Should cover +90% of all phones at time of commit
| * | Code cleanupJoey Grover2017-10-114-179/+247
| | |
| * | Scale touch events according to streaming resolutionJoey Grover2017-10-112-5/+35
| | |
| * | SdlProxyBase and SdlRemoteDisplay cleanupJoey Grover2017-10-102-6/+13
| | |
| * | Fix incorrect video streaming capability logicJoey Grover2017-10-092-8/+8
| | |
| * | Cleanup VDE and add dynamic video mime formatJoey Grover2017-10-091-198/+43
| | |
| * | Move touch events into streaming manager. Create callback for remotedisplay ↵Joey Grover2017-10-093-61/+87
| | | | | | | | | | | | created.
| * | Move the remote display creation into managerJoey Grover2017-10-092-36/+38
| | | | | | | | | | | | Touch is currently broken with this commit
| * | Integrating streaming listener over outputstream. Fix a few compare issues ↵Joey Grover2017-10-063-55/+60
| | | | | | | | | | | | | | | | | | for backwards compat. Works at this point. Still needs clean up.
| * | Update a lot of streaming apisJoey Grover2017-10-063-72/+149
| | | | | | | | | | | | Still needs work for the remote display streaming to work
| * | Refactor SdlPresentation into stand alone class and simplify ↵Joey Grover2017-10-053-121/+183
| | | | | | | | | | | | VideoStreamingParameters
| * | Refactor streaming classes into more defined packagesJoey Grover2017-10-0410-16/+17
| | |
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-10-0457-810/+4885
| |\ \ | | |/ | | | | | | | | | | | | | | | into feature/issue_469_update # Conflicts: # sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-09-257-878/+1474
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into feature/issue_469_update # Conflicts: # sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java
| * | | Rename VideoStreamingParameters. Removed StreamingParameters from VDE. VDE ↵Joey Grover2017-09-185-103/+46
| | | | | | | | | | | | | | | | now uses VideoStreamingParameters
| * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-09-18164-6794/+3712
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into feature/issue_469_update # Conflicts: # sdl_android/build.gradle
| * | | | Updated to Address Buffer Concern, Null Checksfeature/issue_469Austin Kirk2017-05-021-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Made unneccesaryily static Objects nonstatic - Check for null params in init() - Added BUFFER_LOCK, wait() for buffer to be written, then notify() before setting a new buffer - Remove unnecessary logging - Added isWaiting member in VideoStreamWriterThread to check if we’re waiting to clear the buffer
| * | | | maintaining projec styleBrettyWhite2017-04-281-9/+13
| | | | |
| * | | | Second constuctor for StreamingParameters and a way for users to use itAustin Kirk2017-04-281-1/+5
| | | | |
| * | | | Updates for Code Review CommentsAustin Kirk2017-04-281-83/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VirtualDisplayEncoder.java - Class targets API 21 - variables renamed to camelCase, made static/non-static according to need, made protected if necessary - locks declared at top of file - check for previous init() call before start() and shutdown() can be executed - new class StreamingParameters, users can ask for the a VirtualDisplayEncoder’s instance to make changes - javadocs for init() and start() - REFRESH_RATE_MS is now a hard-coded constant - Removed unneccessary logging build.gradle - library now targets API 21
| * | | | Some updatesAustin Kirk2017-04-251-71/+51
| | | | |
| * | | | VirtualDisplayEncoder Starting PointAustin Kirk2017-04-241-0/+611
| | | | |
* | | | | Merge branch 'develop_f' into feature/haptic_projectionJohn Thrun2017-10-0410-74/+540
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'develop' into feature/android_o_p2Brett W2017-10-043-3/+141
| |\ \ \ \
| | * | | | Fix incorrect if conditionJoey Grover2017-10-041-1/+1
| | | | | |
| | * | | | Merge pull request #590 from ↵Joey Grover2017-10-042-2/+140
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | shoamano83/bugfix/video-streaming-codec-specific-data Bugfix/video streaming codec specific data
| | | * | | | fix: append H264 SPS and PPS in front of every IDR NAL unitsSho Amano2017-08-152-2/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to keep consistency with iOS proxy.
| * | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-10-0374-1751/+7227
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into feature/android_o_p2 # Conflicts: # sdl_android/build.gradle # sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java
| * | | | | | #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 ↵Tuan Nguyen2017-08-311-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | method, format code to Android/Java standard.
| * | | | | | #602 Code cleanup: remove redundant type declaration, remove redundant ↵Tuan Nguyen2017-08-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | public declaration for interface.
| * | | | | | #602 Code cleanup: rename sdlMultiList to sdlMultiMap as appropriate, remove ↵Tuan Nguyen2017-08-311-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | unused imports, use better tag name.