Skip to content
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

Make 'Stream' classes implement Serializable #1

Merged
merged 2 commits into from
Mar 20, 2017

Conversation

mauriciocolli
Copy link
Contributor

We have to implement Serializable in order to be able to pass Objects (lists, streams) between activitys, services through Intents (putExtra) .
I've been implementing the quality selector, so it's necessary.

PS: I was thinking in implement the Parcelable (faster) , but that would break the command-line, as this class only exist in Android

@theScrabi
Copy link
Member

Right breaking the java support is a no go.

@mauriciocolli
Copy link
Contributor Author

Will you merge this?

@theScrabi
Copy link
Member

Yes

@theScrabi theScrabi merged commit 8ff28a6 into TeamNewPipe:master Mar 20, 2017
raveeolee referenced this pull request Mar 31, 2018
…on info.

-Moved subtitles to optional data extraction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants