-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Accepted with Revisions] SDL 0296 Revisions - Possibility to update video streaming capabilities during ignition cycle #1059
Comments
1. The Java versions appears to be missing some methods that are available on iOS: // Check if the argument is within the [.minimumResolution, .maximumResolution] range
- (BOOL)isImageResolutionInRange:(SDLImageResolution*)imageResolution;
// Check if the argument is within the [.minimumAspectRatio, .maximumAspectRatio] range
- (BOOL)isAspectRatioInRange:(float)aspectRatio; 2. The |
That's a mistake that needs to be corrected: |
It was not planned initially to have these methods. But in order to have better alignment with iOS changes we would propose to add the similar methods for Android:
|
👍 |
The Steering Committee voted to accept this proposal with revisions. The author will move the
|
@dboltovskyi please advise when your PR has been updated to reflect the agreed upon revisions. I'll then merge the PR so the proposal is up to date, and leave comments on the implementation issues to reference these updates. Thanks! |
Author has updated proposal to reflect agreed upon revisions, and comments have been left on implementation issues: Issues for projects now impacted by this feature: |
Hello SDL community,
The review of "Revise SDL-0296 - Possibility to update video streaming capabilities during ignition cycle" begins now and runs through August 4, 2020.
This will be a review of proposed revisions to a previously accepted but not yet implemented proposal, SDL 0296.
The pull request outlining the revisions under review is available here:
#1055
Reviews are an important part of the SDL evolution process. All reviews should be sent to the associated Github issue at:
#1059
What goes into a review?
The goal of the review process is to improve the proposal under review through constructive criticism and, eventually, determine the direction of SDL. When writing your review, here are some questions you might want to answer in your review:
Please state explicitly whether you believe that the proposal should be accepted into SDL.
More information about the SDL evolution process is available at
https://github.com/smartdevicelink/sdl_evolution/blob/master/process.md
Thank you,
Theresa Lech
Program Manager - Livio
[email protected]
The text was updated successfully, but these errors were encountered: