Releases: TeamNewPipe/NewPipe
v0.9.9
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. EspeciallyHtml.fromHtml
used much CPU time. - The same for the
handleStreamInfo
call inVideoDetaiLFragment.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
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
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
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
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
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
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
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
v0.9.0
New:
- New player UI based on ExoPlayer made by mauriciocolli
- Made ExoPlayer default player
Improved:
- Steam detail view got a refurbished design by mauriciocolli
Fixed:
- Several smalter things