NewPipe-app-android/app
AudricV 036196a487
Filter streams using Java 8 Stream's API instead of removing streams with list iterators and add a better toast when there is no audio stream for external players
This ensures to not remove streams from the StreamInfo lists themselves, and so to not have to create list copies.

The toast shown in RouterActivity, when there is no audio stream available for external players, is now shown, in the same case, when pressing the background button in VideoDetailFragment.
2022-06-17 22:01:29 +02:00
..
schemas/org.schabi.newpipe.database.AppDatabase Migrate NotificationIcon to Picasso 2021-09-07 13:30:26 +03:00
src Filter streams using Java 8 Stream's API instead of removing streams with list iterators and add a better toast when there is no audio stream for external players 2022-06-17 22:01:29 +02:00
build.gradle Add support of other delivery methods than progressive HTTP (in the player only) 2022-06-17 22:00:22 +02:00
proguard-rules.pro Fix proguard rules to keep Notifications settings fragment 2022-04-16 21:26:25 +02:00