Skip to content

Releases: TeamNewPipe/NewPipe

v0.9.9

30 Jun 19:37
Compare
Choose a tag to compare

Performance Improvements

  • Reorder layout to make it flat and remove replace some relative Layouts. Especially the following changes made a difference
  • Move some costy calculation from handleStreamInfo to a background thread. Especially Html.fromHtml used much CPU time.
  • The same for the handleStreamInfo call in VideoDetaiLFragment.onActivityBackPressed.

Improvements

  • Replace self-written logic to format duration strings with String.format calls. I removed the leading zeros for the first number. (e.g 01:20 ➡️ 1:20)
  • Removed unused code parts
  • several smaller things

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.8

11 Jun 12:20
Compare
Choose a tag to compare

Fixed

  • Improve backstack (fragment navigation) Closes #548
  • Make theme changes instantaneous

Extractor Fixe

  • Users are now informed if a video is not available in their country.
  • Minor typo fix
  • Fixes View count In video list bug: #555

Improved

  • BackgroundPlayer: Add timestamp in expanded notification #583

Downloading the APK from here is not the official way to get the app. It's for debug purpose only, so please get the full release from f-droid!!!

v0.9.7

20 May 15:48
Compare
Choose a tag to compare

Fixed

  • Fixes blocking screen after playing: #511
  • Fix default resolution for pop up: #558
  • Fix settings on screen rotation: Fixes #419, fixes #418

Improvements

  • Improve behavior on audio focus: Fix #519
  • DownloadDialog refactored
  • Unused class removed
  • Add no-audio icon (Fixes #517 and fixes #433)
    • If External Player is enabled and stream is video only, show the w/o sound icon
    • When the user press download, let him choose the streams and show the w/o sound icon for video only streams too
  • Add an option to enable/disable the gestures controls of the player. Fixes #566
  • Add an option to enable/disable the search suggestions. Fixes Fix #527

Downloading the APK from here is not the official way to get the app. It's for debug purpose only, so please get the full release from f-droid!!!

v0.9.6

13 May 20:17
Compare
Choose a tag to compare

Fixed

  • Fix controls' hiding delay when Animator Scale Duration is off (0), fix #536
  • Remove some unused classes
  • Fix image loading bug #545
  • Live settings changes

New

  • Show "watch in kodi" instead of share in title bar

Downloading the APK from here is not the official way to get the app. It's for debug purpose only, so please get the full release from f-droid!!!

v0.9.5

07 May 18:09
Compare
Choose a tag to compare

New

  • Resizable popup
    • You can enter in resize-mode when you longpress one of the sides of the popup
    • Remember/save the popup position and size

Fixed

  • Fix bug occurring after screen rotation
    • Check if position is greater than the bounds of the (new sized) screen

Downloading the APK from here is not the official way to get the app. It's for debug purpose only, so please get the full release from f-droid!!!

v0.9.4

28 Apr 20:13
Compare
Choose a tag to compare

Improvements

  • Settings refactored
    • Now when the user change the theme, the change is immediate, no more restarting
  • Search, Videos and Channel!fdroid newpipe
    • Don't reload on device rotation
    • Don't reload the items again, e.g. you go from the search to a video, if you go back to the search it won't reload everything again, same for videos and channel, that provides a quick navigation
    • VideoDetail UX improved
  • Implement Toolbar app-wide
    • Ditch the SearchView, use custom implemented search with AutoCompleteTextView
    • Replace old action bar
  • Remove Toast errors
    • Add error messages with a retry button in the layout itself
  • Improve workers
    • New workers for search and suggestions
  • Add cache functionality
    • Now the app will cache the StreamInfo's that are already loaded, so if the user decides to come back to that video, it'll open instantaneously

Fixes

Closes #420, closes #449 and closes #466

New

Provide binary in git

Downloading the APK from here is not the official way to get the app. It's for debug purpose only, so please get the full release from f-droid!!!

v0.9.3

21 Apr 11:19
Compare
Choose a tag to compare

New

  • Support for 1080p, 2k and 4k

Improved

  • Improve player in general
    • Implement ExoPlayer in background player
    • Now all the players request audio focus (if other player (video, music) is playing, it'll be paused)
    • Pause players on headphone unplugged
  • Improve notification layouts
  • Remove ugly bitmap sharing
    • Now it is just using the ImageLoader to load the image (we already have cache enabled)
  • Audio format now chooses the higher bitrate available for the preferred format

Issues fixed/resolved

v0.9.2

11 Apr 20:55
Compare
Choose a tag to compare

Fixes where part of this pull request.

  • Migrate to fragments
  • Fix #487
  • Don't show "Open in popup mode" to channel links
  • New backstack of videos
  • Change the subscribers count to format using NumberFormat, for example some locales use . others , this handles it automatically (the old method had a bug for leading zero, e.g. 4.82.125 instead of 4.082.125)
  • Add string 'subscribers' for channels with more than 1 subscriber (plural)
  • Popup player chooses the default format and resolution based on the new preference (format)
  • Fix taskaffinity of the router activities
  • Show title before loading, as it is available from the items already loaded

v0.9.1

08 Apr 15:21
Compare
Choose a tag to compare

New:

  • Set preferred video data format.

v0.9.0

02 Apr 14:45
Compare
Choose a tag to compare

New:

  • New player UI based on ExoPlayer made by mauriciocolli
  • Made ExoPlayer default player

Improved:

Fixed:

  • Several smalter things