Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jul 15, 2024
2 parents ad6b676 + 0f64158 commit 72e9f7f
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdk 21
targetSdk 33
versionCode 997
versionName "0.27.0"
versionCode 998
versionName "0.27.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -198,7 +198,7 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.0'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.1'
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'

/** Checkstyle **/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public class MediaSessionPlayerUi extends PlayerUi
implements SharedPreferences.OnSharedPreferenceChangeListener {
private static final String TAG = "MediaSessUi";

@Nullable
private MediaSessionCompat mediaSession;
@Nullable
private MediaSessionConnector sessionConnector;

private final String ignoreHardwareMediaButtonsKey;
Expand Down Expand Up @@ -198,6 +200,11 @@ private void updateMediaSessionActions() {
return;
}

if (sessionConnector == null) {
// sessionConnector will be null after destroyPlayer is called
return;
}

// only use the fourth and fifth actions (the settings page also shows only the last 2 on
// Android 13+)
final List<NotificationActionData> newNotificationActions = IntStream.of(3, 4)
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/ar/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
تم إصلاح YouTube الذي لا يقوم بتشغيل أي دفق
1 change: 1 addition & 0 deletions fastlane/metadata/android/az/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
YouTube-un heç bir yayım oynatmaması düzəldildi
1 change: 1 addition & 0 deletions fastlane/metadata/android/cs/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Opraveno nepřehrávání jakéhokoli streamu ve službě YouTube
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Behoben, dass YouTube keinen Stream abspielte
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fixed YouTube not playing any stream because of HTTP 403 errors.

Occasional HTTP 403 errors in the middle of a YouTube video are not fixed yet.
That issue will be addressed in another hotfix release as soon as possible.
1 change: 1 addition & 0 deletions fastlane/metadata/android/es/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Arreglo en YouTube no reproduciendo flujos
1 change: 1 addition & 0 deletions fastlane/metadata/android/fa/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
مشکل عدم نمایش پخش‌زنده برطرف شد
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correction de YouTube qui ne lisait aucun média
1 change: 1 addition & 0 deletions fastlane/metadata/android/he/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
תוקנה התקלה ש־YouTube לא מנגן אף תזרים
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
फिक्स्ड YouTube कोई स्ट्रीम नहीं चला रहा है
1 change: 1 addition & 0 deletions fastlane/metadata/android/id/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Memperbaiki YouTube yang tidak memutar streaming apa pun
4 changes: 4 additions & 0 deletions fastlane/metadata/android/it/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Corretto problema di riproduzione di YouTube causato da errori HTTP 403.

Gli errori HTTP 403 saltuari nel mezzo di un video di YouTube non sono ancora stati sistemati.
Questo problema sarà affrontato in un altra release hotfix non appena possibile.
1 change: 1 addition & 0 deletions fastlane/metadata/android/ka/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
გაასწორა YouTube არ უკრავს არცერთ ნაკადს
1 change: 1 addition & 0 deletions fastlane/metadata/android/nl/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
YouTube speelt geen stream af opgelost
1 change: 1 addition & 0 deletions fastlane/metadata/android/pa/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ਸਥਿਰ YouTube ਕੋਈ ਸਟ੍ਰੀਮ ਨਹੀਂ ਚਲਾ ਰਿਹਾ
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-BR/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corrigido YouTube não reproduzir qualquer transmissão
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-PT/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corrigido YouTube não reproduzir nenhuma transmissão
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corrigido YouTube não reproduzir nenhuma transmissão
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Исправлено: YouTube не воспроизводил никакие потоки
1 change: 1 addition & 0 deletions fastlane/metadata/android/sv/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Åtgärdat att YouTube inte spelar någon stream
1 change: 1 addition & 0 deletions fastlane/metadata/android/tr/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
YouTube'un herhangi bir akışı oynatmaması düzeltildi
1 change: 1 addition & 0 deletions fastlane/metadata/android/uk/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Виправлено проблему невідтворюваності трансляцій
1 change: 1 addition & 0 deletions fastlane/metadata/android/vi/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Đã sửa lỗi YouTube không phát bất kỳ luồng nào
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-Hans/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
修复YouTube无法播放任何视频
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-Hant/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
修正 YouTube 無法播放任何串流
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh_Hant_HK/changelogs/998.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
修正咗 YouTube 乜嘢實況串流都播唔到嘅問題

0 comments on commit 72e9f7f

Please sign in to comment.