Skip to content

Commit

Permalink
Merge pull request TeamNewPipe/NewPipe#5871 from Stypox/release_0.21.0
Browse files Browse the repository at this point in the history
Release 0.21.0
  • Loading branch information
TobiGr authored and tossj committed Apr 22, 2021
1 parent 13bb33f commit 845ef35
Show file tree
Hide file tree
Showing 50 changed files with 421 additions and 109 deletions.
1 change: 1 addition & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align="center"><a href="https://newpipe.net"><img src="assets/new_pipe_icon_5.png" width="150"></a></p>
<h2 align="center"><b>NewPipe</b></h2>
<h4 align="center">A libre lightweight streaming frontend for Android.</h4>

<p align="center"><a href="https://f-droid.org/packages/org.schabi.newpipelegacy/"><img src="https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png"></a></p>

<p align="center">
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align="center"><a href="https://newpipe.net"><img src="assets/new_pipe_icon_5.png" width="150"></a></p>
<h2 align="center"><b>NewPipe</b></h2>
<h4 align="center">A libre lightweight streaming frontend for Android.</h4>

<p align="center"><a href="https://f-droid.org/packages/org.schabi.newpipelegacy/"><img src="https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png"></a></p>

<p align="center">
Expand Down Expand Up @@ -87,11 +88,7 @@ NewPipe supports multiple services. Our [docs](https://teamnewpipe.github.io/doc
## Installation and updates
You can install NewPipe using one of the following methods:
1. Add our custom repo to F-Droid and install it from there. The instructions are here: https://newpipe.schabi.org/FAQ/tutorials/install-add-fdroid-repo/
<<<<<<< HEAD
2. Download the APK from [Github Releases](https://github.com/TeamNewPipe/NewPipe-legacy/releases) and install it.
=======
2. Download the APK from [Github Releases](https://github.com/TeamNewPipe/NewPipe/releases) and install it.
>>>>>>> 80fb351ad... Merge pull request #5830 from mhmdanas/remove-outdated-fdroid-version-note
3. Update via F-Droid. This is the slowest method of getting updates, as F-Droid must recognize changes, build the APK itself, sign it, then push the update to users.
4. Build a debug APK yourself. This is the fastest way to get new features on your device, but is much more complicated, so we recommend using one of the other methods.

Expand Down
2 changes: 2 additions & 0 deletions README.pt_BR.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<p align="center"><a href="https://newpipe.net"><img src="assets/new_pipe_icon_5.png" width="150"></a></p>

<h2 align="center"><b>NewPipe</b></h2>
<h4 align="center">Uma interface de streaming leve e gratuita para Android.</h4>

<p align="center"><a href="https://f-droid.org/packages/org.schabi.newpipelegacy/"><img src="https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png"></a></p>

<p align="center">
Expand Down
1 change: 1 addition & 0 deletions README.so.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align="center"><a href="https://newpipe.net"><img src="assets/new_pipe_icon_5.png" width="150"></a></p>
<h2 align="center"><b>NewPipe</b></h2>
<h4 align="center">App bilaash ah oo fudud looguna talagalay in Android-ka wax loogu daawado.</h4>

<p align="center"><a href="https://f-droid.org/packages/org.schabi.newpipelegacy/"><img src="https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png"></a></p>

<p align="center">
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
resValue "string", "app_name", "NewPipe Legacy"
minSdkVersion 16
targetSdkVersion 29
versionCode 123
versionName "0.20.11"
versionCode 124
versionName "0.21.0"

multiDexEnabled true

Expand Down Expand Up @@ -192,7 +192,7 @@ dependencies {

// NewPipe dependencies
// You can use a local version by uncommenting a few lines in settings.gradle
implementation 'com.github.TeamNewPipe:NewPipeExtractor:def745b801b2ef35c1a0fee1be950331ca6a0cd2'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.0'
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"

implementation "org.jsoup:jsoup:1.13.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public class ErrorActivity extends AppCompatActivity {
public static final DateTimeFormatter CURRENT_TIMESTAMP_FORMATTER
= DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");


private ErrorInfo errorInfo;
private String currentTimeStamp;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import io.reactivex.rxjava3.core.Flowable
import io.reactivex.rxjava3.functions.Function4
import io.reactivex.rxjava3.schedulers.Schedulers
import org.schabi.newpipe.extractor.stream.StreamInfoItem
import org.schabi.newpipelegacy.database.feed.model.FeedGroupEntity
import org.schabi.newpipelegacy.local.feed.service.FeedEventManager
import org.schabi.newpipelegacy.local.feed.service.FeedEventManager.Event.ErrorResultEvent
import org.schabi.newpipelegacy.local.feed.service.FeedEventManager.Event.IdleEvent
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,4 +713,9 @@
<string name="radio">إذاعة</string>
<string name="featured">المميزة</string>
<string name="recaptcha_solve">حل</string>
<string name="download_has_started">بدأ التنزيل</string>
<string name="select_night_theme_toast">يمكنك اختيار نسقك الليلي المفضل أدناه</string>
<string name="night_theme_summary">حدد موضوعك الليلي المفضل - %s</string>
<string name="auto_device_theme_title">تلقائي (سمة الجهاز)</string>
<string name="night_theme_title">الثيم الليلي</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-b+zh+HANS+CN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,9 @@
<string name="recaptcha_solve">处理</string>
<string name="radio">电台</string>
<string name="featured">精选</string>
<string name="auto_device_theme_title">自动(系统主题)</string>
<string name="download_has_started">下载已开始</string>
<string name="select_night_theme_toast">在此选择您最喜欢的夜间主题</string>
<string name="night_theme_summary">选择你最喜欢的夜间主题 - %s</string>
<string name="night_theme_title">夜间主题</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-bn-rBD/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
<string name="feed_update_threshold_summary">শেষ হালনাগাদের পর একটি সাবস্ক্রিপশনের আগের সময় সেকেলে বিবেচিত — %s</string>
<string name="feed_update_threshold_title">ফিড হালনাগাদ প্রবেশস্থল</string>
<string name="settings_category_feed_title">ফিড</string>
<string name="feed_group_show_only_ungrouped_subscriptions">শুধুমাত্র আনগ্রুপড সাবস্ক্রিপশনসমূহ দেখান</string>
<string name="feed_group_show_only_ungrouped_subscriptions">শুধুমাত্র অদলবদ্ধ সদস্যতা দেখাও</string>
<string name="feed_group_dialog_delete_message">আপনি কি এ গ্রুপটি মুছতে চান\?</string>
<string name="feed_group_dialog_empty_name">খালি গ্রুপ নেম</string>
<plurals name="feed_group_dialog_selection_count">
Expand Down
20 changes: 20 additions & 0 deletions app/src/main/res/values-bn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,4 +534,24 @@
<string name="subscribers_count_not_available">সাব্সক্রাইবার গণনা পাওয়া যায়নি</string>
<string name="detail_drag_description">সাজাতে টানো</string>
<string name="copy_for_github">প্রতিবেদন অনুলিপি করো</string>
<string name="feed_group_show_only_ungrouped_subscriptions">শুধুমাত্র অদলবদ্ধ সদস্যতা দেখাও</string>
<string name="feed_oldest_subscription_update">ফিড শেষে হালনাগাদ করা হয়েছে: %s</string>
<string name="downloads_storage_ask_title">কোথায় ডাইনলোড করবো জিজ্ঞেস করো</string>
<string name="pause_downloads_on_mobile">পরিমাপকৃত নেটওয়ার্কে বাধা দাও</string>
<string name="error_download_resource_gone">এই ডাউনলোড উদ্ধার করা যাচ্ছে না</string>
<string name="overwrite_failed">এই ফাইলের উপর লেখা যাচ্ছে না</string>
<string name="app_update_notification_content_title">নিউপাইপ হালনাগাদ আছে!</string>
<string name="minimize_on_exit_popup_description">পপআপ প্লেয়ারে ক্ষুদ্রকরণ করো</string>
<string name="minimize_on_exit_background_description">প্লেয়ার পটভূমিতে ক্ষুদ্রকরণ করো</string>
<string name="minimize_on_exit_title">অ্যাপ পরিবর্তনে ক্ষুদ্রকরণ করো</string>
<string name="unhook_checkbox">আনহুক (বিকৃতি হতে পারে)</string>
<string name="crash_the_app">অ্যাপ বন্ধ করে দাও</string>
<string name="show_meta_info_title">মেটা তথ্য দেখাও</string>
<string name="hash_channel_name">ভিডিও হ্যাশের বিজ্ঞপ্তি</string>
<string name="show_memory_leaks">মেমরি ক্ষয় দেখাও</string>
<string name="clear_cookie_title">রিক্যাপচা কুকি পরিষ্কার করো</string>
<string name="channel_created_by">%s দ্বারা তৈরি</string>
<string name="detail_sub_channel_thumbnail_view_description">চ্যানেলের অবতার প্রতিচ্ছবি</string>
<string name="feed_use_dedicated_fetch_method_disable_button">দ্রুত মোড বন্ধ করো</string>
<string name="feed_use_dedicated_fetch_method_enable_button">দ্রুত মোড চালু করো</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,5 @@
<string name="no_app_to_open_intent">Na Vašem zařízení není aplikace, která to umí otevřít</string>
<string name="related_streams_tab_description">Podobné strýmy</string>
<string name="show_description_summary">Vypnout pro skrytí popisu videa a doplňkové informace</string>
<string name="crash_the_app">Zbořit aplikaci</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,5 @@
<string name="notification_action_1_title">Andre handlingstast</string>
<string name="notification_action_2_title">Tredje handlingstast</string>
<string name="search_showing_result_for">Viser resultater for: %s</string>
<string name="open_with">Åben med</string>
</resources>
9 changes: 7 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
<string name="songs">Lieder</string>
<string name="content_not_supported">Dieser Inhalt wird von NewPipe noch nicht unterstützt.
\n
\nEs wird hoffentlich in einer zukünftigen Version unterstützt.</string>
\nEr wird hoffentlich in einer zukünftigen Version unterstützt.</string>
<string name="restricted_video">Dieses Video ist altersbeschränkt.
\n
\nAktiviere in den Einstellungen „%1$s“, falls du diese sehen möchtest.</string>
Expand All @@ -604,7 +604,7 @@
<string name="show_original_time_ago_title">Originalzeit vor Elementen anzeigen</string>
<string name="show_original_time_ago_summary">Originaltexte von Diensten werden in Stream-Elementen sichtbar sein</string>
<string name="youtube_restricted_mode_enabled_title">Aktivieren des „Eingeschränkten Modus“ von YouTube</string>
<string name="detail_sub_channel_thumbnail_view_description">Avatarbild des Kanals</string>
<string name="detail_sub_channel_thumbnail_view_description">Profilbild des Kanals</string>
<string name="channel_created_by">Erstellt von %s</string>
<string name="video_detail_by">Von %s</string>
<string name="feed_group_show_only_ungrouped_subscriptions">Nur nicht gruppierte Abonnements anzeigen</string>
Expand Down Expand Up @@ -673,4 +673,9 @@
<string name="radio">Radio</string>
<string name="featured">Vorgestellt</string>
<string name="recaptcha_solve">Lösen</string>
<string name="download_has_started">Download hat begonnen</string>
<string name="select_night_theme_toast">Du kannst dein bevorzugtes Nachtdesign unten auswählen</string>
<string name="night_theme_summary">Wähle dein bevorzugtes Nachtdesign — %s</string>
<string name="auto_device_theme_title">Automatisch (Gerätedesign)</string>
<string name="night_theme_title">Nachtdesign</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,4 +673,9 @@
<string name="featured">Επιλεγμένα</string>
<string name="radio">Ράδιο</string>
<string name="recaptcha_solve">Λύση</string>
<string name="download_has_started">Η λήψη ξεκίνησε</string>
<string name="select_night_theme_toast">Μπορείτε να επιλέξετε το αγαπημένο σας νυχτερινό θέμα παρακάτω</string>
<string name="night_theme_summary">Επιλέξτε το αγαπημένο σας νυχτερινό θέμα — %s</string>
<string name="auto_device_theme_title">Αυτόματο (θέμα συσκευής)</string>
<string name="night_theme_title">Νυχτερινό θέμα</string>
</resources>
Loading

0 comments on commit 845ef35

Please sign in to comment.