| 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 | add redirects to handle reversed order for install | Daniel Micay | |
| 2021-01-27 | update notes for progress on WebUSB installer | Daniel Micay | |
| 2021-01-27 | fix globs for fastboot library ignores | Daniel Micay | |
| 2021-01-27 | add mjs extension to nginx configuration | Daniel Micay | |
| 2021-01-27 | pre-compress mjs files | 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-26 | drop support for obsolete Feature-Policy header | Daniel Micay | |
| This has been replaced by Permissions-Policy. | |||
| 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 | checkout submodules in GitHub action | 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 | update static site generation dependencies | 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 | sync validate_static removal with process_static | 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 | |
