summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert API to 29 and refactor to supportbugfix/issue_1615Joey Grover2021-02-043-5/+8
| | | | The CI has issues dealing with API 30 right now. The code was updated to handle API 29 as a compile version for now.
* Incrase api version for github actionsJoey Grover2021-02-041-1/+1
|
* Update IntegrationValidator with new R permissionJoey Grover2021-02-041-2/+12
| | | | Also added logic to skip receiver check in case the permission check doesn’t pass to help prevent confusion for devs.
* Up compile version to 30Joey Grover2021-02-041-1/+1
| | | | This is neccessary to use the R version code for Android 11
* Merge pull request #1614 from smartdevicelink/integration/stable_frame_rateRobert Henigan2021-02-0115-38/+2026
|\ | | | | Integration/stable frame rate
| * Merge pull request #1576 from XevoInc/feature/issue-1569integration/stable_frame_rateRobert Henigan2021-01-283-49/+76
| |\ | | | | | | Implement SDL 0323: Align video streaming parameters with VideoStreamingCapability
| | * Refix the possible overflow case in capability's max bitrate.Shinichi Watanabe2021-01-281-3/+2
| | |
| | * Fix the potential integer overflow case when taking lower value of bitrate.Shinichi Watanabe2021-01-281-1/+3
| | |
| | * Update VideoStreamingParameters#update, as per review at ↵Shinichi Watanabe2021-01-271-2/+5
| | | | | | | | | | | | https://github.com/smartdevicelink/sdl_java_suite/pull/1576.
| | * Revert "Update rpc_spec submodule for SDL 0274 reviewed at ↵Shinichi Watanabe2021-01-261-0/+0
| | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/rpc_spec/pull/229." This reverts commit 19e10a2e4d06710670bc2590f3b8874656a4dce8.
| | * Update PR as per review comment at ↵Shinichi Watanabe2021-01-252-3/+40
| | | | | | | | | | | | https://github.com/smartdevicelink/sdl_java_suite/pull/1576#pullrequestreview-574462581.
| | * Merge remote-tracking branch 'upstream/integration/stable_frame_rate' into ↵Shinichi Watanabe2021-01-2245-1232/+2492
| | |\ | | | | | | | | | | | | feature/issue-1569
| | * | Update rpc_spec submodule for SDL 0274 reviewed at ↵Shinichi Watanabe2021-01-151-0/+0
| | | | | | | | | | | | | | | | https://github.com/smartdevicelink/rpc_spec/pull/229.
| | * | Remove unused VideoStreamingParameter ctor, and mark existing one deprecated ↵Shinichi Watanabe2021-01-082-7/+3
| | | | | | | | | | | | | | | | as per code review at https://github.com/smartdevicelink/sdl_java_suite/pull/1576.
| | * | Fix a potential case where VideoFormat is unexpectedly overridden by ↵Shinichi Watanabe2021-01-071-0/+3
| | | | | | | | | | | | | | | | VideoStreamingParameter#update.
| | * | Add missing stableFrameRate for default ctor.Shinichi Watanabe2021-01-072-14/+2
| | | | | | | | | | | | | | | | Also removed some debug noise.
| * | | Merge branch 'develop' into integration/stable_frame_rateHenigan2021-01-2618-35/+1252
| |\ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1389 from XevoInc/feature/issue-1361Robert Henigan2021-01-2114-8/+1969
| |\ \ \ | | | | | | | | | | [SDL 0292] implement VirtualDisplayEncoder improvement for stable frame rate
| | * | | Revert "Implementing SDL 0323: Align VideoStreamingParameters with ↵Shinichi Watanabe2020-12-072-32/+30
| | | |/ | | |/| | | | | | | | | | | | | | | | | VideoStreamingCapability." This reverts commit 3adc0eaf12c453ad4ca4bf2adcff92408bf4350d.
| | * | Implementing SDL 0323: Align VideoStreamingParameters with ↵Shinichi Watanabe2020-12-042-30/+32
| | | | | | | | | | | | | | | | VideoStreamingCapability.
| | * | Merge remote-tracking branch 'upstream/develop' into feature/issue-1361Shinichi Watanabe2020-12-0453-876/+1594
| | |\ \
| | * | | Fix a merge error in VideStreamingParameters.Shinichi Watanabe2020-09-221-0/+1
| | | | |
| | * | | Merge remote-tracking branch 'upstream/develop' into feature/issue-1361Shinichi Watanabe2020-09-221114-76813/+79556
| | |\ \ \
| | * | | | Update setPreferredFPS in VideoStreamingCapability as requested in PR review.Shinichi Watanabe2020-09-171-1/+2
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/develop' into feature/issue-1361Shinichi Watanabe2020-09-16694-38356/+12923
| | |\ \ \ \
| | * | | | | Restored the old constructor of VideoStreamParameters for backward ↵Shinichi Watanabe2020-09-022-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility, which is suggested during the code review at https://github.com/smartdevicelink/sdl_java_suite/pull/1389.
| | * | | | | Fix the test failure in OffscreenSurfaceTest aftter merging 4.12.0.Shinichi Watanabe2020-08-251-1/+1
| | | | | | |
| | * | | | | Merge remote-tracking branch 'upstream/develop' into feature/issue-1361Shinichi Watanabe2020-08-21690-9598/+7414
| | |\ \ \ \ \
| | * | | | | | Refactorred OffscreenSurfaceTest, as AndroidtestCase2 no longer exists in ↵Shinichi Watanabe2020-07-031-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current develop branch.
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into feature/issue-1361Shinichi Watanabe2020-07-03472-13838/+16510
| | |\ \ \ \ \ \
| | * | | | | | | Add OffscreenSurfaceTest (for unit testing).Shinichi Watanabe2020-06-221-0/+111
| | | | | | | | |
| | * | | | | | | SDL-0292: initial commit for implementing VirtualDisplayEncoder improvement ↵Shinichi Watanabe2020-06-1910-10/+1813
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for stable frame rate.
| | * | | | | | | [SDL-0274] issue-1268: implementing add preferred FPS to ↵Shinichi Watanabe2020-06-124-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VideoStreamingCapability.
* | | | | | | | | Add SeekStreamingIndicator changes (#1562)Robert Henigan2021-01-286-101/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add SeekStreaming Changes * Update files using generator * Add changes from generator * Update Max RPC Version to 7.1.0 * Update unit tests for seekStreamingIndicator * Apply suggestions from code review Co-authored-by: Julian Kast <Julian.kast@livio.io> * Apply suggestions from code review Co-authored-by: Julian Kast <Julian.kast@livio.io> * Fix TestValues from merge Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com> Co-authored-by: Julian Kast <Julian.kast@livio.io>
* | | | | | | | | Merge pull request #1613 from smartdevicelink/bugfix/issue_1397Robert Henigan2021-01-271-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Fix Log tool for JavaSE
| * | | | | | | | Merge branch 'develop' into bugfix/issue_1397bugfix/issue_1397Julian Kast2021-01-2613-7/+1147
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1612 from smartdevicelink/bugfix/issue_1611Robert Henigan2021-01-261-0/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Prevent potential npe on resolution
| * | | | | | | | | Apply suggestions from code reviewRobert Henigan2021-01-261-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
| * | | | | | | | | Prevent potential npe on resolutionbugfix/issue_1611Henigan2021-01-261-0/+11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1583 from LuxoftSDL/feature/0255_enchance_body_informationBilal Alsharifi2021-01-2612-7/+1140
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [0255] Enchance body information
| * | | | | | | | | [0255]kboskin2021-01-251-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix javadoc
| * | | | | | | | | [0255]kboskin2021-01-151-45/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rollback of the JavaDoc
| * | | | | | | | | Merge branch 'develop' into feature/0255_enchance_body_informationkboskin2021-01-1544-1227/+2490
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | [0255]kboskin2021-01-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix Pr comments
| * | | | | | | | | [0255]kboskin2020-12-292-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix pr comments
| * | | | | | | | | [0255]kboskin2020-12-207-437/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix tests
| * | | | | | | | | [0255]kboskin2020-12-121-1/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rollback of the imports
| * | | | | | | | | [0255]kboskin2020-12-0916-315/+1361
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Implement changes according to the latest specification
| | | * | | | | | Fix print statements in the log tool to avoid starting the statement as ↵Julian Kast2021-01-261-4/+4
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | System.out.println("\r\nERROR: as it may be a special case in intellij that throws an exception
* | | | | | | | Merge pull request #1607 from smartdevicelink/deprecate-MediaClock-in-ShowRobert Henigan2021-01-222-18/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Deprecate mediaClock