From 35399616d208931746b8a2600ad5a59ec1bc6026 Mon Sep 17 00:00:00 2001
From: Triple T <78900789+I-I-IT@users.noreply.github.com>
Date: Tue, 20 Aug 2024 18:02:28 +0000
Subject: [PATCH 1/6] Add Grayjay to frontends
Signed-off-by: Triple T <78900789+I-I-IT@users.noreply.github.com>
---
docs/frontends.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/docs/frontends.md b/docs/frontends.md
index 022c156faa..bf66519f12 100644
--- a/docs/frontends.md
+++ b/docs/frontends.md
@@ -211,6 +211,53 @@ Your subscription list and playlists are saved locally on your Android device.
When using NewPipe, your IP address will be visible to the video providers used. Consider using a [VPN](vpn.md) or [Tor](tor.md) if your [threat model](basics/threat-modeling.md) requires hiding your IP address.
+### Grayjay (Android)
+
+
+
+![Grayjay logo](assets/img/frontends/grayjay.svg){ align=right }
+
+Grayjay is an open Android streaming client developped by [FUTO](https://futo.org/) that supports [various platforms](https://plugins.grayjay.app/) ("sources") like Youtube, Odysee, Peertube. It allows using multiple sources simultaneously, with it's motto being "Follow creators, not platforms".
+
+Grayjay also integrates it's own comments system, [Polycentric](https://polycentric.io/). Furthermore, Grayjay supports casting with Chromecast, [FCast](https://fcast.org/) or Airplay.
+
+Your subscription list and playlists are saved locally on your Android device. You can setup automatick backup into an encrypted file.
+
+[:octicons-home-16: Homepage](https://grayjay.app){ .md-button .md-button--primary }
+[:octicons-eye-16:](https://grayjay.app/privacy-policy.html){ .card-link title="Privacy Policy" }
+[:octicons-info-16:](https://gitlab.futo.org/videostreaming/grayjay/-/tree/master/docs?ref_type=heads){ .card-link title=Documentation}
+[:octicons-code-16:](https://gitlab.futo.org/videostreaming/grayjay){ .card-link title="Source Code" }
+
+
+Downloads
+
+- [:simple-android: Website](https://grayjay.app/#download)
+- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.futo.platformplayer.playstore)
+
+
+
+
+
Warning
+
+When using GrayJay, your IP address will be visible to the video providers used. Consider using a [VPN](vpn.md) or [Tor](tor.md) if your [threat model](basics/threat-modeling.md) requires hiding your IP address.
+
+
+
+
Warning
+GrayJay contains telemetry. On each start, it will send your OS version, device model and app version with a randomly generated unique identifier. FUTO says that it is used to " understand our user base, which devices are most commonly used, and ensures that we optimize our app for those devices" and that the random id helps identifying unique app launches.
+
+
+### Recommended Grayjay Configuration
+-Sources :
+ -Disable unused sources
+ -Enable auto-updates for Youtube and other services that blocks VPNs
+- Settings :
+ -Disable Cast. If you really need it, enable 'Alaways proxy requests'
+ -If you can't get automatic updates through your package manager, enable automatic updates.
+ Manage tabs
+ Disable Home, Groups and Tutorials.
+-Menu :
+ Enable Privacy mode. You can always bookmark videos you find interesting.
### Invidious
From e1e0836309fb0a5f6d2f305a8856399aebd28b96 Mon Sep 17 00:00:00 2001
From: Triple T <78900789+I-I-IT@users.noreply.github.com>
Date: Wed, 21 Aug 2024 10:11:47 +0200
Subject: [PATCH 2/6] Add Grayjay logo
Signed-off-by: Triple T <78900789+I-I-IT@users.noreply.github.com>
---
theme/assets/img/frontends/Grayjay.svg | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 theme/assets/img/frontends/Grayjay.svg
diff --git a/theme/assets/img/frontends/Grayjay.svg b/theme/assets/img/frontends/Grayjay.svg
new file mode 100644
index 0000000000..b4839bea77
--- /dev/null
+++ b/theme/assets/img/frontends/Grayjay.svg
@@ -0,0 +1,15 @@
+
\ No newline at end of file
From cc606c215c3f89dd3654ba371f30a5eec1e9fa22 Mon Sep 17 00:00:00 2001
From: Triple T <78900789+I-I-IT@users.noreply.github.com>
Date: Fri, 23 Aug 2024 12:58:36 +0000
Subject: [PATCH 3/6] Add Grayjay to tools.md
Signed-off-by: Triple T <78900789+I-I-IT@users.noreply.github.com>
---
docs/tools.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/tools.md b/docs/tools.md
index f3fdf6cd8b..3b1d8b1e63 100644
--- a/docs/tools.md
+++ b/docs/tools.md
@@ -473,6 +473,7 @@ For encrypting your operating system drive, we typically recommend using whichev
- ![Yattee logo](assets/img/frontends/yattee.svg){ .twemoji loading=lazy } [Yattee (YouTube; iOS, tvOS, macOS)](frontends.md#yattee)
- ![LibreTube logo](assets/img/frontends/libretube.svg#only-light){ .twemoji loading=lazy }![LibreTube logo](assets/img/frontends/libretube-dark.svg#only-dark){ .twemoji loading=lazy } [LibreTube (YouTube, Android)](frontends.md#libretube-android)
- ![NewPipe logo](assets/img/frontends/newpipe.svg){ .twemoji loading=lazy } [NewPipe (YouTube, Android)](frontends.md#newpipe-android)
+- ![Grayjay logo](assets/img/frontends/grayjay.svg){ .twemoji loading=lazy } [Grayjay (YouTube, Android)](frontends.md#grayjay-android)
- ![Invidious logo](assets/img/frontends/invidious.svg#only-light){ .twemoji loading=lazy }![Invidious logo](assets/img/frontends/invidious-dark.svg#only-dark){ .twemoji loading=lazy } [Invidious (YouTube, Web)](frontends.md#invidious)
- ![Piped logo](assets/img/frontends/piped.svg){ .twemoji loading=lazy } [Piped (YouTube, Web)](frontends.md#piped)
From 65441155f9945f919e54910c8fbba94ba2fed1c4 Mon Sep 17 00:00:00 2001
From: Triple T <78900789+I-I-IT@users.noreply.github.com>
Date: Fri, 23 Aug 2024 13:07:23 +0000
Subject: [PATCH 4/6] Update Grayjay.svg
empty
Signed-off-by: Triple T <78900789+I-I-IT@users.noreply.github.com>
---
theme/assets/img/frontends/Grayjay.svg | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/theme/assets/img/frontends/Grayjay.svg b/theme/assets/img/frontends/Grayjay.svg
index b4839bea77..d3f5a12faa 100644
--- a/theme/assets/img/frontends/Grayjay.svg
+++ b/theme/assets/img/frontends/Grayjay.svg
@@ -1,15 +1 @@
-
\ No newline at end of file
+
From 11a9f826c14114f9e7db100cf14a936f39c4d228 Mon Sep 17 00:00:00 2001
From: Triple T <78900789+I-I-IT@users.noreply.github.com>
Date: Fri, 23 Aug 2024 15:14:46 +0200
Subject: [PATCH 5/6] Add 128x128 grayjay logo
Signed-off-by: Triple T <78900789+I-I-IT@users.noreply.github.com>
---
theme/assets/img/frontends/grayjay.svg | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 theme/assets/img/frontends/grayjay.svg
diff --git a/theme/assets/img/frontends/grayjay.svg b/theme/assets/img/frontends/grayjay.svg
new file mode 100644
index 0000000000..693f71d9a7
--- /dev/null
+++ b/theme/assets/img/frontends/grayjay.svg
@@ -0,0 +1,13 @@
+
+
From f65f9fccdcec68ec78f0274cf68311d378396222 Mon Sep 17 00:00:00 2001
From: fria <138676274+friadev@users.noreply.github.com>
Date: Mon, 11 Nov 2024 20:01:07 -0600
Subject: [PATCH 6/6] add optimized SVG logo
---
theme/assets/img/frontends/Grayjay.svg | 1 -
theme/assets/img/frontends/grajay.svg | 2 ++
theme/assets/img/frontends/grayjay.svg | 13 -------------
3 files changed, 2 insertions(+), 14 deletions(-)
delete mode 100644 theme/assets/img/frontends/Grayjay.svg
create mode 100644 theme/assets/img/frontends/grajay.svg
delete mode 100644 theme/assets/img/frontends/grayjay.svg
diff --git a/theme/assets/img/frontends/Grayjay.svg b/theme/assets/img/frontends/Grayjay.svg
deleted file mode 100644
index d3f5a12faa..0000000000
--- a/theme/assets/img/frontends/Grayjay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/theme/assets/img/frontends/grajay.svg b/theme/assets/img/frontends/grajay.svg
new file mode 100644
index 0000000000..b726230e53
--- /dev/null
+++ b/theme/assets/img/frontends/grajay.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/theme/assets/img/frontends/grayjay.svg b/theme/assets/img/frontends/grayjay.svg
deleted file mode 100644
index 693f71d9a7..0000000000
--- a/theme/assets/img/frontends/grayjay.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
-