| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-29 | static: replace install | Ophestra | |
| Also get rid of many unused pages and assets. | |||
| 2025-06-08 | Opt-into edge-to-edge by default | cookiell546 | |
| Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ``` | |||
| 2025-04-26 | fwupd is still consistently buggy years later | Daniel Micay | |
| 2025-04-26 | add missing word | Daniel Micay | |
| 2025-04-25 | document mobile Chromium desktop mode incompatibility | Daniel Micay | |
| 2025-04-15 | install: add supported devices link | Charles | |
| 2025-04-12 | add support for Pixel 9a | Daniel Micay | |
| 2025-02-14 | remove trailing whitespace | Daniel Micay | |
| 2025-02-10 | Fixed accidental removal of text | rslurry | |
| 2025-02-10 | Generalized install info related to fwupd bug on Debian-based distros | rslurry | |
| 2024-12-21 | list "symptoms" of successful entry to fastboot mode | Dave Eckhardt | |
| 2024-10-20 | add Android 15 as a support OS for web installer | Daniel Micay | |
| 2024-10-20 | mark Ubuntu 24.10 as supported for installation | Daniel Micay | |
| 2024-10-12 | update supported macOS versions for installation | Daniel Micay | |
| 2024-09-03 | stop marking fwupd workaround as not required | Daniel Micay | |
| This may still be needed. | |||
| 2024-09-03 | production Pixel 9 Pro Fold support | Daniel Micay | |
| 2024-08-24 | add 9th generation Pixel support | Daniel Micay | |
| 2024-08-16 | clarify requirements for installation | Daniel Micay | |
| 2024-08-06 | generic Windows USB driver works on Windows 10 | Daniel Micay | |
| 2024-08-06 | firmware anti-rollback is actively used since Pixel 6 | Daniel Micay | |
| 2024-08-06 | update fastboot.js | Daniel Micay | |
| 2024-08-06 | driver no longer needed on latest Windows 11 for 4a (5G) onwards | Daniel Micay | |
| 2024-08-06 | clearer statement on fwupd workaround | Daniel Micay | |
| 2024-08-04 | Remove EOL Android 11 | matchboxbananasynergy | |
| 2024-08-04 | fwupd workaround usually not required anymore | Daniel Micay | |
| 2024-08-04 | update supported Ubuntu / Linux Mint versions | Daniel Micay | |
| 2024-07-29 | web-install: update flashing-factory-images section | Dmitry Muhomor | |
| 2024-07-29 | update fastboot.js | Daniel Micay | |
| 2024-07-28 | improve guide on removing the non-stock key via fastboot mode | Job | |
| 2024-07-09 | remove obsolete paragraph about OEM unlocking | Daniel Micay | |
| 2024-05-15 | add Pixel 8a support | Daniel Micay | |
| 2024-05-11 | remove trailing whitespace | Daniel Micay | |
| 2024-04-07 | web-install: adjust OEM unlocking section | matchboxbananasynergy | |
| 2024-03-14 | Since the texts have been swapped -> Menu updated | b068931cc450442b63f5b3d276ea4297 | |
| 2024-03-03 | move up "Further information" section | sandbank52641 | |
| After installation, the user may want to dive into more information about the new system they got (=> "Further information"). This should have a higher priority than the section "Replacing GrapheneOS with the stock OS." | |||
| 2024-02-14 | drop official support for installing via Debian 10 | Daniel Micay | |
| Debian 10 no longer receives official security support and has an OpenSSH version predating file signing support. We plan to move away from signify to OpenSSH for more portability so this has to go. | |||
| 2024-02-04 | start introducing conforming procedure style | sandbank52641 | |
| The changes summarized: * Use angle brackets (`>`) instead of arrow symbols (`➔`). * Put a non-breaking space (` `) before each angle bracket. * Wrap sequences and elements in bold element (`<b>`). * Accessibility: Wrap angle bracket in a span tag with an aria-label. References: * https://developers.google.com/style/procedures#multi-action-procedures * https://developers.google.com/style/ui-elements#angle-brackets I use the entity number ` ` for the non-breaking space instead of the named character entity ` ` because `xmllint` produces a linting error (which is to be expected). ``` parser error : Entity 'nbsp' not defined ``` Ideally we want to use the named character entity (` `), but I couldn't find a reasonable solution. In order not to block this change, I've opted for the entity number (` `). If a reasonable solution is found, the entity number can be easily replaced by the named character entity. The changes require more than just replacing the currently used arrow. The surrounding context should be checked to determine whether a change is appropriate at this point and whether it requires further changes in the context itself. The paragraphs are wrapped with the currently used 98 characters. If using vim: ``` :set tw=98 ``` Vim's wrapping is weird when applied several times. To work around this, we can unwrap the paragraph first. To select a paragraph, unwrap and rewrap: Point to the line of the paragraph, and type `vipJgqq` in normal mode. | |||
| 2023-12-30 | simplify supported Android OSes for installation | Daniel Micay | |
| 2023-12-30 | mark Linux Mint as supported for installation | Daniel Micay | |
| 2023-12-30 | drop end-of-life macOS Big Sur | Daniel Micay | |
| 2023-12-30 | update fwupd instructions | Daniel Micay | |
| 2023-12-21 | disconnect Pixel Tablet from stand for installing | Daniel Micay | |
| 2023-12-18 | Fix wording in web.html | sgost1 | |
| 2023-11-26 | document workaround for fwupd bug | Daniel Micay | |
| 2023-11-07 | remove GNOME workaround for now | Daniel Micay | |
| This appears to cause issues and we need more information on when this may be required. | |||
| 2023-10-29 | Minor edit web.html to include 8th gen | BHydden | |
| Minor text change to verification description to account for 8th gen pixels | |||
| 2023-10-17 | publish experimental support for husky and shiba | Daniel Micay | |
| 2023-10-12 | install: update supported OSes | Jorge Luis Carrillo | |
| 2023-10-12 | add key fingerprints for husky/shiba | Daniel Micay | |
| 2023-08-18 | document Brave Shields breaking web install | Daniel Micay | |
