summaryrefslogtreecommitdiff
path: root/static/install
AgeCommit message (Collapse)Author
2021-03-07update fastboot.js to 1.0.8Daniel Micay
2021-03-06simplify wordingDaniel Micay
2021-03-06replace legacy /install redirectDaniel Micay
2021-03-06update fastboot.js to 1.0.7Daniel Micay
2021-03-04move upstream contributions section to FAQDaniel Micay
2021-03-01update fastboot.js to fix Pixel 2 flashDaniel Micay
2021-03-01Add ability to remove non-stock key via WebUSB.flawedworld
2021-02-24another link to web installer for portabilityDaniel Micay
2021-02-20use svg logo for footerDaniel Micay
2021-02-20clarify WebUSB installer is recommendedDaniel Micay
2021-02-20clarify udev instructionsDaniel Micay
2021-02-20update web install browser recommendationsDaniel Micay
2021-02-20clarify recommendation to update before flashingDaniel Micay
2021-02-20officially support Ubuntu 20.10 for installingDaniel Micay
2021-02-20officially support installing from AndroidDaniel Micay
2021-02-20ChromeOS officially supported for web installDaniel Micay
2021-02-20use version number for DebianDaniel Micay
2021-02-20simplify list of supported OSes for installingDaniel Micay
2021-02-20clarify that OS recommendations can divergeDaniel Micay
2021-02-18add missing punctuationDaniel Micay
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-17add recommendation to use official install methodsDaniel Micay
2021-02-14improve wordingDaniel Micay
2021-02-11recommend disabling developer options againDaniel Micay
2021-02-11recommend WebUSB installer for most usersDaniel Micay
2021-02-11list WebUSB-based installer before CLI guideDaniel Micay
2021-02-07update cli install guide sample release to new oneDaniel Micay
2021-02-07remove outdated wordingDaniel Micay
2021-02-07add link to web install from cli install tooDaniel Micay
2021-02-07add help information to web install guideDaniel Micay
2021-02-07update CLI install guide sample versionDaniel Micay
2021-02-03update site for 2021.02.02.09 releaseDaniel 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-29emphasize that web install is experimentalDaniel Micay