285

Releases · TeamNewPipe/NewPipe · GitHub

 6 years ago
source link: https://github.com/TeamNewPipe/NewPipe/releases/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

TobiGr released this 15 days ago · 14 commits to master since this release

  • YouTube Mix support (radio icon as creator avatar used to differentiate between normal playlists) #3243
  • [YouTube] Display additional info about search query (Covid-19), video creators (public broadcaster) or video content (Covid-19) #4754

Improved

  • Update Invidious URL list in the manifest #4859
  • Use user agent of DownloaderImpl also in ReCaptchaActivity #5215

Fixed

Development

  • Use GitHub actions as a CI instead of Travis. #5132
  • Fix some typos #5112
  • Use ContextCompat.getDataDir() #5176
  • Use a notification instead of a ProgressDialog in MissionAdapter #5142
  • Use ActivityCompat.recreate() #5178
  • Extract export database logic into own class #5059, #5186, #5204
  • Use view binding in activities #4762, #5259
  • Use WebViewClientCompat #5217
  • Use ServiceCompat.stopForeground() #5218
Assets 3

TobiGr released this on Nov 23, 2020 · 254 commits to master since this release

  • Re-added option to hide thumbnail on lock screen #4642
  • Pull to refresh feed #4893

Fixed

  • Fixed crash when starting NewPipe after it was removed from RAM #4921
  • Fixed crash on startup when there is no internet connection #4948
  • Fixed respecting brightness-volume-gesture settings #4937

Development

  • Various code improvements #4929
  • Improved performance in local lists #4891
  • Use the Kotlin Parcelize annotation #4377
  • Use try-with-resources #4815
  • Dispose of RxViews disposable in BaseStateFragment #4944
  • Updated most dependencies #4768
Assets 3

opusforlife2 released this on Nov 19, 2020 · 349 commits to master since this release

  • Replace specific enqueue options with only one #4425
  • Two finger to close player gesture #4476
  • Add button in settings to clear reCAPTCHA cookies #4453
  • Add option to not colorize notification #4643

Improved

  • Do not show notification creation / update time #4410
  • Remove remember popup properties setting #4367
  • Ask for confirmation before replacing even single video queues #4463
  • Also delete stream state when deleting stream history #4413
  • Improve age restriction and yt restricted content strings #4354

Fixed

  • Fix crash when stream was paused and fast forward / rewind buttons were clicked #4410
  • Fix PlaylistAppendDialog showing when no local playlists exist #4345
  • Don't rearrange lists by dragging the thumbnails #4550
  • Fix opening VideoDetailFragment and more #4562
    • Fix infinite buffering
    • Better detect when to autoplay and when not to
    • Make sharing to NewPipe more consistent
  • Fix playlist select dialog and do some refactoring #4771
  • Change YouTube subscription import instructions to Google takeout #4759
  • Correct Gigaget's license from GPLv2 to GPLv3 #4892

Localization

  • Add Santali language #4749
  • Add Central Atlas Tamazight localization
  • Add Korean translation of the README #4845
  • Updated translations

Development

(huge thanks to @Isira-Seneviratne)

  • Use DisplayCutoutCompat in VideoPlayerImpl #4338
  • Use DrawableCompat. #4592
  • Use ContextCompat methods #4276
  • Use TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(). #4594
  • Hide Leaks launcher icon #4436 #4450
  • Format all XML resources #4471
  • Disable Ktlint pending upstream update #4517
  • Use Core KTX functions #4547
  • Use multidex for all build types. #4557
  • Migrate AboutActivity to ViewPager2 #4553
  • Optimize and shrink app PNGs #4610
  • Convert notification actions to a custom preference #4652
  • Use Java 8 APIs #3817 #4556
  • Separate player gesture logic and UI #4587
  • Use RxJava instead of AsyncTask #4499
  • Change loop index from float to int #4784
  • More miscellaneous little fixes and improvements #4710
  • Fix NullPointerException in queue handling and improved performance #4555

Other

Assets 3

TobiGr released this on Oct 4, 2020 · 773 commits to master since this release

  • New application workflow #2907, #4061, #4080, #4130, #4134, #4154, #4155 #4223, #4246, #4272, #4288, #4347, #4353, #4360, #4362 (thanks to @avently and all others involved)
    • Unified all three players into one for seamless switching between them - for example, now if you tap on background play while the video is playing in the main or popup player, the stream will start exactly where you left off, not from the beginning. This is true when you go from any of the 3 players to each other.
    • Play video directly in video details screen
    • Option to auto-play video upon opening video details screen (on by default)
    • Swipe down on video to minimize it and continue browsing uninterrupted (in landscape mode, you can swipe down on the title to do the same)
    • Full screen button smartly detects if video is portrait or landscape and behaves accordingly
    • Swipe up on full screen button in landscape mode to scroll down the video details
    • Now you get a neat looking progress bar below the thumbnail in the video details screen if you play it in the background or popup player.
    • Minimize players to background by default when switching app
    • The main player/minimized player retains your browsing history until you close it
  • Use MediaStyle notifications for all players #3178, #4340
    • Customizable notification actions
    • Reduce excessive notification updating
    • Fixed metadata (song title, artist and album art) sometimes not being set correctly
    • Fixed notification priority and Bluetooth related bugs
  • Allow basic resizing when using NewPipe in windowed mode / as desktop application #3948
  • New localizations: Bengali, Berber, Neapolitan, Portuguese and Sardinian

Improved

  • Show dialog with open options in case of an unsupported URL toast #3826
  • Improve share dialog #4259
  • Improve playlist header layout: align with info items and use always two lines for playlist title when needed #3944
  • Improve search suggestion experience when remote ones can't be fetched #4029
  • Increased default video quality to 720p60 (in-app player) and 480p (pop-up player) #4275
  • Reduce redundancy in "Remember popup size and position" setting #4050
  • Remove timestamp from URL when sharing a live stream #4115
  • Use SubtitlesStream#getUrl instead of getURL #4120
  • Remember last selected media type for downloads. #4038
  • Disabled commenter image view on LoadThumbnail set to false #4350
  • Change "Autoplay" to "Autoqueue" to reduce ambiguity #4252

Fixed

  • Fixed color of correct / suggested search term #3984
  • Fixed ACRA bug reports not containing stack trace #3982
  • Fixed crash when opening video in local playlist tab #3892
  • Fixed auto-queue with no next videos #4349
  • Fixed display name of Kayble language (Taqbaylit) #4066
  • Fixed license pop-up hiding when orientation changes #4127
  • Fixed crash when a file is deleted then redownloaded #3794
  • Fixed incorrect use of plurals in Russian #4365

Development

  • Add Checkstyle rule to error when a local variable that could be final isn't final #4138
  • Allow numbers and uppercase letters in app package id #4326
  • Add requirement for contributors to discuss contributions before opening PRs #4126
  • Deprecations and cleanup #3909
Assets 3

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK