Commit graph

812 commits

Author SHA1 Message Date
evermind
ccce866e4d BraveNewPipe Release 0.25.2-2.1.6
- BITCHUTE: fix RSS feed url creation -> Fixes ordering of new videos
- BITCHUTE: Fix searching: we now require nonce and timestamp to retrieve search results
- RUMBLE: RumbleStreamExtractor: use metadata to get the correct stream resolution label
- RUMBLE: RumbleStreamExtractor: remove 'timeline stream' from available streams

- string.xml NewPipe -> BraveNewPipe workaround to fix https://github.com/bravenewpipe/NewPipeExtractor/issues/98
2023-11-10 16:08:04 +01:00
evermind
3d3bb12483 BraveNewPipe Release 0.25.2-2.1.5
- BITCHUTE: fix channel avatar extraction
2023-11-07 07:59:38 +01:00
evermind
e8f2bd161f BraveNewPipe Release 0.25.2-2.1.4
- RUMBLE: now Trending shows also older videos and not repeat the newest
2023-09-29 07:00:56 +02:00
evermind
fc5b0db0c5 BraveNewPipe Release 0.25.2-2.1.3
- RUMBLE: fix extraction of live view count in RumbleStreamExtractor
- RUMBLE: fix extraction of view count in RumbleStreamExtractor
- RUMBLE: fix the Trending Kiosk list to work with current Rumble
- FRAMEWORK: make sure the items of the KioskList are ordered
- BITCHUTE: workaround to provide precise date & time for videos from channel page.
2023-09-06 11:57:07 +02:00
evermind
0d43b2428f BraveNewPipe Release 0.25.2-2.1.2
- Bitchute: fix upload date extraction for streams
- fix possible crash on Download Dialog if there are no steams yet
2023-08-30 16:37:48 +02:00
evermind
f8e2b23988 BraveNewPipe Release 0.25.2-2.1.1
- merge with NewPipe 0.25.2
2023-08-11 23:01:49 +02:00
evermind
6fb382579c Merge tag 'v0.25.2' of https://github.com/polymorphicshade/NewPipe into dev 2023-08-09 09:14:34 +02:00
polymorphicshade
ed6a94b3fb Merge branch 'master' into sponsorblock
# Conflicts:
#	README.md
#	app/src/main/java/org/schabi/newpipe/player/PlayQueueActivity.java
#	app/src/main/java/org/schabi/newpipe/player/Player.java
#	app/src/main/java/org/schabi/newpipe/settings/SettingsResourceRegistry.java
#	app/src/main/java/us/shandian/giga/service/DownloadManagerService.java
#	app/src/main/res/values-es/strings.xml
#	app/src/main/res/values-it/strings.xml
#	app/src/main/res/values-zh-rTW/strings.xml
#	app/src/main/res/values/strings.xml
#	doc/README.es.md
#	doc/README.ja.md
#	doc/README.ko.md
#	doc/README.pt_BR.md
#	doc/README.ro.md
#	doc/README.so.md
#	doc/README.tr.md
2023-08-03 17:59:38 -06:00
Stypox
d4019f4b54
Update NewPipeExtractor to v0.22.7 2023-08-02 20:12:55 +02:00
TobiGr
3f0f66f106 Bump version to 0.25.2 (994) 2023-08-02 20:02:22 +02:00
TobiGr
27f77518fe Update NewPipe Extractor to 39a911db9f 2023-07-31 23:59:28 +02:00
TobiGr
428a7d418b Update com.squareup.okio:okio to 3.4.0
Use okio 3.4.0 explicity to fix vulnerability introduced through okhttp3 (3.3.0).
See https://www.cve.org/CVERecord?id=CVE-2023-3635 for more details on the vulnerability.
2023-07-31 21:53:49 +02:00
TacoTheDank
a01e59e9db Update AndroidX Room library 2023-07-17 21:09:44 -04:00
Stypox
135f0f7249
Make all leak canary libs debugImplementation-only 2023-07-14 18:32:30 +02:00
TacoTheDank
db7de05f2b Update LeakCanary library 2023-07-11 20:32:29 -04:00
TobiGr
1a2fbd8122 Update acra and checkstyle fixing vulnerability in dependency com.google.guava
See https://app.snyk.io/org/thescrabi/project/27dc214e-7f4f-47bb-a77c-443201491254
2023-07-01 13:30:37 +02:00
evermind
f4666c21d3 BraveNewPipe Release 0.25.1-2.1.1
- RUMBLE: fix banner/channelId/verified for Channel extraction
2023-06-07 13:59:04 +02:00
evermind
92b7d69c6c Revert "BraveNewPipe: handle alternative urls array into data.json to promote conscrypt build on Kitkat"
This reverts commit e251e33a1e.
-> we no longer support KitKat
2023-06-06 22:36:19 +02:00
TacoTheDank
4e3bf3c2f9 Update some libraries 2023-05-30 12:22:05 -04:00
TacoTheDank
fe82029dc7 Fix unresolved extractor 2023-05-12 01:12:12 -04:00
Stypox
8519897089
Fix ktlint formatter after upgrade to Java 17
See https://github.com/pinterest/ktlint/issues/1195 and https://github.com/ScoopInstaller/Extras/issues/10313. Note that although this should have been fixed in the latest version of ktlint (we are using an old one), the fix doesn't seems to have worked for me.
2023-04-25 18:37:04 +02:00
Isira Seneviratne
f74d794b2a
Merge pull request #10035 from Stypox/update-gradle
Upgrade Gradle and AGP from 7.x to 8.x and use Java 17
2023-04-20 19:55:31 +05:30
Stypox
69ef4a987e
Update CI Java version 2023-04-20 15:42:33 +02:00
Stypox
70b3ba310a
Upgrade to Gradle 8.0 2023-04-20 10:36:23 +02:00
Stypox
ba3afd1e35
Merge pull request #10021 from Isira-Seneviratne/PendingIntentCompat
Switch to AndroidX's PendingIntentCompat.
2023-04-14 14:20:47 +02:00
Isira Seneviratne
74bd28cbd9 Update AndroidX Core to 1.10.0. 2023-04-09 18:45:57 +05:30
polymorphicshade
7ca71fee42 Merge branch 'master' into sponsorblock
# Conflicts:
#	app/src/main/res/values-es/strings.xml
#	app/src/main/res/values-it/strings.xml
#	app/src/main/res/values-zh-rTW/strings.xml
2023-04-06 20:05:53 -06:00
evermind
bd2655d3b7 BraveNewPipe Release 0.25.1-2.1.0
- Feature: merge sponsorblock and dislike thingy from https://github.com/polymorphicshade/NewPipe/tree/sponsorblock
- BITCHUTE: adjust theme colors
- RUMBLE: change theme colors to greenish
- sync NewPipe v0.25.1
2023-04-06 08:06:16 +02:00
evermind
6e1a27f2a8 Merge tag 'v0.25.1' of https://github.com/TeamNewPipe/NewPipe into dev 2023-04-05 16:21:32 +02:00
TobiGr
c08538d25d Remove jsoup files from APK
Two jsoup files slipped into the META-INF dir of the APK for some reason. README.md and CHANGES are removed automatically now.
2023-04-04 17:42:34 +02:00
Stypox
6f428d0c6b
Merge pull request #9890 from Redirion/bumpexo184
Bump ExoPlayer to 2.18.5
2023-04-03 14:11:15 +02:00
TobiGr
41da2bfb00 Bump NewPipe Extractor to 0.22.6 2023-04-02 23:02:19 +02:00
Robin
2317864422 Bump ExoPlayer to 2.18.5 2023-03-23 15:03:07 +01:00
Robin
7c39421297 bump ExoPlayer to 2.18.4 2023-03-06 16:49:43 +01:00
Stypox
c5cf2f4514
Release v0.25.1 (993) 2023-03-01 10:52:05 +01:00
Stypox
3f8e44dc66
Update NewPipeExtractor 2023-03-01 10:51:17 +01:00
Robin
5560cea470 Update to ExoPlayer 2.18.3 2023-02-23 12:46:05 +01:00
evermind
a055804051 Merge branch 'sponsorblock' into bnp 2023-02-12 20:53:56 +01:00
polymorphicshade
5d222fce16 Merge branch 'master' into sponsorblock
# Conflicts:
#	app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt
#	app/src/main/java/org/schabi/newpipe/error/ErrorUtil.kt
#	app/src/main/java/org/schabi/newpipe/player/playback/MediaSourceManager.java
#	app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java
#	app/src/main/java/us/shandian/giga/service/DownloadManagerService.java
#	app/src/main/java/us/shandian/giga/ui/adapter/MissionAdapter.java
#	app/src/main/res/values-es/strings.xml
#	app/src/main/res/values-it/strings.xml
#	app/src/main/res/values-zh-rTW/strings.xml
2023-02-11 16:21:57 -07:00
evermind
1423e3c54a BraveNewPipe Release 0.25.0-2.0.3
- sync with v0.25.0
- RUMBLE: fix getting video size for Rumble as they no longer support HEAD (discovered 20230203)
2023-02-10 01:44:19 +01:00
evermind
ba8a97a5c0 Merge tag 'v0.25.0' of https://github.com/TeamNewPipe/NewPipe into bnp-0.25.0 2023-02-09 21:10:04 +01:00
Stypox
d2f8f31d1f
Update NewPipeExtractor again, because of JitPack problems 2023-02-08 22:37:17 +01:00
Stypox
8d43499e5b
Update NewPipeExtractor again 2023-02-08 22:27:49 +01:00
Stypox
c85af7861a
Merge pull request #9742 from TeamNewPipe/revert-9553-exo182
Revert PR #9553 "Update ExoPlayer to 2.18.2"
2023-02-07 10:48:18 +01:00
evermind
dc70e82a6f BraveNewPipe Release 0.24.1-2.0.2
- RUMBLE: fix video download as Rumble is no longer supporting HEAD (discovered 20230203)
- Rumble: RumbleStreamRelatedInfoItemExtractor: if video marked as DVR -> no duration available
2023-02-06 00:37:13 +01:00
TobiGr
812efca08e Update core libraray desugaring libs from 2.0.0 to 2.0.2 2023-02-03 18:42:12 +01:00
Stypox
1db1a00581 Add snippet to ensure baseline.profm file is sorted
Thanks to obfusk, see https://issuetracker.google.com/issues/231837768 and #6486
2023-02-03 18:40:48 +01:00
Tobi
e0ba872b66 Revert "Update ExoPlayer to 2.18.2"
This commit reverts 1bb166a
2023-02-03 18:33:35 +01:00
AudricV
5af5c90492
[YouTube] Add support for live links
The addition of this support requires an extractor update.
2023-01-29 10:59:27 +01:00
Stypox
cd12503f99
Merge pull request #9631 from TeamNewPipe/update-npe
Update NewPipeExtractor and properly linkify comments
2023-01-28 22:40:19 +01:00