summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
2021-02-07update cli install guide sample release to new oneDaniel Micay
2021-02-07add new release to table of contentsDaniel Micay
2021-02-07publish new release notesDaniel Micay
2021-02-07update SeedvaultDaniel Micay
2021-02-07add new release notesDaniel 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-072021.02.06.05 release pushed outDaniel Micay
2021-02-06put Android Studio executables at end of PATHDaniel Micay
2021-02-06add new release to table of contentsDaniel Micay
2021-02-06further explain HTTPS time update changeDaniel Micay
2021-02-062021.02.06.05 release notesDaniel Micay
2021-02-062021.02.06.05 is the next build numberDaniel Micay
2021-02-05HTTPS network time update reworkDaniel Micay
2021-02-05start listing tag for Pixel 4a 5G / Pixel 5Daniel Micay
2021-02-05new pending release notesDaniel Micay
2021-02-04calling redfin/bramble experimental is enoughDaniel Micay
2021-02-04redfin/bramble will be experimentalDaniel Micay
2021-02-04update build idsDaniel Micay
2021-02-04add hidden releases entries for 4a 5G and 5Daniel Micay
2021-02-03update site for 2021.02.02.09 releaseDaniel Micay
2021-02-03update fastboot.jsDaniel Micay
2021-02-03Update fastboot.js to fix Pixel 3 flashingDanny Lin
2021-02-02fix build idDaniel Micay
2021-02-022021.02.02.09 releaseDaniel Micay
2021-02-02update pending changelog entryDaniel Micay
2021-02-022021.02.02.09 is the next releaseDaniel Micay
2021-02-02read-only kernel data changes for Pixel 3Daniel Micay
2021-02-01clarify current statusDaniel Micay
2021-02-01update ChromiumDaniel Micay
2021-02-01add pending release notesDaniel Micay
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 Android reconnection handlerDanny Lin
2021-01-29Replace inappropriate hyphensmadaidan
2021-01-29fix typoDaniel Micay
2021-01-29Update fastboot.js for AVB key flashing fixDanny Lin
2021-01-29emphasize that web install is experimentalDaniel Micay
2021-01-29add redirect script to install pagesDaniel Micay
2021-01-29simplify wording for fastboot as non-root sectionDaniel Micay