| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-01-31 | Update fastboot.js for live progress updates | Danny Lin | |
| 2021-01-29 | Update fastboot.js to fix fastbootd flashing from Android | Danny Lin | |
| The fastbootd flashing path was missing a reconnect callback. | |||
| 2021-01-29 | avoid inline CSS to fix CSP issue | Daniel Micay | |
| 2021-01-29 | web-install: Implement Android reconnection callback | Danny 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-29 | Update fastboot.js for AVB key flashing fix | Danny Lin | |
| 2021-01-27 | web-install: Remove stray log message | Danny Lin | |
| This was never meant to be shipped. | |||
| 2021-01-27 | web-install: Handle bootloader lock/unlock errors | Danny Lin | |
| 2021-01-27 | web-install: Rethrow errors after handling | Danny 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. | |||
