You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implementing SDL 0274: Add preferred FPS to VideoStreamingCapability.
* Added preferredFPS to ideoStreamingParametersTest.
* Set up foundational APIs and classes
* Finish main implementation of choice set manager
* Fix linter issues
* Fix reference issues
* Add unit tests and update files based on test results
* Fix more bugs found during testing
* Update rpc_spec, .gitmodules, some JSs in accordance with code review at #357.
* Apply suggestions from code review
Co-authored-by: renonick87 <[email protected]>
* Apply feedback from review
* Resolve merge conflicts
* Revert "Merge branch 'feature/issue-115' of https://github.com/shiniwat/sdl_javascript_suite into feature/choice-set-manager"
This reverts commit 4c2ee61, reversing
changes made to e692b28.
* Finish review revisions
* Fix test failures
Co-authored-by: Shinichi Watanabe <[email protected]>
Co-authored-by: renonick87 <[email protected]>
* Dismisses a currently presented keyboard with the associated ID. Canceling a keyboard only works when connected to SDL Core v.6.0+. When connected to older versions of SDL Core the keyboard will not be dismissed.
515
+
* @param {Number} cancelId - The unique ID assigned to the keyboard
* Begin a multiple updates transaction. The updates will be applied when commit() is called. Note: if we don't use beginTransaction & commit, every update will be sent individually.
0 commit comments