diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:47:02 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-28 18:04:36 -0400 |
| commit | 87a1ce8e76ae4a5c8c0228ccbe189609026f88f6 (patch) | |
| tree | a529f97a8cb06af9eafab730d26e21a0715f17e7 /static | |
| parent | d466b91e5632a51942a92302031d87b308149cbf (diff) | |
publish Pixel Fold (felix) support
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 2 | ||||
| -rw-r--r-- | static/js/web-install.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/static/faq.html b/static/faq.html index b576775a..19e2a06a 100644 --- a/static/faq.html +++ b/static/faq.html @@ -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> diff --git a/static/js/web-install.js b/static/js/web-install.js index 04723fa9..7316e443 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -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"]; diff --git a/static/releases.html b/static/releases.html index 3c4c115d..63477e40 100644 --- a/static/releases.html +++ b/static/releases.html @@ -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> |
