summaryrefslogtreecommitdiff
path: root/static/install/web.html
AgeCommit message (Collapse)Author
2021-02-17update fastboot.js to v1.0.5Daniel Micay
2021-02-17use non-private-browsing mode for web installDaniel Micay
2021-02-17use consistent naming for bootloader interfaceDaniel Micay
2021-02-17explain booting into bootloader interface betterDaniel Micay
2021-02-17add table of contents to web install pageDaniel Micay
2021-02-17Clarify when/how to update driverMarco Janotta
2021-02-11recommend disabling developer options againDaniel Micay
2021-02-07remove outdated wordingDaniel Micay
2021-02-07add help information to web install guideDaniel Micay
2021-02-03Update fastboot.js to fix Pixel 3 flashingDanny Lin
2021-01-31web-install: Update fastboot.js to fix fastbootd flashingDanny Lin
The fastbootd flashing path was missing a progress callback.
2021-01-31web-install: Update fastboot.js to fix waiting for rebootsDanny Lin
2021-01-31web-install: Show download progressDanny Lin
Getting progress with the fetch() API is complicated and requires us to stream the data and create the blob ourselves, so use XMLHttpRequest instead to get live progress updates.
2021-01-31web-install: Implement flashing progress callbacksDanny Lin
2021-01-31Update fastboot.js for live progress updatesDanny Lin
2021-01-30stop calling WebUSB installer experimentalDaniel Micay
2021-01-30add Windows Update driver informationDaniel Micay
2021-01-29Update fastboot.js to fix fastbootd flashing from AndroidDanny Lin
The fastbootd flashing path was missing a reconnect callback.
2021-01-29avoid inline CSS to fix CSP issueDaniel Micay
2021-01-29web-install: Implement Android reconnection callbackDanny 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-29Update fastboot.js for AVB key flashing fixDanny Lin
2021-01-29add redirect script to install pagesDaniel Micay
2021-01-29simplify wording for fastboot as non-root sectionDaniel Micay
2021-01-29split long paragraph about AuditorDaniel Micay
2021-01-29discourage interrupting flashing prematurelyDaniel Micay
2021-01-27update notes for progress on WebUSB installerDaniel Micay
2021-01-27Update web installer for fastboot.js updatesDanny 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-25clarify state of web installerDaniel Micay
2021-01-25update OpenGraph titles for install pagesDaniel Micay
2021-01-24update titles for install pagesDaniel Micay
2021-01-24add Microsoft Edge as an officially tested browserDaniel Micay
2021-01-24udev rules are still an issue for Linux WebUSBDaniel Micay
2021-01-24create an install directory with an index pageDaniel Micay