| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-31 | Update fastboot.js for live progress updates | Danny Lin | |
| 2021-01-30 | stop calling WebUSB installer experimental | Daniel Micay | |
| 2021-01-30 | add Windows Update driver information | Daniel Micay | |
| 2021-01-29 | Update fastboot.js to fix fastbootd flashing from Android | Danny Lin | |
| The fastbootd flashing path was missing a reconnect callback. | |||
| 2021-01-29 | avoid inline CSS to fix CSP issue | Daniel Micay | |
| 2021-01-29 | web-install: Implement Android reconnection callback | Danny Lin | |
| On Android, Chromium does not support automatic reconnection. The user must manually pair the device after every reboot in order for fastboot.js to reconnect to it. Unfortunately, this requires the user of the library to get involved because USB device connction requests are only allowed as the result of explicit user action, so we need to add a reconnect request callback for the user to handle. | |||
| 2021-01-29 | Update fastboot.js for Android reconnection handler | Danny Lin | |
| 2021-01-29 | Replace inappropriate hyphens | madaidan | |
| 2021-01-29 | fix typo | Daniel Micay | |
| 2021-01-29 | Update fastboot.js for AVB key flashing fix | Danny Lin | |
| 2021-01-29 | emphasize that web install is experimental | Daniel Micay | |
| 2021-01-29 | add redirect script to install pages | Daniel Micay | |
| 2021-01-29 | simplify wording for fastboot as non-root section | Daniel Micay | |
| 2021-01-29 | split long paragraph about Auditor | Daniel Micay | |
| 2021-01-29 | discourage interrupting flashing prematurely | Daniel Micay | |
| 2021-01-27 | update notes for progress on WebUSB installer | Daniel Micay | |
| 2021-01-27 | web-install: Remove stray log message | Danny Lin | |
| This was never meant to be shipped. | |||
| 2021-01-27 | web-install: Handle bootloader lock/unlock errors | Danny Lin | |
| 2021-01-27 | web-install: Rethrow errors after handling | Danny Lin | |
| After handling errors and showing them to the user, we can rethrow them to make them show up in the console. This helps greatly with debugging. | |||
| 2021-01-27 | Update web installer for fastboot.js updates | Danny Lin | |
| Some of the API and paths have changed, so this needs to be updated accordingly. The most prominent change is the removal of BlobStore and downloading support from fastboot.js, because a fastboot library should not be responsible for downloading files. | |||
| 2021-01-27 | Update fastboot.js submodule | Danny Lin | |
| Improvements: - Better documentation - Less ambiguous bundle file extension - Support for logical partitions (via fastbootd) - More robust flashing - More consistent code quality - Requirement checks before flashing - More flexible factory zip handling - Support for wiping logical partitions and userdata - Configurable debug mode - More detailed flashing progress - Conformant factory image flashing process - Automatic reconnection upon connection loss - Graceful handling of connection loss - Automatic reuse of already-paired USB devices - User-friendly progress/status text | |||
| 2021-01-27 | update sample build number for CLI install | Daniel Micay | |
| 2021-01-25 | clarify state of web installer | Daniel Micay | |
| 2021-01-25 | discourage using WebUSB-based installer for now | Daniel Micay | |
| 2021-01-25 | wrap line consistently | Daniel Micay | |
| 2021-01-25 | update PayPal information | Daniel Micay | |
| 2021-01-25 | update PayPal email address | Daniel Micay | |
| 2021-01-25 | fix typo in URL | Daniel Micay | |
| 2021-01-25 | update static releases listing | Daniel Micay | |
| 2021-01-25 | update OpenGraph titles for install pages | Daniel Micay | |
| 2021-01-25 | reorganize sitemap | Daniel Micay | |
| 2021-01-24 | raise install index page priority | Daniel Micay | |
| 2021-01-24 | update titles for install pages | Daniel Micay | |
| 2021-01-24 | add Microsoft Edge as an officially tested browser | Daniel Micay | |
| 2021-01-24 | udev rules are still an issue for Linux WebUSB | Daniel Micay | |
| 2021-01-24 | update main header for CLI install page | Daniel Micay | |
| 2021-01-24 | create an install directory with an index page | Daniel Micay | |
| 2021-01-24 | clarify toybox prebuilt is part of toolchain | Daniel Micay | |
| 2021-01-24 | add 2021.01.23.03 to table of contents | Daniel Micay | |
| 2021-01-24 | 2021.01.23.03 release notes | Daniel Micay | |
| 2021-01-23 | Switch to new bundled fastboot.js | Danny Lin | |
| This simplifies cache busting greatly without needing to do further processing on any fastboot.js code before deploying. It also removes the need for a non-module script with global scope. | |||
| 2021-01-23 | Update fastboot submodule for bundles | Danny Lin | |
| 2021-01-23 | Update web install for fastboot.js and zip.js updates | Danny Lin | |
| 2021-01-23 | Update fastboot.js for zip.js updates | Danny Lin | |
| This reduces the size of the zip.js libraries and improves flashing speed by 1.7x due to the Pako inflate implementation. | |||
| 2021-01-23 | update fastboot submodule | Daniel Micay | |
| 2021-01-23 | document additional Vanadium build dependencies | Daniel Micay | |
| 2021-01-23 | add /web-install to sitemap | Daniel Micay | |
| 2021-01-23 | add a temporary warning to the web install page | Daniel Micay | |
| 2021-01-23 | Implement web install using fastboot.js | Danny Lin | |
| This implements the WebUSB-based web installer using fastboot.js to act as a fastboot client. A bare minimum UI with a plain-text status/progress caption for each step is included, as well as a plain button to trigger it and basic error handling. WebADB has been removed now that we are only using fastboot.js. Initial features: - Unlocking and locking the bootloader - Downloading the latest GrapheneOS release available for the device - Flashing the factory images zip - Reusing USB connections | |||
| 2021-01-23 | Include fastboot.js as submodule | Danny Lin | |
| This will be used for implementing a WebUSB-based installer. | |||
