From db9c2b29125d2ae77c059fe2040a15ad2c0c01e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Sun, 19 Sep 2021 21:26:18 +0200 Subject: [PATCH] Specify CalyxOS and GrapheneOS device compatibility (#106) Co-authored-by: Jonah Aragon --- _includes/legacy/sections/android-operating-systems.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/legacy/sections/android-operating-systems.html b/_includes/legacy/sections/android-operating-systems.html index 836cb583..87f01122 100644 --- a/_includes/legacy/sections/android-operating-systems.html +++ b/_includes/legacy/sections/android-operating-systems.html @@ -9,7 +9,7 @@ {% include legacy/cardv2.html title="CalyxOS" image="/assets/img/legacy_svg/3rd-party/calyxos.svg" - description='CalyxOS is a custom ROM based on the Android Open Source Project with Pixel phones. It aims to be secure and private by default including a number of good choices for default applications. It also supports verified boot.' + description='CalyxOS is a custom ROM based on the Android Open Source Project, with support for Google Pixel devices and the Xiaomi Mi A2. It aims to be secure and private by default, including a number of good choices for default applications. It also supports verified boot.' badges="info:AOSP" website="https://calyxos.org" gitlab="https://gitlab.com/calyxos" @@ -19,7 +19,7 @@ title="GrapheneOS" image="/assets/img/legacy_svg/3rd-party/grapheneos.svg" image-dark="/assets/img/legacy_svg/3rd-party/grapheneos-dark.svg" - description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security- and privacy-focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.' + description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security- and privacy-focused mobile operating system built on top of the Android Open Source Project. It specifically targets devices offering strong hardware security, currently only supporting Google Pixel phones.' badges="info:AOSP" website="https://grapheneos.org/" github="https://github.com/GrapheneOS/"