361964eb2b
Update Vidguard.kt ( #1560 )
...
Fixing embed url
2025-02-22 19:10:45 +00:00
713b55dd98
feat(Subtitles): SubDL Login Fix ( #1563 )
2025-02-22 19:09:56 +00:00
0b94f76627
Move metaproviders to library ( #1541 )
...
* Move metaproviders to library
So that providers can extend them when using the library dependency.
* Remove gson
2025-02-16 18:46:48 +01:00
157a02e6af
Revert "Bump newpipeextractor to v0.24.5 ( #1548 )" ( #1556 )
...
This reverts commit 82038643c82823f24f733ef7bcb5b619c5ade263.
2025-02-16 18:45:14 +01:00
743527aa40
Bump coil to 3.1.0 ( #1538 )
2025-02-11 14:43:06 +01:00
71b5c69426
Replace use of gson in PluginManager ( #1544 )
2025-02-11 14:42:48 +01:00
82038643c8
Bump newpipeextractor to v0.24.5 ( #1548 )
2025-02-11 14:41:01 +01:00
0e962d0f2f
refactor: replace PendingIntent#getActivity with PendingIntentCompat#getActivity ( #1555 )
2025-02-11 14:31:23 +01:00
12626cce51
fix: new episode notifications for subscriptions not opening series page when clicking ( #1554 )
2025-02-11 14:24:58 +01:00
de1dbbf2a5
Move SubtitleHelper to library ( #1542 )
...
So that providers can use it when using the library dependency.
2025-02-06 02:29:00 +01:00
840274da4c
chore(locales): fix locale issues
v4.5.1
2025-02-04 23:53:03 +00:00
4304be2cad
Translated using Weblate (Arabic (Levantine)) ( #1503 )
2025-02-05 00:52:50 +01:00
668867768c
bump to 4.5.1
2025-02-05 00:52:31 +01:00
1907b382fd
Remove prerelase tag on api
2025-02-05 00:42:12 +01:00
42fc9aac92
Bump navigation libs ( #1526 )
2025-02-05 00:39:54 +01:00
fa9bcfa4cf
Bump rhino to 1.8.0 ( #1518 )
2025-02-05 00:38:54 +01:00
83032db8eb
feat(DRM): License URL support for Extensions ( #1432 )
...
* feat(DRM): License URL support for Extensions
* Direct Modify DrmExtractorLink
* Clean
2025-02-05 00:31:19 +01:00
9a9c04cbea
metaproviders: use new* methods ( #1216 )
...
* metaproviders: use new* methods
* very minor var fixes
---------
Co-authored-by: firelight <147925818+fire-light42@users.noreply.github.com>
2025-02-05 00:28:45 +01:00
513569d350
Use ignore battery intent directly. ( #1535 )
2025-02-05 00:28:06 +01:00
6ff64637b6
software decoding auto
2025-02-01 23:16:32 +01:00
e5ac4a0f94
Fix installer on some older devices ( #1533 )
2025-01-31 20:59:47 +01:00
c5577a5a0c
Update Filesim extractor ( #1532 )
2025-01-31 17:26:14 +01:00
b6a43bb86e
Fix PackageInstaller on Android 15 ( #1531 )
...
* Fix PackageInstaller on Android 15
2025-01-30 22:27:18 +01:00
30e1bcba79
Use exitProcess on TV ( #1529 )
2025-01-30 21:52:38 +01:00
234145c9bf
Fix focus issues on old APIs for logcat ( #1530 )
2025-01-30 21:52:13 +01:00
5ee365638f
Make logcat a RecyclerView ( #1528 )
2025-01-30 19:13:31 +01:00
7b60246e28
Make the plugin part crossplatform ( #1527 )
2025-01-30 18:39:27 +01:00
b95e630bd8
feat(Extensions): addTrailer with headers support ( #1524 )
...
* feat(Extensions): addTrailer with headers support
* Update MainAPI.kt
* Reformat
2025-01-30 16:51:06 +01:00
a01db6a228
Respect "User-Agent" header in ExtractorLink ( #1523 )
...
* Respect "User-Agent" header in ExtractorLink
* Update CS3IPlayer.kt
* Reformat
2025-01-30 16:49:51 +01:00
2c6656d3c0
Rename torrentserver package ref to match new package ( #1519 )
...
* Rename torrentserver package ref to match new package
* Order
2025-01-29 20:35:54 +01:00
05fd0e8b60
Pin conscrypt to 2.5.2 ( #1520 )
2025-01-29 20:35:25 +01:00
21906420d8
Fix to display prerelease icon in setup on prerelease ( #1522 )
2025-01-29 20:34:40 +01:00
e2a37355f1
Restore showing login name for SyncAPI in settings ( #1525 )
...
This used to do this but it seems to have been lost in 83318b0
2025-01-29 20:31:20 +01:00
469710684a
Bump some dependencies ( #1497 )
...
* Bump some dependencies
* Revert bump
* Bump
2025-01-28 15:20:05 +01:00
f523e6fee1
Cleanup redundant warnings in MainAPI ( #1513 )
2025-01-28 15:19:12 +01:00
ed6646cb49
Handle SocketTimeoutException in PlayerError ( #1514 )
2025-01-28 15:18:39 +01:00
6acd01d80e
Suppress deprecations in CS3IPlayer ( #1515 )
2025-01-28 15:18:16 +01:00
86da2f019e
Restore package declaration for Torrent ( #1516 )
...
Seems to have been accidentally removed in 812226b.
2025-01-28 15:17:54 +01:00
55f66a5588
torrent server bump for less crashes
2025-01-27 19:45:06 +01:00
7d58c6e8a7
Fix isCastApiAvailable ( #1509 )
2025-01-27 00:22:51 +01:00
bc7617f2d0
Temporarily use ConcatenatingMediaSource as fallback ( #1511 )
...
Torrents seem to fail otherwise with "Must add at least one source to the concatenation", as mediaItemSlices.size is 0. I suspect the cause may be due to `loadExo(context, listOf(), listOf(), null)`
2025-01-27 00:22:11 +01:00
7d2f898c22
Fix loading local plugins under targetsdk 34+ ( #1477 )
2025-01-26 21:28:11 +01:00
679f3651f8
Fix many build warnings/deprecations ( #1478 )
2025-01-26 21:25:39 +01:00
642004db5a
feat(Extensions): Prefer last registered ExtractorAPI ( #1506 )
...
* feat(Extensions): Prefer last registered ExtractorAPI
* Iterate in Reverse
* Update ExtractorApi.kt
2025-01-25 15:45:03 +01:00
7bd695e720
fix exit dialog appearing ( #1507 )
2025-01-25 15:43:05 +01:00
1eced92b51
Added software decoding option
2025-01-23 21:12:26 +00:00
94f012f01c
use finish instead of exit process. ( #1505 )
2025-01-23 21:48:44 +01:00
569107831c
Bump code to 4.5.0
2025-01-23 01:06:38 +01:00
2c53f0bd23
Merge pull request #1500 from KingLucius/bumpPipe
...
Trailers fix
2025-01-22 17:29:45 +01:00
3b3f9b74ab
chore(locales): fix locale issues
2025-01-21 23:39:36 +00:00