summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-06-20 18:38:51 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-06-21 03:59:51 -0400
commit7db9a465005a0823957f50909e26b40e23e72534 (patch)
tree821fea74db98ab56ea0b85225acdd23de7f984de
parent68b8ac56a634c433800fb277bdcf2c0c36c26aa0 (diff)
publish Pixel Tablet support
-rw-r--r--static/install/cli.html1
-rw-r--r--static/install/web.html1
-rw-r--r--static/js/web-install.js2
-rw-r--r--static/releases.html8
4 files changed, 7 insertions, 5 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index e32b9575..67ba4379 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -572,6 +572,7 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-202111012
verified boot hashes below:</p>
<ul>
+ <li>Pixel Tablet: <code>94df136e6c6aa08dc26580af46f36419b5f9baf46039db076f5295b91aaff230</code></li>
<li>Pixel 7a: <code>508d75dea10c5cbc3e7632260fc0b59f6055a8a49dd84e693b6d8899edbb01e4</code></li>
<li>Pixel 7 Pro: <code>bc1c0dd95664604382bb888412026422742eb333071ea0b2d19036217d49182f</code></li>
<li>Pixel 7: <code>3efe5392be3ac38afb894d13de639e521675e62571a8a9b3ef9fc8c44fd17fa1</code></li>
diff --git a/static/install/web.html b/static/install/web.html
index 5e133953..b5948d76 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -383,6 +383,7 @@
verified boot hashes below:</p>
<ul>
+ <li>Pixel Tablet: <code>94df136e6c6aa08dc26580af46f36419b5f9baf46039db076f5295b91aaff230</code></li>
<li>Pixel 7a: <code>508d75dea10c5cbc3e7632260fc0b59f6055a8a49dd84e693b6d8899edbb01e4</code></li>
<li>Pixel 7 Pro: <code>bc1c0dd95664604382bb888412026422742eb333071ea0b2d19036217d49182f</code></li>
<li>Pixel 7: <code>3efe5392be3ac38afb894d13de639e521675e62571a8a9b3ef9fc8c44fd17fa1</code></li>
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 7d9141a2..70635843 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 = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
+const supportedDevices = ["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 7673adce..fa2da4b9 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="#tangorpro-stable">Pixel Tablet</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>
<li><a href="#panther-stable">Pixel 7</a></li>
@@ -80,7 +80,7 @@
<li>
<a href="#beta-channel">Beta channel</a>
<ul>
- <li hidden=""><a href="#tangorpro-beta">Pixel Tablet</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>
<li><a href="#panther-beta">Pixel 7</a></li>
@@ -379,7 +379,7 @@
<section id="stable-channel">
<h2><a href="#stable-channel">Stable channel</a></h2>
- <section id="tangorpro-stable" hidden="">
+ <section id="tangorpro-stable">
<h3><a href="#tangorpro-stable">Pixel Tablet</a></h3>
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}">{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}</a></p>
<ul>
@@ -501,7 +501,7 @@
<section id="beta-channel">
<h2><a href="#beta-channel">Beta channel</a></h2>
- <section id="tangorpro-beta" hidden="">
+ <section id="tangorpro-beta">
<h3><a href="#tangorpro-beta">Pixel Tablet</a></h3>
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}">{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}</a></p>
<ul>