Kai
7ffa6b1bb3
revert params
...
Changelog: changed
2025-02-19 12:32:17 -06:00
Kai
3cd4b4503f
fix other cookie handling
...
Changelog: changed
2025-02-19 11:59:59 -06:00
Kelvin
3361b77aec
Remove accidental always update
2025-02-13 21:00:02 +01:00
Kelvin
8b7c9df286
Add to queue button on recommendations, no toast on add to watch later if dup
2025-02-12 20:16:50 +01:00
Kelvin
157d5b4c36
Fix container id conflict
2025-02-12 20:03:33 +01:00
Kelvin
44c8800bec
plugin disabled update check fix
2025-02-12 19:25:29 +01:00
Kelvin
2f0ba1b1f7
Setting to check disabled plugins for updates (off by default)
2025-02-12 19:17:20 +01:00
Kelvin
36c51f1a0c
Refs
2025-02-12 19:06:43 +01:00
Kelvin
1dfe18aa6f
Add Apple podcasts
2025-02-12 18:58:01 +01:00
Kelvin
b9bbfb44c5
Update submodules, fix apple podcast dir
2025-02-12 18:53:30 +01:00
Kelvin
83843f192d
Show total downloaded content duration, Indicator how many subscriptions, save queue as playlist
2025-02-12 18:43:15 +01:00
Kelvin
8839d9f1c6
Fix for misisng exports for export playlist
2025-02-12 16:31:30 +01:00
Kelvin
0630ec1d46
Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay
2025-02-11 20:31:33 +01:00
Kelvin
4dce8d6a80
Export playlist support
2025-02-11 20:31:26 +01:00
Koen J
3b62f999bf
Fixed HttpFileHandler bug causing casting local webm not to work.
2025-02-11 17:41:25 +01:00
Kai
d63fa521a1
Merge remote-tracking branch 'origin/hls-audio-fixes' into hls-audio-fixes
...
# Conflicts:
# app/src/main/java/com/futo/platformplayer/downloads/VideoDownload.kt
2025-02-11 10:36:56 -06:00
Kai
ca781dfe15
restore hard code HLS as mp4
...
Changelog: changed
2025-02-11 10:35:05 -06:00
Kai
4bc561ceab
fix HLS audio download and download audio only
...
Changelog: changed
2025-02-11 10:34:39 -06:00
Kai
3d258180bd
restore hard code HLS as mp4
...
Changelog: changed
2025-02-11 10:31:47 -06:00
Kelvin
65ae8610fd
Hide download for live videos
2025-02-11 17:06:57 +01:00
Kelvin
c1c2000c98
Download container fixes
2025-02-11 16:13:07 +01:00
Kelvin
287c2d82a1
Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay
2025-02-11 14:13:55 +01:00
Kelvin
5cde1650f4
DashRaw streammetadata fetching
2025-02-11 14:13:48 +01:00
Kelvin
a4b90f14ab
Merge branch 'hls-audio-only-download' into 'master'
...
Hide audio only option when no audio sources
See merge request videostreaming/grayjay!87
2025-02-11 12:30:53 +00:00
Koen J
4826b40136
Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay
2025-02-11 10:32:24 +01:00
Koen J
62618224da
Casting server did not bind to an automatically selected port.
2025-02-11 10:32:11 +01:00
Kai
49f15e1637
don't show audio only download option if there aren't any audio sources available
...
for HLS and DASH the HLS and DASH pickers give the option to only download audio
Changelog: changed
2025-02-10 22:32:56 -06:00
Kai
d5cab0910e
fix HLS audio download and download audio only
...
Changelog: changed
2025-02-10 22:21:06 -06:00
Kai
d4ccf232c1
fix HLS download odysee nebula peertube
...
Changelog: changed
2025-02-10 17:57:27 -06:00
Kelvin
e36047c890
Merge branch 'prevent-exception-replay' into 'master'
...
Prevent Exception Replay When Unsubscribing From Deleted Channel
See merge request videostreaming/grayjay!77
2025-02-10 19:15:09 +00:00
Kelvin
8f1199bd08
Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay
2025-02-10 20:12:50 +01:00
Kelvin
d6e045ea4e
JSDOM, optional packages, Channel not crash if opened without plugin, downloads ordering fixes/naming
2025-02-10 20:12:43 +01:00
Kelvin
304e48996b
Merge branch 'rotation-lock-fix' into 'master'
...
Fix Rotation Lock Activity Resume Issue
See merge request videostreaming/grayjay!83
2025-02-10 18:55:19 +00:00
Kelvin
f350dc83b8
Merge branch 'brightness-fix' into 'master'
...
Restore Overlay Brightness When Re-entering Full Screen
See merge request videostreaming/grayjay!84
2025-02-10 18:53:38 +00:00
Kelvin
ebb7beda8c
Merge branch 'fix-background-playback' into 'master'
...
Background playback support for HLS and DASH
See merge request videostreaming/grayjay!80
2025-02-10 18:48:05 +00:00
Kelvin
a01f3da66e
Merge branch 'adaptive-streaming-auto-ui' into 'master'
...
Auto mode UI for adaptive streams (HLS and DASH)
See merge request videostreaming/grayjay!76
2025-02-10 18:47:50 +00:00
Kelvin
72f5b5fbc0
Ref
2025-02-07 19:08:38 +01:00
Kelvin
330aa495c8
Playlist dup prevention, download search and ordering, optional package support
2025-02-06 21:36:33 +01:00
Kelvin
0b529ae94d
Plugin changelog support, Hide hidden from search setting, No author change warning if missing pubkey, toast on add to playlist, better autoplay description, Playlist total duration label
2025-02-06 19:19:29 +01:00
Kelvin
83b35183d0
Channel shorts tab, Forced batch parallelization, Playlist download support for live sources, hardware codec query
2025-02-05 19:40:28 +01:00
Alexandre Picavet
daf1d42a0f
feat(player): Add a setting to adjust player seek duration
...
Create a seekOffset dropdown setting defaulting to 10 seconds.
Update the fastForwardTick method of the GestureControlView to take the
seekOffset setting into account and update the view accordingly.
2025-02-04 22:00:08 +01:00
Kelvin
2cd01eb1fe
Merge
2025-02-03 21:38:18 +01:00
Kelvin
07378f665a
Fix http memory leak for byte responses, refs
2025-02-03 21:36:41 +01:00
Kai DeLorenzo
bfd5f24f4c
Fix https://github.com/futo-org/grayjay-android/issues/727
2025-01-27 21:51:17 +00:00
Kai
3d617187af
update rotation lock approach
...
Changelog: changed
2025-01-27 12:03:25 -06:00
Koen J
d040b93ca9
Updated submodules and fixed IPv6 casting play address being wrong.
2025-01-23 14:26:08 +01:00
Kai
a1d460385d
prevent the user from needing to tap update on system dialog when self updating
...
Changelog: added
2025-01-20 15:38:26 -06:00
Koen J
a410e2962a
Only take one line for signing.
2025-01-20 14:04:55 +01:00
Koen J
f5aa8f37bb
Updated youtube.
2025-01-17 22:19:02 +01:00
Koen J
7e932df450
Updated submodules.
2025-01-17 22:01:26 +01:00