-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 list item to play video on kodi #5310
Conversation
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.
If you can think of a way to add an unit test (not instrumented) that would be ideal.
Only thing i can think of is passing in service id, context and preference manager through the method and mocking the latter 2 in tests.
app/src/main/java/org/schabi/newpipe/fragments/list/playlist/PlaylistFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/schabi/newpipe/util/StreamDialogEntry.java
Outdated
Show resolved
Hide resolved
i've resolved all inline feedback. i'm afraid i'm not able to contribute instrumentation and test harness at this time. |
thank you, @XiangRongLin! i believe i accidentally put @Stypox in the critical path as well, so it looks like i'll just need one more review from them before merging. thank you all for this amazing project. |
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.
Changes look good, thank you :-D
resolved remaining feedback in latest commit. please take another look. |
@Stypox thank you, are you able to approve? it seems merge is blocked on your approval and i'm not able to remove you. |
@Stypox -- friendly ping |
this allows the user to long press on a video in any list (search, history, playlist, etc) and send it directly to Kodi. this change honors the existing
Show "Play with Kodi" option
setting and only displays on streams supported by Kore.there is opportunity to reduce duplication in this part of the code base generally.
closes: #5157
What is it?
Description of the changes in your PR
Fixes the following issue(s)
APK testing
app-debug.zip
Due diligence