This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Releases: polymorphicshade/NewPipe
Releases · polymorphicshade/NewPipe
v0.20.11 R2 w/ SponsorBlock
Fixes:
- Fixed some random null-related crashes caused by marking video segments
- Pressing the back button in fullscreen mode should no longer pause the video (for tablet/tv devices)
Changes: - Removed the Disable Tablet/TV UI extra settings in favor of the new Force Auto Fullscreen extra setting. Those old extra settings were causing a bunch of domino-effect issues. They were initially added as a quick hack for forcing fullscreen mode on tablets/tvs.
- Reduced the timeout for requesting video segments from the default 30 seconds to 3 seconds. This timeout might change several times in the future until a fully-asynchronous process of requesting segments is implemented.
v0.20.11 w/ SponsorBlock
Fixes:
- Fixed duplicate segment skips (hopefully...)
Changes:
- Merged in latest changes from the official repo's master branch
v0.20.10 R5 w/ SponsorBlock
Fixes:
- Built-in local player: Fixed more screen-dimming issues
- Built-in local player: Fixed controls not appearing when single-tapping the video
v0.20.10 R4 w/ SponsorBlock
This release only contains some improvements done to the built-in local player. As a reminder, this player can be used with downloaded media through NewPipe, and can be enabled in the Extras settings category.
Additions:
- Built-in local player: added the playback parameters dialog used in the original player, this can be accessed by long-clicking the player itself (no button control because I'm still figuring out how the ExoPlayer works...)
Fixes:
- Built-in local player: now remembers seek position between screen rotations
Changes:
- Built-in local player: now keeps the screen on when playing
- Built-in local player: full-screen is now similar to the original player's full-screen behavior (though limited in comparison)
v0.20.10 R3 w/ SponsorBlock
Fixes:
- Forgot to update the version string... (whoops)
v0.20.10 R2 w/ SponsorBlock
Additions:
- Added the a setting that allows you to completely suppress any error submission dialogs. This can be found in the Extras category.
Fixes:
- Fixed an issue that prevented the download feature from working unless you fully loaded the video in the player.
- Fixed issues with video segment skipping related to switching between the normal, background, and pop-up players.
0.20.10 w/ SponsorBlock
Just merged in latest changes from the official repo's master branch.
0.20.9 w/ SponsorBlock
Additions:
- Added a built-in local player using a minimal implementation of the ExoPlayer. This can be found in the Extras settings category. You can now download a video and use SponsorBlock auto-skipping functionality while disconnected from the internet. This feature is still in early development and is considered in an 'alpha' state. Expect some issues and possible conflicts with the existing NewPipe player.
v0.20.8 w/ SponsorBlock
SponsorBlock: Merge branch 'dev' into sponsorblock # Conflicts: # README.md # app/build.gradle # app/src/main/res/values/attrs.xml # app/src/main/res/values/strings.xml
v0.20.7 w/ SponsorBlock
Includes small changes to the error reporting screen to point to me instead of the official NewPipe devs.