-
-
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
Release v0.17.0 #2482
Release v0.17.0 #2482
Conversation
Add supported services section Move comment support
Also made the code that creates the menus consistent across files.
VideoDetailFragment already borrows a consistant menu from the stream list it holds.
Currently translated at 90.3% (400 of 443 strings)
Currently translated at 90.3% (400 of 443 strings)
They were exactly the same as the base class function
Inverted unsubscribe with share, since share has always been put after content-specific actions.
start_here_on_background has the same meaning start_here_on_main is now unused, but I left it there so that if it ever becomes useful again, it is ready to be used.
Currently translated at 99.8% (442 of 443 strings)
Currently translated at 58.9% (261 of 443 strings)
I've been using the new version for quite some time now and couldn't find any blocking bugs. @theScrabi is going to upload an offically signed apk soon. As I didn't encountered any new bugs and hopefully you won't either, I'd like to release 0.17.0 after a short testing period at the end of this week or at the beginning of the next week. |
I wanted to do this as soon as there are apks for testing. |
a1c9824
to
1de0cb2
Compare
8b9a10c
to
9e9ccda
Compare
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.
I removed the string direct_on_background
in #2368 since it was a duplicate of start_here_on_background
. Now it has been translated to more languages, so it should be also removed from them. Or does WebLate do this automatically as soon as this pr is merged?
* fix socket leak in "DownloadRunnable" * in "DownloadInitializer" close the HTTP body after doing range-request checks * in "DownloadRunnableFallback" fix typo in comment * in "DownloadDialog" fix regression, using one thread for audios instead of subtitles
@Stypox Yes, but I don't wan't to have these unused strings in the release APK. I removed the left over gema strings during the merge, but forgot |
Fix player resume
Hmm... If MP4 support is going to be added, I think it would also be a good time to address #507 in a future update, since MP4 is essentially MP3 + video. I'm sure the MP4 muxer could be modified to also serve as an MP3 muxer. This would allow for a much more efficient implementation of MP3 download support. |
New
Playback resume #2288
Downloader Enhancements #2149
Improved
Fixed
Blockers
Slow download speed of audio streams
Database import fails
History loading is slow
Corresponding issue: #2483
Corresponding PR for the extractor: TeamNewPipe/NewPipeExtractor#179
APKs for testing and finding bugs
are available in the corresponding issue:
Please report all new bugs which are related to one of the changes above in #2483