From 6a8e38476f93fe2b75950fe378740cec248d9770 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 ab03198ba6dc2260f8e0bf5f782407eadf662120 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 c4967532e42a222ef4c6d7e8e4f7a71337f636d2 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 f947856a610b4762c6b31a782324ed78480d30c5 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'