| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-15 | add Pixel 8a support | Daniel Micay | |
| 2023-10-17 | publish experimental support for husky and shiba | Daniel Micay | |
| 2023-10-13 | partially add husky/shiba to web installer | Daniel Micay | |
| 2023-07-05 | bugfix(web installer): disable buttons depending on the state of the installer | octocorvus | |
| Currently clicking some web installer buttons, like 'Lock bootloader', can interrupt flashing and some, like 'Flash release', can cause multiple instances of the "flashing" process to initiate. This commit adds support for enabling/disabling web installer buttons and disables buttons that might interrupt flashing while flashing. Clicking the 'Download release' button while a download is in progress can cause multiple downloads to initiate, so disable the button during downloads and enable it afterwards. | |||
| 2023-06-28 | publish Pixel Fold (felix) support | Daniel Micay | |
| 2023-06-27 | add disabled Pixel Fold support to web installer | Daniel Micay | |
| 2023-06-21 | publish Pixel Tablet support | Daniel Micay | |
| 2023-06-20 | add tangorpro to web install internal lists | Daniel Micay | |
| 2023-05-11 | publish lynx support | Daniel Micay | |
| 2023-05-11 | add lynx as unsupported device to web installer | Daniel Micay | |
| 2023-05-08 | drop obsolete 3rd gen Pixels from web installer | Daniel Micay | |
| 2023-04-29 | update fastboot.js | Daniel Micay | |
| 2023-01-09 | Cancel snapshots on devices which are always capable of doing so | flawedworld | |
| 2022-12-15 | reduce fastboot.js memory usage | Daniel Micay | |
| 2022-11-18 | Revert "cancel snapshot update if one is in progress" | Daniel Micay | |
| This reverts commit 135ebf512171641c9488c6fae2d3c45b3928343e. | |||
| 2022-11-17 | cancel snapshot update if one is in progress | randomhydrosol | |
| Signed-off-by: randomhydrosol <randomhydrosol@glassrom.org> | |||
| 2022-11-01 | update fastboot.js revision | Daniel Micay | |
| 2022-10-17 | update fastboot.js for Pixel 7 / Pixel 7 Pro | Daniel Micay | |
| 2022-10-17 | publish experimental Pixel 7 / Pixel 7 Pro support | Daniel Micay | |
| 2022-10-17 | Rename gs101Devices to tensorDevices and add 7th gen devices | flawedworld | |
| 2022-08-28 | Erase DPM on GS101 devices | flawedworld | |
| 2022-08-28 | update fastboot.js | Daniel Micay | |
| 2022-08-27 | use GrapheneOS fastboot.js fork | Daniel Micay | |
| 2022-08-25 | always use stable channel for web installer again | Daniel Micay | |
| 2022-08-25 | temporarily use Beta for 6th generation installs | Daniel Micay | |
| 2022-08-25 | unhide Pixel 6a support | Daniel Micay | |
| 2022-08-25 | begin adding Pixel 6a (bluejay) support | Daniel Micay | |
| 2022-01-05 | remove unhelpful logging | Daniel Micay | |
| 2021-12-17 | Erase msadp on Qualcomm devices | flawedworld | |
| 2021-12-17 | Erase FIPS partition on GS101 devices | flawedworld | |
| 2021-12-17 | reuse product from getLatestRelease | Daniel Micay | |
| 2021-12-17 | Erase apdp on Qualcomm devices | flawedworld | |
| 2021-12-02 | add raven/oriole to web installer | Daniel Micay | |
| 2021-11-27 | update fastboot.js to v1.1.1 | Daniel Micay | |
| 2021-09-07 | launch experimental Pixel 5a support | Daniel Micay | |
| 2021-08-31 | Disable UART during flashing | flawedworld | |
| Co-authored-by: anupritaisno1 <www.anuprita804@gmail.com> | |||
| 2021-07-14 | add supported device check for web install fetch | Daniel Micay | |
| 2021-04-11 | add version to fastboot.js library path | Daniel Micay | |
| 2021-04-11 | update fastboot.js to 1.0.9 | Daniel Micay | |
| 2021-04-06 | Create an alert if user tries to leave during download or installation. | flawedworld | |
| 2021-03-07 | update fastboot.js to 1.0.8 | Daniel Micay | |
| 2021-03-06 | update fastboot.js to 1.0.7 | Daniel Micay | |
| 2021-03-01 | update fastboot.js to fix Pixel 2 flash | Daniel Micay | |
| 2021-03-01 | Add ability to remove non-stock key via WebUSB. | flawedworld | |
| 2021-02-17 | update fastboot.js to v1.0.5 | Daniel Micay | |
| 2021-02-03 | Update fastboot.js to fix Pixel 3 flashing | Danny Lin | |
| 2021-01-31 | web-install: Update fastboot.js to fix fastbootd flashing | Danny Lin | |
| The fastbootd flashing path was missing a progress callback. | |||
| 2021-01-31 | web-install: Update fastboot.js to fix waiting for reboots | Danny Lin | |
| 2021-01-31 | web-install: Show download progress | Danny 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-31 | web-install: Implement flashing progress callbacks | Danny Lin | |
