Skip to content

Releases: TeamNewPipe/NewPipe

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

v0.8.12

09 Mar 15:24
Compare
Choose a tag to compare

New:

  • Popup player

Fixed:

  • Copy NavStack on rotation
  • Close app when back pressed on MainAcitivity

v0.8.11

04 Mar 12:35
Compare
Choose a tag to compare

New:

  • black theme
  • new channel functions
  • detached extractor form NewPipe

Improved:

  • channel design
  • bring bag loading footer

Fixed:

  • some channel navigation problems
  • ui improvements
  • smaller stuff

v0.8.10

19 Feb 15:09
Compare
Choose a tag to compare

New:

  • support for searching channels

Fix:

  • bad back button behavior (add history)

v0.8.9

31 Jan 17:29
Compare
Choose a tag to compare

Fix:

  • fixed url signature decrypt error
  • fixed "can't play video" aka background button problem
  • fixed white screen problem for jb and ics