From 6ba7e3c58443650882f0f3b9370685fc35276ff9 Mon Sep 17 00:00:00 2001
From: Andrew <30773181+2secslater@users.noreply.github.com>
Date: Fri, 2 Aug 2019 18:26:13 +0000
Subject: [PATCH 1/4] Add all (HTTP(S)) Invidious instances
Public Invidious instances from https://github.com/omarroth/invidious/wiki/invidious-instances have been added to the AndroidManifest.xml to allow opening of the public Invidious (not just `invidio.us`) links in NewPipe.
---
app/src/main/AndroidManifest.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4cd8e83f9..226a163bc 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -229,6 +229,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
From 8fa0150d1564b368b3f99ada9845289c9ad34f4c Mon Sep 17 00:00:00 2001
From: Andrew <30773181+2secslater@users.noreply.github.com>
Date: Thu, 8 Aug 2019 00:22:40 +0000
Subject: [PATCH 2/4] Add debugging domain for main instance
---
app/src/main/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 226a163bc..72049c99a 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -228,6 +228,7 @@
+
From dbac870a7a7d3a7d13c95cc3619e521e5092c001 Mon Sep 17 00:00:00 2001
From: Andrew <30773181+2secslater@users.noreply.github.com>
Date: Thu, 8 Aug 2019 01:07:51 +0000
Subject: [PATCH 3/4] Use commit from extractor pr
---
app/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/build.gradle b/app/build.gradle
index cb57a31b0..148f599bb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -57,7 +57,7 @@ dependencies {
exclude module: 'support-annotations'
})
- implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e'
+ implementation 'com.github.TeamNewPipe:NewPipeExtractor:7fb17684f5d97'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'
From 47a13d5cb99d57886fb91cd3b3d2e3413e0d5ef3 Mon Sep 17 00:00:00 2001
From: Andrew <30773181+2secslater@users.noreply.github.com>
Date: Thu, 8 Aug 2019 01:13:34 +0000
Subject: [PATCH 4/4] Revert last commit
---
app/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 148f599bb..298ef0833 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -56,8 +56,8 @@ dependencies {
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
exclude module: 'support-annotations'
})
-
- implementation 'com.github.TeamNewPipe:NewPipeExtractor:7fb17684f5d97'
+
+ implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'