Aayush Gupta
bb554d0922
subscription: Port subscription import-export to workers from refactor
...
Please see https://github.com/TeamNewPipe/NewPipe/pull/11759/ for the original change
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-03-15 20:51:29 +08:00
Damien Hardy
8c45265cee
add indymotion.fr peertube instance on AndroidManifest.xml
2025-12-19 09:43:14 +01:00
m
ac915be23d
Support on.soundcloud link opening
2025-10-10 03:22:23 -07:00
Isira Seneviratne
d1d1e647d6
Update manifest, startForeground call
2025-07-27 11:58:01 +05:30
Isira Seneviratne
2b3de55cef
Fix new streams notification issue
2025-07-27 11:31:23 +05:30
Michael Zh
931a2c934a
Update manifest for sdk34 FGS changes
2025-07-23 18:45:30 -04:00
Isira Seneviratne
15f79507c4
Enable per-app language preferences for Android < 13
2025-07-20 04:50:49 +05:30
Stypox
ce16c542a2
Have PlayerService implement MediaBrowserServiceCompat
...
Co-authored-by: Haggai Eran <haggai.eran@gmail.com>
2025-02-16 21:36:59 +01:00
Neznak
369f47a12f
Add missing Peertube instance subscribeto.me to the links Newpipe handles
2024-05-27 14:08:18 +03:00
Romain
9a471d2305
handle links to the PeerTube instance “peertube.stream”
...
also sort the lines, because it will quickly become a mess otherwise
2023-06-05 20:34:55 +02:00
Stypox
de067fe798
Correctly open urls in browser on Android 11+
...
- Fix misconfiguration in manifest ('http|https|market' is not valid)
- Split ShareUtils functions taking a boolean parameter into pairs of functions with better names and less runtime checks
- Move all Kore-related functions to KoreUtils
- Remove the toast_no_player string
2023-02-25 09:13:59 +01:00
Stypox
0ec9c4d443
Fix opening urls in browser on API 30+
...
See https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9 and https://github.com/TeamNewPipe/NewPipe/issues/9615
2023-01-29 11:38:34 +01:00
AudricV
51f56e3c3e
[YouTube] Add support for live links
...
The addition of this support requires an extractor update.
2023-01-29 10:59:27 +01:00
Stypox
7a57485107
Merge pull request #9306 from Stypox/target-api-33
...
Set compileSdk and targetSdk to 33 (Android 13)
2022-12-31 14:49:30 +01:00
Daniel Gray
9b334483d7
Remove dead Privacy Tools instance ( #9504 )
2022-12-05 14:32:21 +10:30
Stypox
102d2ca1fb
Add notifications permission
2022-11-28 18:23:47 +01:00
Stypox
2a0fda2849
Set compileSdk and targetSdk to 33 (Android 13)
...
android:exported in now required in the manifest on all activities/services/receivers/providers. It was set to true for those that need to interact with outside apps or the OS, while others have exported=false.
This also required updating LeakCanary to the latest version as the older version being used was not using android:exported in AndroidManifest.xml.
2022-11-18 08:33:13 +01:00
AudricV
f906dc0ce6
[YouTube] Support opening handles from external apps
2022-11-04 12:26:42 +01:00
Isira Seneviratne
4894a63995
Update Android Gradle Plugin to 7.3.0.
2022-10-15 04:09:08 +05:30
Stypox
5ba14c4b7c
Refactor player: separate UIs and more
2022-07-13 23:25:26 +02:00
TacoTheDank
9a8889c826
Migrate CheckForNewAppVersion to Worker (and rename it)
2022-03-03 13:26:57 -05:00
TacoTheDank
f2fec326e5
Migrate CheckForNewAppVersion to JobIntentService
2022-03-03 13:24:12 -05:00
mhmdanas
ffced56943
Add FSFE-Tube PeerTube instance
2021-12-01 20:24:53 +03:00
bopol
bea39a14ea
Support PeerTube short links
2021-11-03 14:49:17 +01:00
mhmdanas
e84e19a271
Add support for y2u.be links
2021-10-23 23:14:25 +03:00
Tobi
2878e78332
Merge pull request #6642 from magicbrothers/add-eduvid
...
Add Tubus (Invidious) and EduVid (PeerTube)
2021-10-02 18:32:00 +02:00
Tobi
c95ac17837
Merge pull request #6980 from bravenewpipe/check-for-update-after-toggle-and-restart
...
resets the expire date for checking for updates
2021-10-02 09:07:05 +02:00
Mohammed Anas
af172a6dee
Add YouTube shorts path prefix to intent filter ( #7181 )
...
* Add YouTube shorts path prefix to intent filter
2021-09-29 21:44:47 +02:00
evermind
666b6a8323
check immediately for updates if user enables 'check for updates setting'
...
- Convert CheckForNewAppVersion to IntentService
- reset expire date to 0 after user enables check for updates setting
2021-09-02 07:20:35 +02:00
magicfelix
a99b77b1a0
Add Tubus (Invidious) and EduVid (PeerTube)
2021-07-11 13:08:10 +02:00
bopol
8217139a8c
Update Invidious instances
2021-06-24 08:59:02 +02:00
wb9688
4e133a3599
Support SAF properly
2021-06-08 10:40:44 +02:00
Fynn Godau
f0e110d832
[Bandcamp] Increase accuracy of intent filters
2021-05-26 15:11:38 +02:00
Fynn Godau
e89588b643
[Bandcamp] Handles links without /
...
Co-authored-by: yashpalgoyal1304 <yashpalgoyal1304@gmail.com>
2021-05-26 15:08:43 +02:00
mhmdanas
23e629e96c
Allow installation on external storage
2021-04-10 12:15:33 +03:00
Fynn Godau
ae2dd20795
Bandcamp support
2021-03-14 17:52:15 +01:00
Stypox
bb398189d6
Move all error-related classes into error package
2021-03-07 17:49:28 +01:00
bopol
f6006e4b7a
update invidious instances list
2021-01-22 19:25:21 +01:00
Stypox
b191847331
Merge and rename into PlayQueueActivity
2021-01-14 10:25:48 +01:00
TiA4f8R
f7624f1793
Disable sending metrics to Google in Android System Webview
...
Fixes TeamNewPipe/NewPipe#5335
2021-01-02 14:39:31 +01:00
TobiGr
295dcf8b77
[media.ccc.de] Fix service color
...
Caused by changing service name in TeamNewPipe/NewPipeExtractor#472
2020-12-23 19:58:09 +01:00
Tobias Groza
c5004fa7ab
Merge pull request #4859 from TeamNewPipe/update_invidious_URLs
...
Update Invidious URL list in the manifest
2020-12-12 13:06:37 +01:00
bopol
56e2aababf
[PeerTube] update instance list
2020-11-22 22:10:41 +01:00
opusforlife2
03b2fda909
Update Invidious URL list in the manifest
2020-11-11 15:20:42 +00:00
Stypox
db72b9a24f
Make player foreground playback-specific in manifest
2020-09-08 22:00:28 +02:00
TobiGr
3a538e0f80
Add basic resize functionality
...
Addresses #3947
See 9e352df1ed
See https://developer.samsung.com/samsung-dex/modify-optimizing.html#Enabling-Multi-Window-support
2020-08-03 18:40:32 +02:00
Avently
c868f7e5ed
Removed unused files, translations, styles, settings key
2020-07-25 09:39:42 +03:00
Avently
aef78ace88
Merged the latest changes
2020-07-13 04:17:21 +03:00
bopol
b530e02478
add privacytools.io peertube instance to manifest
2020-07-04 11:39:00 +02:00
bopol
7a0b5fd646
update invidious instances
2020-07-02 21:41:23 +02:00