From 929d13bfea2bef528c0149d1717def8b63a653bd Mon Sep 17 00:00:00 2001 From: bopol Date: Sat, 11 Apr 2020 20:35:04 +0200 Subject: [PATCH 1/3] add support for some peertube instances The one used for tests, popular instances and user wanted (e.g. la quadrature du net, video.lqdn.fr, or @TheAssassin instance, media-assassinate-you.net) --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 312 +++++++++++++++++-------------- 2 files changed, 173 insertions(+), 141 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 64b73d77b..4b25e9526 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:f3913e241e379adf0091319091e8f895c5fcfd07' + implementation 'com.github.B0pol:NewPipeExtractor:7cae95bf09ddc59ec77b3a905a23278318ef15f7' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 28215e013..0119288a6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,22 +1,23 @@ - - - - - - - + + + + + + - + - - - + + + + - + @@ -49,36 +51,36 @@ + android:label="@string/title_activity_background_player" + android:launchMode="singleTask" /> + android:label="@string/title_activity_popup_player" + android:launchMode="singleTask" /> + android:exported="false" /> + android:theme="@style/VideoPlayerTheme" /> + android:label="@string/settings" /> + android:label="@string/title_activity_about" /> - - - + + + - + - + - + android:theme="@android:style/Theme.NoDisplay" /> + + android:launchMode="singleTask" /> - + + android:label="@string/recaptcha" /> + android:resource="@xml/nnf_provider_paths" /> - - - + + + - - + + - - - - - - + + + + + + - - - - + + + + - - - + + + - + - - - + + + - - + + - - - - + + + + - - - + + + - - + + - - - - + + + + - - - + + + - - + + - - + + - - - + + + - - + + - - - - + + + + - - - + + + - - + + - - - + + + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - + + + - - + + - - - - - - + + + + + + - - - + + + - - - + + + - - + + - - - + + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:exported="false" /> From 0a984ca8c85eacb87769a265ab02c8b738ab2b40 Mon Sep 17 00:00:00 2001 From: bopol Date: Tue, 5 May 2020 15:56:31 +0200 Subject: [PATCH 2/3] remove duplicate host in manifest --- app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0119288a6..6164cfe47 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -322,9 +322,8 @@ + - - From 55027a9b2b75473606def19c8bc46036fd0513e5 Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 11 May 2020 21:33:55 +0200 Subject: [PATCH 3/3] bump extractor version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4b25e9526..b7d2e50b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.B0pol:NewPipeExtractor:7cae95bf09ddc59ec77b3a905a23278318ef15f7' + implementation 'com.github.TeamNewpipe:NewPipeExtractor:b40ccb507539dd7489775cca0187d6756bcb203a' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'