diff --git a/app/build.gradle b/app/build.gradle
index 4dcae196954..cb112db7d42 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -165,7 +165,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.ShareASmile:NewPipeExtractor:0.22.7.1'
+ implementation 'com.github.ShareASmile:NewPipeExtractor:4aea925d97'
/** Third-party libraries **/
// Instance state boilerplate elimination
diff --git a/app/src/main/java/org/schabi/newpipe/info_list/holder/CommentsInfoItemHolder.java b/app/src/main/java/org/schabi/newpipe/info_list/holder/CommentsInfoItemHolder.java
index a14a8d9bf26..4fc2d9f84b8 100644
--- a/app/src/main/java/org/schabi/newpipe/info_list/holder/CommentsInfoItemHolder.java
+++ b/app/src/main/java/org/schabi/newpipe/info_list/holder/CommentsInfoItemHolder.java
@@ -33,15 +33,15 @@
public class CommentsInfoItemHolder extends CommentsMiniInfoItemHolder {
public final TextView itemTitleView;
- private final ImageView itemHeartView;
- private final ImageView itemPinnedView;
+ private final ImageView itemHeartView;
+ private final ImageView itemPinnedView;
public CommentsInfoItemHolder(final InfoItemBuilder infoItemBuilder, final ViewGroup parent) {
super(infoItemBuilder, R.layout.list_comments_item, parent);
itemTitleView = itemView.findViewById(R.id.itemTitleView);
- itemHeartView = itemView.findViewById(R.id.detail_heart_image_view);
- itemPinnedView = itemView.findViewById(R.id.detail_pinned_view);
+ itemHeartView = itemView.findViewById(R.id.detail_heart_image_view);
+ itemPinnedView = itemView.findViewById(R.id.detail_pinned_view);
}
@Override
@@ -58,6 +58,6 @@ public void updateFromItem(final InfoItem infoItem,
itemHeartView.setVisibility(item.isHeartedByUploader() ? View.VISIBLE : View.GONE);
- itemPinnedView.setVisibility(item.isPinned() ? View.VISIBLE : View.GONE);
+ itemPinnedView.setVisibility(item.isPinned() ? View.VISIBLE : View.GONE);
}
}
diff --git a/app/src/main/res/values/settings_keys.xml b/app/src/main/res/values/settings_keys.xml
index 228cd19e716..0ce8d0e7f80 100644
--- a/app/src/main/res/values/settings_keys.xml
+++ b/app/src/main/res/values/settings_keys.xml
@@ -94,10 +94,10 @@
- @string/best_resolution_key
- - 2160p60
- - 2160p
- - 1440p60
- - 1440p
+ - 2160p60
+ - 2160p
+ - 1440p60
+ - 1440p
- 1080p60
- 1080p
- 720p60
@@ -109,10 +109,10 @@
- @string/best_resolution
- - 2160p60
- - 2160p
- - 1440p60
- - 1440p
+ - 2160p60
+ - 2160p
+ - 1440p60
+ - 1440p
- 1080p60
- 1080p
- 720p60
@@ -1143,10 +1143,10 @@
- @string/limit_data_usage_none_key
- - 2160p60
- - 2160p
- - 1440p60
- - 1440p
+ - 2160p60
+ - 2160p
+ - 1440p60
+ - 1440p
- 1080p60
- 1080p
- 720p60
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 6383f2efccb..573e548c6f7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -145,7 +145,7 @@
YouTube restricted mode
This video is age restricted.\n\nIf you want to view it, enable \"Age restricted content\" in the settings.
This video is age-restricted.\nDue to new YouTube policies with age-restricted videos, NewPipe cannot access any of its video streams and thus is unable to play it.
- Live
+ Live
Downloads
Downloads
Error report
@@ -311,7 +311,7 @@
- %s videos
No comments
- Comments are disabled
+ Comments are disabled
Start
Pause
@@ -371,7 +371,7 @@
Libre lightweight streaming on Android.
Contribute
Whether you have ideas of; translation, design changes, code cleaning, or real heavy code changes—help is always welcome. The more is done the better it gets!
- https://github.com/TeamNewPipe/NewPipe
+ https://github.com/ShareASmile/FoxPipe
View on GitHub
Donate
NewPipe is developed by volunteers spending their free time bringing you the best user experience. Give back to help developers make NewPipe even better while they enjoy a cup of coffee.
@@ -404,7 +404,7 @@
Content of main page
What tabs are shown on the main page
- Swipe items to remove them
+ Swipe items to remove them
Selection
Blank Page
Kiosk Page
@@ -423,7 +423,7 @@
Export file name
Please enter file name for export.
No valid ZIP file
- You entered an invalid name for zip file.
+ You entered an invalid name for zip file.
Warning: Could not import all files.
This will override your current setup.
Do you want to also import settings?
@@ -533,10 +533,10 @@
@string/limit_data_usage_none_key
- @string/limit_data_usage_none_description
- - 2160p60
- - 2160p
- - 1440p60
- - 1440p
+ - 2160p60
+ - 2160p
+ - 1440p60
+ - 1440p
- 1080p60
- 1080p
- 720p60
@@ -677,15 +677,15 @@
Created by %s
By %s
Playlist page
- Recent
- This content is not available in your country.
+ Recent
+ This content is not available in your country.
This is a SoundCloud Go+ track, at least in your country, so it cannot be streamed or downloaded by NewPipe.
This content is private, so it cannot be streamed or downloaded by NewPipe.
This video is available only to YouTube Music Premium members, so it cannot be streamed or downloaded by NewPipe.
This content is only available to users who have paid, so it cannot be streamed or downloaded by NewPipe.
- Featured
+ Featured
Radio
- Always expand description
- Pinned comment
- Hearted by creator
+ Always expand description
+ Pinned comment
+ Hearted by creator
\ No newline at end of file