Commit graph

865 commits

Author SHA1 Message Date
Kai DeLorenzo
41a980e826
rename licenseExecutor to licenseRequestExecutor 2024-11-28 13:53:01 -05:00
Kai DeLorenzo
09c09f3d64
switch to executor structure 2024-11-28 13:05:53 -05:00
Kelvin
2404399ec5 Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay 2024-11-28 16:24:10 +01:00
Kelvin
b45d4c0557 Support for per-comment lazy loading for Polycentric 2024-11-28 16:24:01 +01:00
Kai DeLorenzo
a41b138d3c
source.js mapping 2024-11-26 18:54:47 -05:00
Kai DeLorenzo
1e46949dd6
added dash widevine support and made audio url widevine more flexible 2024-11-26 18:52:15 -05:00
Kai DeLorenzo
809b99c9c9
fix null pointer exception 2024-11-26 16:00:13 -05:00
Kai DeLorenzo
4d3acdb5fb Merge branch 'landscape-fixes' into 'master'
Fix black bars on top and bottom of videos

See merge request videostreaming/grayjay!49
2024-11-26 19:06:39 +00:00
Kai DeLorenzo
ca9e321ef2
lower minimum video player height 2024-11-26 14:00:35 -05:00
Kelvin
da27517fcf Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay 2024-11-26 18:47:40 +01:00
Kelvin
192df0a3b8 Prevent dup history broadcasts 2024-11-26 18:47:33 +01:00
Koen J
a965003a9d Fix gray line in video player. Thank you @michael-oberpriller 2024-11-26 18:33:25 +01:00
Koen J
9ea26c821f Updated submodules 2024-11-26 18:10:44 +01:00
Kelvin
14b699485a Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay 2024-11-25 17:10:00 +01:00
Kelvin
1684edc43f refs, ui dialog alignment 2024-11-25 17:09:50 +01:00
Kai DeLorenzo
580c4418b9 Merge branch 'landscape' into 'master'
Landscape

See merge request videostreaming/grayjay!34
2024-11-25 15:45:04 +00:00
Kai DeLorenzo
4a65fc2358
document empty override 2024-11-25 10:33:05 -05:00
Kai DeLorenzo
71ba131fb3
subscriptions feed announcements fix 2024-11-23 17:55:01 -05:00
Kai DeLorenzo
9693b50719
koen code review fixes 2024-11-23 17:42:23 -05:00
Kelvin
102e2c54bb Working watchlater sync 2024-11-22 21:51:06 +01:00
Kelvin
e989590c08 Merge 2024-11-22 20:35:01 +01:00
Kelvin
6cee33b449 WIP Watchlater sync 2024-11-22 20:33:44 +01:00
Koen J
f32498a444 Implemented session id. 2024-11-22 19:02:07 +01:00
Kai DeLorenzo
c85f71b601
update full screen strings 2024-11-21 11:47:45 -05:00
Koen J
196e55899e Fixed DASH generation with subtitles. 2024-11-21 17:25:18 +01:00
Koen J
561d9ae987 Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay into landscape 2024-11-21 10:46:39 +01:00
Koen
8950bd94cb Merge branch 'ignore-offline-error' into 'master'
hide unable to resolve host exceptions when there are more videos in a playlist

See merge request videostreaming/grayjay!24
2024-11-21 09:43:52 +00:00
Koen
f416f197bc Merge branch 'subscription-submission-modal' into 'master'
Subscription submission modal

See merge request videostreaming/grayjay!38
2024-11-21 09:43:25 +00:00
Koen
65afe5a0e6 Merge branch 'm3u8-parse-fix' into 'master'
fixed m3u8 parsing bug that caused Patreon video downloads to crash Grayjay

See merge request videostreaming/grayjay!39
2024-11-21 09:43:14 +00:00
Koen
4b5d347413 Merge branch 'remove-search-limit' into 'master'
allow searches down to 1 character

See merge request videostreaming/grayjay!40
2024-11-21 09:43:02 +00:00
Kai DeLorenzo
4dcc2dd0ca
revert style changes 2024-11-19 11:45:54 -05:00
Kai DeLorenzo
2a7a332160 Merge branch 'master' into 'subscription-submission-modal'
# Conflicts:
#   app/src/main/res/values/strings.xml
2024-11-19 16:29:32 +00:00
Kelvin
27ee1eabda Merge branch 'capabilities-fix' into 'master'
fixed incorrect capabilities call

See merge request videostreaming/grayjay!37
2024-11-19 16:03:15 +00:00
Kai DeLorenzo
a69692be18 Merge branch 'master' into 'subscription-submission-modal'
# Conflicts:
#   app/src/main/res/values/strings.xml
2024-11-18 15:05:10 +00:00
zvonimir
d7f3ae696c fix: Remove extra strings and remove single quote 2024-11-18 15:28:48 +01:00
Koen
71f5449d34 Merge branch 'accessability' into 'master'
feat: add android:contentDescription. Closes #1181

See merge request videostreaming/grayjay!45
2024-11-18 13:38:08 +00:00
Koen J
0e64fa8d4c Added a try catch to HandlePacket. 2024-11-18 14:28:56 +01:00
Koen J
73b048d4c5 Fixed resume not always working. 2024-11-18 14:20:31 +01:00
zvonimir
1c05b39861 feat: add android:contentDescription. Closes #1181 2024-11-18 12:54:32 +01:00
Koen J
7cfa6c163f Use SINGLE_TOP instead of CLEAR_TOP and do not start a new task for import data. 2024-11-18 12:48:02 +01:00
Koen J
2d4af2e867 Updated submodules. 2024-11-18 12:35:40 +01:00
Koen J
a7cbb0e93c Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay into landscape 2024-11-18 12:16:05 +01:00
Koen J
fde6148ece Added subopcode byte. 2024-11-18 11:27:55 +01:00
Koen
df1661d75a Merge branch 'zvonimir-dev' into 'master'
Update images in README and add building step for updating & fix services starting

See merge request videostreaming/grayjay!41
2024-11-15 13:42:51 +00:00
zvonimir
f938f79a35 fix: Services should not crash if already started 2024-11-15 14:39:15 +01:00
Kelvin
d1a54d0cf3 Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay 2024-11-14 23:15:23 +01:00
Kelvin
349437c06b Refs, History/subgroup import/export, broadcast sub change to synced devices 2024-11-14 23:15:15 +01:00
Kai DeLorenzo
1b03c83c84
allow searches down to 1 character 2024-11-14 09:18:49 -06:00
Koen J
bb749aacf1 Merge branch 'playstore-change' of gitlab.futo.org:videostreaming/grayjay 2024-11-14 10:31:51 +01:00
Kelvin
3a41b89e52 Requests 2024-11-13 18:39:01 +01:00