-
Notifications
You must be signed in to change notification settings - Fork 171
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
Feature/issue 595 - Progress Bar Seek Feature #749
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #749 +/- ##
=============================================
- Coverage 41.01% 40.81% -0.21%
- Complexity 2643 2652 +9
=============================================
Files 362 363 +1
Lines 15853 16035 +182
Branches 1695 1723 +28
=============================================
+ Hits 6502 6544 +42
- Misses 9044 9186 +142
+ Partials 307 305 -2
Continue to review full report at Codecov.
|
public OnSeekMediaClockTimer(Hashtable<String, Object> hash) { | ||
super(hash); | ||
} | ||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add constructor with mandatory params included
* <td>Defines if seek media clock timer functionality will be available.</td> | ||
* <td>N</td> | ||
* <td>If omitted, the value is set to false. The value is retained until the next SetMediaClockTimer is sent.</td> | ||
* <td>SmartDeviceLink 4.7</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be RPC spec 4.6, not 4.7
* <td>Describes the hour, minute and second values used for the current media clock timer.</td> | ||
* <td>Y</td> | ||
* <td></td> | ||
* <td>SmartDeviceLink 4.7</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be RPC spec 4.6, not 4.7
Fixes #595
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Summary
This PR implements the progress bar seek feature as described in the proposal.
CLA