Commit graph

1463 commits

Author SHA1 Message Date
Koen J
cf11c4283e Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay 2025-05-01 09:56:25 +02:00
Koen J
2dde04b979 Reduced padding on content types search. 2025-05-01 09:55:33 +02:00
Kelvin
8384f227be Plugin refs 2025-04-30 20:02:09 +02:00
Kelvin
697b3bc5f5 SLD domain checking fix, download notification if on metered, check for unstarted downloads on opening ui, minor fixes/imrpovements 2025-04-30 20:00:48 +02:00
Koen J
9e2041521e Made the disconnect button easier to click on casting connected dialog. 2025-04-29 15:27:24 +02:00
Koen J
ee7b89ec6e Added new casting dialog. 2025-04-29 15:22:06 +02:00
Koen J
5b143bdc76 Switch to NsdManager. 2025-04-29 08:39:05 +02:00
Kai
e3800426c9
Fix https://github.com/futo-org/grayjay-android/issues/1721
By setting video information section to visibility gone when going fullscreen

Changelog: changed
2025-04-28 10:13:26 -05:00
Koen J
d9d00e452e Explicitly set network interface in joinGroup. 2025-04-28 16:59:11 +02:00
Koen J
14500e281c Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay 2025-04-28 13:59:59 +02:00
Koen J
c4623c80ff Implemented app id and updated unit tests. 2025-04-28 13:59:50 +02:00
Kelvin
9e17dce9a9 Fix edgecase where activity killed before 5s after opening 2025-04-25 17:40:45 +02:00
Kai
4acc867634
make channel shorts tab work correctly for linked channels
Changelog: changed
2025-04-23 11:38:09 -05:00
Kai
1a061268de
restore brightness when leaving app while a video is full screen
Changelog: changed
2025-04-23 09:30:07 -05:00
Koen J
daa91986ef Add search type selector to suggestions fragment. 2025-04-22 13:40:05 +02:00
Koen J
63761cfc9a Simplified all searches to use ContentSearchResultsFragment. 2025-04-22 13:08:23 +02:00
Kai
5091a5485a
grayjay only supports dark theme. set that on launch
Changelog: changed
2025-04-21 12:37:12 -05:00
Koen J
d10026acd1 Added ping loop. 2025-04-21 13:32:58 +02:00
Kai
f8f1cababe
increase analyze duration
Changelog: changed
2025-04-17 15:06:30 -05:00
Chris Olin
ad46841397
Update AndroidManifest.xml
resolves https://github.com/futo-org/grayjay-android/issues/47
2025-04-16 11:17:39 -04:00
Tim B
20fb1e0fd0 Added monochrome launcher icon 2025-04-16 02:44:40 +02:00
Koen J
9347351c37 Fixed issue where it would continuously try to connect over relay. 2025-04-15 09:39:35 +02:00
Kai
42dd8d6152
add TODO
Changelog: changed
2025-04-14 12:40:47 -05:00
Koen J
0ef1f2d40f Added LinkType to Channel. 2025-04-14 15:19:16 +02:00
Koen J
b460f9915d Added settings for enabling/disabling remote sync features. Fixed device pairing success showing too early. 2025-04-14 14:41:47 +02:00
Koen J
4e195dfbc3 Rename to direct and relayed. 2025-04-14 10:38:42 +02:00
buzzcola3
38b9fe3017 Fix prevQueueItem always returning the item from _queue, even when _queueShuffled is active 2025-04-13 20:36:15 +02:00
Kai
0a839b4814
fix crash
Changelog: changed
2025-04-11 10:43:33 -05:00
Koen
3c7f7bfca7 Merge branch 'remote-sync' into 'master'
Implemented remote sync.

See merge request videostreaming/grayjay!93
2025-04-11 14:31:47 +00:00
Koen
05230971b3 Implemented remote sync. 2025-04-11 14:31:47 +00:00
Kai
586db317dd
catch exception remove UI lag
Changelog: changed
2025-04-10 10:17:10 -05:00
Kai
ae36a24ad1
catch exception remove UI lag
Changelog: changed
2025-04-10 10:16:30 -05:00
Kelvin K
dccdf72c73 Message change 2025-04-09 23:35:44 +02:00
Kelvin K
ca15983a72 Casting message, caching creator images 2025-04-09 23:26:35 +02:00
Kelvin K
4b6a2c9829 Keyboard hide on search end 2025-04-09 21:02:19 +02:00
Kai
9a435f8859
fix loading bar and app switching
Changelog: changed
2025-04-09 12:16:07 -05:00
Kai
81162c5df2
fix crash on early loading
Changelog: changed
2025-04-08 18:58:56 -05:00
Kai
c7c3ddfc96
fix progress bar offset
Changelog: changed
2025-04-08 18:43:40 -05:00
Kai
830d3a9022
Merge branch 'master' into shorts-tab 2025-04-08 17:58:55 -05:00
Kai
a1c2d19daf
refactor shorts code
Changelog: changed
2025-04-08 17:58:31 -05:00
Kelvin K
1755d03a6b Fcast clearer connection/reconnection overlay, disable ipv6 by default 2025-04-09 00:56:49 +02:00
Kelvin K
869b1fc15e Fix pager for landscape 2025-04-08 00:34:52 +02:00
Kelvin K
ce2a2f8582 submods 2025-04-07 23:32:57 +02:00
Kelvin K
7b355139fb Subscription persistence fixes, home toggle fixes, subs exchange gzip, etc 2025-04-07 23:31:00 +02:00
Kelvin K
b14518edb1 Home filter fixes, persistent sorts, subs exchange fixes, playlist video options 2025-04-05 01:02:50 +02:00
Kelvin K
7d64003d1c Feed filter loading improved, home filters support, various peripheral stuff 2025-04-04 00:37:26 +02:00
Kelvin K
0a59e04f19 Fix ui offset issue when opening video through search url 2025-04-02 23:40:37 +02:00
Kelvin
b57abb646f Merge branch 'subs-exchange' into 'master'
Experimental Subs Exchange

See merge request videostreaming/grayjay!91
2025-04-02 21:12:07 +00:00
Kelvin K
dd6bde97a9 Playlists sort and search support, Playlist search support, wip local playback, other fixes 2025-04-02 22:53:54 +02:00
quonverbat
004e4be4d3 Added Turkish Translations 2025-04-02 00:32:10 +03:00