summaryrefslogtreecommitdiff
path: root/static/js/fastboot
AgeCommit message (Collapse)Author
2025-06-29static: replace installOphestra
Also get rid of many unused pages and assets.
2024-08-06update fastboot.jsDaniel Micay
2024-07-29update fastboot.jsDaniel Micay
2023-04-29update fastboot.jsDaniel Micay
2022-12-15reduce fastboot.js memory usageDaniel Micay
2022-11-01update fastboot.js revisionDaniel Micay
2022-10-17update fastboot.js for Pixel 7 / Pixel 7 ProDaniel Micay
2022-08-28update fastboot.jsDaniel Micay
2022-08-27use GrapheneOS fastboot.js forkDaniel Micay
2021-11-27update fastboot.js to v1.1.1Daniel Micay
2021-04-11update fastboot.js to 1.0.9Daniel Micay
2021-03-07update fastboot.js to 1.0.8Daniel Micay
2021-03-06update fastboot.js to 1.0.7Daniel Micay
2021-03-01update fastboot.js to fix Pixel 2 flashDaniel Micay
2021-02-17update fastboot.js to v1.0.5Daniel Micay
2021-02-03update fastboot.jsDaniel 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-31Update fastboot.js for live progress updatesDanny Lin
2021-01-29Update fastboot.js to fix fastbootd flashing from AndroidDanny Lin
The fastbootd flashing path was missing a reconnect callback.
2021-01-29Update fastboot.js for Android reconnection handlerDanny Lin
2021-01-29Update fastboot.js for AVB key flashing fixDanny Lin
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-23Update fastboot submodule for bundlesDanny Lin
2021-01-23Update fastboot.js for zip.js updatesDanny Lin
This reduces the size of the zip.js libraries and improves flashing speed by 1.7x due to the Pako inflate implementation.
2021-01-23update fastboot submoduleDaniel Micay
2021-01-23Include fastboot.js as submoduleDanny Lin
This will be used for implementing a WebUSB-based installer.