Skip to content

Releases: TeamNewPipe/NewPipe

v0.11.5

20 Jan 17:18
v0.11.5
Compare
Choose a tag to compare

New

  • Multyservice support for debug and beta

Fixed

  • the three-point menu does not appear when you watch a video with the light theme on #996
  • Wrong button after after app reactivation: pause instead of play icon #945
  • Loading second page of channels makes newpip crash #968

v0.11.4

09 Jan 13:15
v0.11.4
Compare
Choose a tag to compare

Fix

  • Added player conversion to background and popup players.
  • [#919] Fixed custom notification does not trigger unlocking on lockscreen.
  • [#947] Fixes player crashing on internet outage, issue partially addressed.
  • Fixed main player losing state after destroy while in background.
  • Fixed main player controls not hiding automatically after orientation change.
  • Fixed dialog uploader not marqueeing when too long.
  • Fixed popup permission throwing NPE on BaseList.
  • Refactored popup permissions to start in NavigationHelper.
  • Extracted hardcoded string for player menus.
  • fix crash on plurals (fixes #963)
  • force select app when using "Open in browser"

Improvements

  • Bump Java version to 1.8.
  • Moved form content language to content country (#965)
  • Add subject to shared url's #976

v0.11.3

04 Jan 04:46
v0.11.3
Compare
Choose a tag to compare

Fixed

  • Fixed kiosk/trending ignores content language/country
  • Fixed trending page shows only a few items
  • Fixed plurals for some languages
  • Fixed share menu for play lists

v0.11.2

24 Dec 13:18
v0.11.2
Compare
Choose a tag to compare

Improvements

  • Change notification bar icon for popup and background player #931

Fix

  • fixed loading age restricted videos
  • fix not working full screen button for popup
  • fix ad exception

v0.11.1

08 Dec 10:24
v0.11.1
Compare
Choose a tag to compare

New

  • On long press suggestion insert #840
  • Add ability to switch from normal player to background #794

Fix

  • #838 Fixes auto rotation bug (closes #827)
  • Fixes title loss on orientation change #842 (closes #841)
  • Fixes text color inconsistency issue in #836 by using fixed text coloring on notifications
  • Fixes popup player not running in foreground when launched externally, causing it to get gc'ed when video is still playing.
  • Fixes exception when launching popup player externally without launching the player internally first after fresh installation.

Improvements

  • Some Playback Enhancements #810
    • Added play buttons to channel fragment.
    • Added popup player tossing when flung with weaker strength (useful for getting the popup out of keyboard's way).
    • Modified background notification to display seeking buttons when play queue has only 1 item, per @SpajicM's request.
    • Modified service player activity scrolling to be instant when the distance between the currently viewing and playing is too far apart.
    • Fixed track progress reset when shuffle is clicked in quick succession.
    • Fixed NPE when service player activity UI is touched during service shutdown.
  • Resume from original time after failure to play #760
  • Remember last screen orientation

v0.11.0

05 Nov 20:07
Compare
Choose a tag to compare

New

  • Kiosk support (eg. Trending)
  • Add content to main page
  • Full Playlist support #680
  • New Background player

Improvements

  • New and better looking tab layout
  • Add themes to license dialog #725 (Fix #646)

Fix

  • Loading more content from channel does not trigger error anymore
  • log kodi videos in history #801
  • Fixed history swiping problem

v0.10.2

03 Nov 21:23
Compare
Choose a tag to compare

Fix

  • Fix getUploaderName() error

The APK attached here is for debug purposes, the recommended way to get NewPipe is from F-Droid.
If you insist in installing this release, keep in mind these problems:

  • The APK signature of this release is different from other sources (e.g. F-Droid), this implies that, if the current install is from another source, you WILL have to uninstall the current version and then install this one
  • By doing that, you will lose ALL your settings, so pay attention

v0.10.1

23 Oct 13:02
Compare
Choose a tag to compare

New

  • Open youtube links directly from search (fixes #35) #692
  • Support dark theme in file picker #699 (fixes #646)

Improved

  • Improved search
    • Use a nice RecyclerView list instead of a popup (aesthetics and space constraints)
    • Show search history entries
      • Delete entries using a long click

Fixed

  • Fix crash when returning to player #756 (fixes #737)
  • Fix service id not initialized #757 (closes #744 and #749)

The APK attached here is for debug purposes, the recommended way to get NewPipe is from F-Droid.
If you insist in installing this release, keep in mind these problems:

  • The APK signature of this release is different from other sources (e.g. F-Droid), this implies that, if the current install is from another source, you WILL have to uninstall the current version and then install this one
  • By doing that, you will lose ALL your settings, so pay attention

v0.10.0

18 Sep 17:56
Compare
Choose a tag to compare

New

  • Added basic channel subscription and feed pages (#620 )
  • Add search and watch history (#626 )
  • Introduced RxJava and Room persistence
  • Updated ExoPlayer to r2.5.1 (#656 )
  • Very basic playlist support
    • It only supports list the videos from the playlists at this moment
  • Added option to ignore permanent audio focus loss (#624 )
  • Add download filename preferences (#636 )

Fixes

  • Prevent "time links" from being clicked (#633)
  • Android O Notification Building Fix (#655)

Improvements

  • Upgrade target sdk and support library version to 26 (#642)
  • Improve InfoListAdapter
    • Nicer animation for inserting data
  • Refactor settings
    • Split settings into different screens, making it easier to use
  • Remove unused NetCipher library

The APK attached here is for debug purposes, the recommended way to get NewPipe is from F-Droid.
If you insist in installing this release, keep in mind these problems:

  • The APK signature of this release is different from other sources (e.g. F-Droid), this implies that, if the current install is from another source, you WILL have to uninstall the current version and then install this one
  • By doing that, you will lose ALL your settings, so pay attention

v0.9.10

15 Jul 21:05
Compare
Choose a tag to compare

New

  • Add About Page #612
    • NewPipe's License
    • Note on how to contribute and a link to GitHub
    • Copyright of the software components used including full license texts
  • Ability to control the playback speed of the video players. (#153)
    (control for background player coming soon)

Fixes

  • Fixed margin at the bottom. Fixes #601
  • Fixes the NullpointerException described in #588

The APK attached here is for debug purposes, the recommended way to get NewPipe is from F-Droid.
If you insist in installing this release, keep in mind these problems:

  • The APK signature of this release is different from other sources (e.g. F-Droid), this implies that, if the current install is from another source, you WILL have to uninstall the current version and then install this one
  • By doing that, you will lose ALL your settings, so pay attention