summaryrefslogtreecommitdiff
path: root/static/js/web-install.js
AgeCommit message (Collapse)Author
2025-06-29static: replace installOphestra
Also get rid of many unused pages and assets.
2025-04-12add support for Pixel 9aDaniel Micay
2025-04-12clarify web install text for unlock/lock successDaniel Micay
This doesn't wait until the user interacts with the prompt to approve unlocking or locking on modern Pixel devices.
2025-03-02await saveFile transactionturbocrime
2024-11-28use optional catch binding syntaxDaniel Micay
2024-09-21add wake locks to web installersandbank52641
Sets wake locks during long-running operations, such as downloading and flashing the release. Close: https://github.com/GrapheneOS/grapheneos.org/issues/837 Test: Manual
2024-09-03production Pixel 9 Pro Fold supportDaniel Micay
2024-08-24add 9th generation Pixel supportDaniel Micay
2024-08-06handle new factory images naming for web installDaniel Micay
2024-08-06update fastboot.jsDaniel Micay
2024-07-29web-install: use optimized factory image on devices that have itDmitry Muhomor
2024-07-29update fastboot.jsDaniel Micay
2024-05-15add Pixel 8a supportDaniel Micay
2023-10-17publish experimental support for husky and shibaDaniel Micay
2023-10-13partially add husky/shiba to web installerDaniel Micay
2023-07-05bugfix(web installer): disable buttons depending on the state of the installeroctocorvus
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-28publish Pixel Fold (felix) supportDaniel Micay
2023-06-27add disabled Pixel Fold support to web installerDaniel Micay
2023-06-21publish Pixel Tablet supportDaniel Micay
2023-06-20add tangorpro to web install internal listsDaniel Micay
2023-05-11publish lynx supportDaniel Micay
2023-05-11add lynx as unsupported device to web installerDaniel Micay
2023-05-08drop obsolete 3rd gen Pixels from web installerDaniel Micay
2023-04-29update fastboot.jsDaniel Micay
2023-01-09Cancel snapshots on devices which are always capable of doing soflawedworld
2022-12-15reduce fastboot.js memory usageDaniel Micay
2022-11-18Revert "cancel snapshot update if one is in progress"Daniel Micay
This reverts commit 135ebf512171641c9488c6fae2d3c45b3928343e.
2022-11-17cancel snapshot update if one is in progressrandomhydrosol
Signed-off-by: randomhydrosol <randomhydrosol@glassrom.org>
2022-11-01update fastboot.js revisionDaniel Micay
2022-10-17update fastboot.js for Pixel 7 / Pixel 7 ProDaniel Micay
2022-10-17publish experimental Pixel 7 / Pixel 7 Pro supportDaniel Micay
2022-10-17Rename gs101Devices to tensorDevices and add 7th gen devicesflawedworld
2022-08-28Erase DPM on GS101 devicesflawedworld
2022-08-28update fastboot.jsDaniel Micay
2022-08-27use GrapheneOS fastboot.js forkDaniel Micay
2022-08-25always use stable channel for web installer againDaniel Micay
2022-08-25temporarily use Beta for 6th generation installsDaniel Micay
2022-08-25unhide Pixel 6a supportDaniel Micay
2022-08-25begin adding Pixel 6a (bluejay) supportDaniel Micay
2022-01-05remove unhelpful loggingDaniel Micay
2021-12-17Erase msadp on Qualcomm devicesflawedworld
2021-12-17Erase FIPS partition on GS101 devicesflawedworld
2021-12-17reuse product from getLatestReleaseDaniel Micay
2021-12-17Erase apdp on Qualcomm devicesflawedworld
2021-12-02add raven/oriole to web installerDaniel Micay
2021-11-27update fastboot.js to v1.1.1Daniel Micay
2021-09-07launch experimental Pixel 5a supportDaniel Micay
2021-08-31Disable UART during flashingflawedworld
Co-authored-by: anupritaisno1 <www.anuprita804@gmail.com>
2021-07-14add supported device check for web install fetchDaniel Micay
2021-04-11add version to fastboot.js library pathDaniel Micay