-
-
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 0.21.10 #7066
Comments
Not sure how to reproduce it. But app is crashing every now and then. Exception
Crash log
|
Bug: With device locked to portrait, the app isn't rotating back to portrait upon tapping Back after the video is finished (and the Replay button is shown). Auto-fullscreen can be on or off. I just reinstalled the auto-fullscreen APK and this bug exists there as well, which means it just slipped through testing. If it's possible, this could be an opportunity to change current behaviour so that the app automatically goes back into portrait mode after a video is finished when the device is locked to portrait. Edit: To be clear, on the current release, tapping Back after a video is finished does rotate the app back to portrait like it is supposed to. In RC1 (and the auto-fullscreen PR) you're stuck in landscape mode unless you manually tap the fullscreen button or exit the app entirely. |
I also suffer from this bug when e.g. using the emulator and importing the (not migrated version of the) database over and over again. Update: I did a bit of digging and it seems like when importing the settings the migration method is never called :/ |
@opusforlife2 Shouldn't #5967 also be solved then? |
That's not the case. As I said above, you can simply tap Back to rotate back to portrait. But also as I've said above, I agree that this bug should be fixed properly if possible. Automatic return to portrait after the video is finished. OR, just stay in landscape fullscreen and exit directly to portrait upon tapping Back (instead of automatically going into a weird non-fullscreen but landscape hybrid.) |
Created a fix for the failed migrations (but not only limited to them) here: #7068 |
The color of the action bar (back, home, recent apps) is not using the darker red when the system is in dark mode: System.bar.dark.theme.mp4Is there any way to change this? |
@TiA4f8R |
Changes in RC2: NewPipe_v0.21.10_RC2.zip
|
This comment has been minimized.
This comment has been minimized.
@SameenAhnaf |
Changes in RC3, which is likely the last RC NewPipe_v0.21.10_RC3.zip
|
Note that the JitPack release for the extractor failed. TeamNewPipe/NewPipeExtractor#728 If it can't be resolved until this releases the commit hash has to be used instead of the version tag |
@TobiGr This regression is still unfixed: #7066 (comment) |
I can't wait for that to be fixed. As somebody who is always using portrait mode, it is currently the most annoying part of using Newpipe. It keeps getting stuck until I back out of it. |
cf9b482 is the first bad commit causing #7066 (comment) |
@Stypox Maybe in the occasionally pinned features/bugs issue for devs, we could add an item: "Refactor the massive Player code into smaller, more manageable components". |
@opusforlife2 regression fixed in 7667b2c (please confirm) |
Is anything blocking this issue getting closed? The corresponding PR has already been merged. |
I guess the last commit has to be confirmed and it's ready to ship. |
Wow that was fast. Yes indeedy! The regression has been fixed. Release the ostriches! |
APK for testing
From GitHub Actions: NewPipe_v0.21.10_RC3.zip
Corresponding pull request #7063
ToDo
playOnPopup
and toggle description tab #7056App changelog
New
7- Added Show Channel Details where it's missing #6919
8- Allow choosing which types of search suggestions to show #3546
22- Added support for CSV+ZIP subscriptions (Google Takeout) #6882
24- Show popup menu when long pressing items in the video player's play queue #6955
27- Added option to directly open fullscreen when the main player starts #5459
28- Added darker splash screen for OS dark theme #7055
Improved
4- Changed dark theme colors to darker variant #6244
6- Replace UniversalImageLoader with Picasso #5928
9- Change "not available" image from PNG to vector format #6917
10- Provide mime type to file picker to gray out unselectable files #6820
23- Explain how to remove tab from main page #6965
Fixed
2- Catch errors while processing timestamp-links #6851
3- Added wrapping settings titles to the next line #6952
12- Re-add sharing of the content name with the "Share" command #6957
15- Fixed double tapping the replay button #7014
19- [Android TV] Fix long seekbar jumps when using a DPad #6985
25- Close audio effect control session properly #6993
26- Fixed some inconsistencies in the error panel #7004
Development
1- Added gradle parameter to skip formatKtLint and use in CI #6858
11- Using Eclipse temurin in GH actions #6995
14- Use ExoPlayer default values for buffers #6515
16- Use PackageInfoCompat.getSignatures(). #6634
18- Fixed build problems and updated kotlin #6986
21- Using integrated cache in actions/setup-java #7002
Translation
5- Use custom cancel string everywhere #6848
13- Added plural forms for download related strings #6930
17- Reword part of the bug report template #6990
20- Never use
android.R.string
s and remove unusedadd
string #7024Extractor changelog
New
3- Add invidious instance EduVid Tubus TeamNewPipe/NewPipeExtractor#712
5- Extract Uploader's Avatar in
StreamInfoItem
s (YouTube and PeerTube) TeamNewPipe/NewPipeExtractor#723, TeamNewPipe/NewPipeExtractor#7256- Make
uploaderVerified
available in StreamInfo TeamNewPipe/NewPipeExtractor#724Fixed
2- [YouTube] Support
csv
andzip
subscription import (Google Takeout) TeamNewPipe/NewPipeExtractor#709 TeamNewPipe/NewPipeExtractor#7214- [SoundCloud] Update client id TeamNewPipe/NewPipeExtractor#722
Development
1- Bump
gson
from 2.8.7 to 2.8.8 TeamNewPipe/NewPipeExtractor#718The text was updated successfully, but these errors were encountered: