diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-13 12:49:38 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-17 09:44:28 -0400 |
| commit | 5a16284828a1bbee996f9ba680393e409c5ade86 (patch) | |
| tree | f78ddae631fe24323acde812c8d8b8cacabc038c /static/faq.html | |
| parent | 9a1715f7010ce259925f1b80709abde0f0535b7d (diff) | |
publish experimental support for husky and shiba
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/static/faq.html b/static/faq.html index 72db8cb9..a586c968 100644 --- a/static/faq.html +++ b/static/faq.html @@ -128,6 +128,13 @@ <article id="supported-devices"> <h3><a href="#supported-devices">Which devices are supported?</a></h3> + <p>GrapheneOS has official experimental support for the following devices:</p> + + <ul> + <li>Pixel 8 Pro (husky)</li> + <li>Pixel 8 (shiba)</li> + </ul> + <p>GrapheneOS has official production support for the following devices:</p> <ul> @@ -196,10 +203,12 @@ <h3><a href="#recommended-devices">Which devices are recommended?</a></h3> <p>We <strong>strongly recommend</strong> only purchasing one of the following - devices for GrapheneOS due to better security and a minimum 5 year guarantee - from launch for full security updates and other improvements:</p> + devices for GrapheneOS due to better security and a long minimum support + guarantee from launch for full security updates and other improvements:</p> <ul> + <li>Pixel 8 Pro — experimental</li> + <li>Pixel 8 — experimental</li> <li>Pixel Fold</li> <li>Pixel Tablet</li> <li>Pixel 7a</li> @@ -210,8 +219,10 @@ <li>Pixel 6</li> </ul> - <p>Newer devices have more of their 5 year minimum guarantee remaining but the - actual support time may be longer than the minimum guarantee.</p> + <p>Pixel 8 and Pixel 8 Pro have a minimum of 7 years of support from launch + instead of 5 years. 7th generation Pixels have more of their 5 year minimum + guarantee remaining than 6th generation Pixels but the actual support time may + be longer than the minimum guarantee.</p> <p>The Pixel 7 and Pixel 7 Pro are all around improvements over the Pixel 6 and Pixel 6 Pro with a significantly better GPU and cellular radio along with @@ -375,6 +386,16 @@ <th>OEM minimum support length</th> </tr> <tr> + <td>Google Pixel 8 Pro</td> + <td>October 2030</td> + <td>7 years</td> + </tr> + <tr> + <td>Google Pixel 8</td> + <td>October 2030</td> + <td>7 years</td> + </tr> + <tr> <td>Google Pixel Fold</td> <td>June 2028</td> <td>5 years</td> |
