Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Releases: polymorphicshade/NewPipe

v0.20.11 R2 w/ SponsorBlock

06 Mar 22:58
Compare
Choose a tag to compare

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

06 Mar 01:02
Compare
Choose a tag to compare

Fixes:

  • Fixed duplicate segment skips (hopefully...)

Changes:

  • Merged in latest changes from the official repo's master branch

v0.20.10 R5 w/ SponsorBlock

26 Feb 03:41
Compare
Choose a tag to compare

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

24 Feb 05:02
Compare
Choose a tag to compare

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

21 Feb 22:14
Compare
Choose a tag to compare

Fixes:

  • Forgot to update the version string... (whoops)

v0.20.10 R2 w/ SponsorBlock

21 Feb 22:06
Compare
Choose a tag to compare

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

15 Feb 22:32
Compare
Choose a tag to compare

Just merged in latest changes from the official repo's master branch.

0.20.9 w/ SponsorBlock

14 Feb 18:06
Compare
Choose a tag to compare

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

28 Dec 20:47
Compare
Choose a tag to compare
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

25 Dec 22:29
Compare
Choose a tag to compare

Includes small changes to the error reporting screen to point to me instead of the official NewPipe devs.