publish Pixel Fold (felix) support

This commit is contained in:
Daniel Micay 2023-06-27 14:47:02 -04:00
parent d466b91e56
commit 87a1ce8e76
3 changed files with 7 additions and 5 deletions

View File

@ -146,6 +146,7 @@
<p>GrapheneOS has official production support for the following devices:</p>
<ul>
<li>Pixel Fold (felix)</li>
<li>Pixel Tablet (tangorpro)</li>
<li>Pixel 7a (lynx)</li>
<li>Pixel 7 Pro (cheetah)</li>
@ -214,6 +215,7 @@
from launch for full security updates and other improvements:</p>
<ul>
<li>Pixel Fold</li>
<li>Pixel Tablet</li>
<li>Pixel 7a</li>
<li>Pixel 7 Pro</li>

View File

@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) {
return "Bootloader unlocked.";
}
const supportedDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const supportedDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"];

View File

@ -62,7 +62,7 @@
<li>
<a href="#stable-channel">Stable channel</a>
<ul>
<li hidden=""><a href="#felix-stable">Pixel Fold</a></li>
<li><a href="#felix-stable">Pixel Fold</a></li>
<li><a href="#tangorpro-stable">Pixel Tablet</a></li>
<li><a href="#lynx-stable">Pixel 7a</a></li>
<li><a href="#cheetah-stable">Pixel 7 Pro</a></li>
@ -81,7 +81,7 @@
<li>
<a href="#beta-channel">Beta channel</a>
<ul>
<li hidden=""><a href="#felix-beta">Pixel Fold</a></li>
<li><a href="#felix-beta">Pixel Fold</a></li>
<li><a href="#tangorpro-beta">Pixel Tablet</a></li>
<li><a href="#lynx-beta">Pixel 7a</a></li>
<li><a href="#cheetah-beta">Pixel 7 Pro</a></li>
@ -382,7 +382,7 @@
<section id="stable-channel">
<h2><a href="#stable-channel">Stable channel</a></h2>
<section id="felix-stable" hidden="">
<section id="felix-stable">
<h3><a href="#felix-stable">Pixel Fold</a></h3>
<p>Version: <a href="#{{felix-stable-BUILD_NUMBER}}">{{felix-stable-BUILD_NUMBER}}</a></p>
<ul>
@ -513,7 +513,7 @@
<section id="beta-channel">
<h2><a href="#beta-channel">Beta channel</a></h2>
<section id="felix-beta" hidden="">
<section id="felix-beta">
<h3><a href="#felix-beta">Pixel Fold</a></h3>
<p>Version: <a href="#{{felix-beta-BUILD_NUMBER}}">{{felix-beta-BUILD_NUMBER}}</a></p>
<ul>