summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
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
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-27web-install: Remove stray log messageDanny Lin
This was never meant to be shipped.
2021-01-27web-install: Handle bootloader lock/unlock errorsDanny Lin
2021-01-27web-install: Rethrow errors after handlingDanny 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-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-27Update fastboot.js submoduleDanny 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-27update sample build number for CLI installDaniel Micay
2021-01-25clarify state of web installerDaniel Micay
2021-01-25discourage using WebUSB-based installer for nowDaniel Micay
2021-01-25wrap line consistentlyDaniel Micay
2021-01-25update PayPal informationDaniel Micay
2021-01-25update PayPal email addressDaniel Micay
2021-01-25fix typo in URLDaniel Micay
2021-01-25update static releases listingDaniel Micay
2021-01-25update OpenGraph titles for install pagesDaniel Micay
2021-01-25reorganize sitemapDaniel Micay