summaryrefslogtreecommitdiff
path: root/static/js
AgeCommit message (Collapse)Author
2021-01-23Implement web install using fastboot.jsDanny Lin
This implements the WebUSB-based web installer using fastboot.js to act as a fastboot client. A bare minimum UI with a plain-text status/progress caption for each step is included, as well as a plain button to trigger it and basic error handling. WebADB has been removed now that we are only using fastboot.js. Initial features: - Unlocking and locking the bootloader - Downloading the latest GrapheneOS release available for the device - Flashing the factory images zip - Reusing USB connections
2021-01-23Include fastboot.js as submoduleDanny Lin
This will be used for implementing a WebUSB-based installer.
2021-01-16simpler to avoid using adb like the current guideDaniel Micay
2021-01-05add stub download implementationDaniel Micay
2021-01-05add locking to web install proof of conceptDaniel Micay
2021-01-05add structure to WebUSB proof of concept pageDaniel Micay
2021-01-05add missing transport reset for fastbootDaniel Micay
2021-01-05add foundation for WebUSB-based install pageDaniel Micay
2021-01-05move javascript files to js directoryDaniel Micay
2021-01-05add webadb.jsDaniel Micay