Skip to content

Commit

Permalink
Merge branch 'dev' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jan 22, 2025
2 parents 1890fbb + 8b5aa5c commit 3e6e980
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ android {
if (System.properties.containsKey('versionCodeOverride')) {
versionCode System.getProperty('versionCodeOverride') as Integer
} else {
versionCode 1001
versionCode 1002
}
versionName "0.27.4"
versionName "0.27.5"
if (System.properties.containsKey('versionNameSuffix')) {
versionNameSuffix System.getProperty('versionNameSuffix')
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,13 @@ private boolean handlePopupItem(@NonNull ViewHolderItem h, @NonNull MenuItem opt
return true;
case R.id.md5:
case R.id.sha1:
final StoredFileHelper storage = h.item.mission.storage;
if (!storage.existsAsFile()) {
Toast.makeText(mContext, R.string.missing_file, Toast.LENGTH_SHORT).show();
mDeleter.append(h.item.mission);
applyChanges();
return true;
}
final NotificationManager notificationManager
= ContextCompat.getSystemService(mContext, NotificationManager.class);
final NotificationCompat.Builder progressNotificationBuilder
Expand All @@ -678,7 +685,6 @@ private boolean handlePopupItem(@NonNull ViewHolderItem h, @NonNull MenuItem opt

notificationManager.notify(HASH_NOTIFICATION_ID, progressNotificationBuilder
.build());
final StoredFileHelper storage = h.item.mission.storage;
compositeDisposable.add(
Observable.fromCallable(() -> Utility.checksum(storage, id))
.subscribeOn(Schedulers.computation())
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/ar/changelogs/1002.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/1002.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/1002.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/1002.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/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fixed YouTube not playing any stream.

This release only addresses the most pressing error that prevents YouTube video details from loading.
We are aware there are other problems, and we will soon make a separate release to solve them.
1 change: 1 addition & 0 deletions fastlane/metadata/android/es/changelogs/1002.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/1002.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/1002.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/1002.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/1002.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/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Memperbaiki YouTube yang tidak memutar streaming apa pun
1 change: 1 addition & 0 deletions fastlane/metadata/android/it/changelogs/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corretto problema di riproduzione di YouTube
1 change: 1 addition & 0 deletions fastlane/metadata/android/ka/changelogs/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
გაასწორა YouTube არ უკრავს არცერთ ნაკადს
1 change: 1 addition & 0 deletions fastlane/metadata/android/ko/changelogs/1002.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/1002.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/1002.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/1002.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/1002.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/1002.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/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Исправлено: YouTube не воспроизводил никакие потоки
1 change: 1 addition & 0 deletions fastlane/metadata/android/sk/changelogs/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed YouTube not playing any stream
1 change: 1 addition & 0 deletions fastlane/metadata/android/sv/changelogs/1002.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/1002.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/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Виправлено проблему невідтворюваності трансляцій YouTube
1 change: 1 addition & 0 deletions fastlane/metadata/android/vi/changelogs/1002.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/1002.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/1002.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/1002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
修正咗 YouTube 乜嘢實況串流都播唔到嘅問題
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ swiperefreshlayout = "1.1.0"
# This works thanks to JitPack: https://jitpack.io/
teamnewpipe-filepicker = "5.0.0"
teamnewpipe-nanojson = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
teamnewpipe-newpipe-extractor = "d3d5f2b3f03a5f2b479b9f6fdf1c2555cbb9de0e"
teamnewpipe-newpipe-extractor = "v0.24.4"
work = "2.8.1"

[plugins]
Expand Down

0 comments on commit 3e6e980

Please sign in to comment.