Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add support for Sony BRAVIA #141
Add support for Sony BRAVIA #141
Changes from 30 commits
c0a80e7
b841fa6
36f2d13
5c53f3c
9b36465
ee131a9
845e608
7a8f595
b162c89
161d588
fc5b6e5
e4dd363
722251b
6a0d21d
4eb95c0
d062691
63d4bd0
b77d479
58a669f
b6b049e
eb12f4e
a7ee644
4274bd8
f00a3b3
60e9ae7
2f1ba23
49e9b32
947d02e
902c686
a094cb7
1e97b96
05db7ed
7d3cf47
69cb1bf
3456469
e89c5dd
dfcfb46
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Since
Sony BRAVIA
is a keyboard platform, it should also be added to the switch cases inkeyboard-dialog.ts
as well.Android TV
uses a mix of ADB and the Android TV remote API, andFire TV
uses purely ADB. Can you add it to the appropriate cases? I imagine it needs purely ADB (Fire TV) but you should do some tests.