summaryrefslogtreecommitdiff
path: root/static/js
AgeCommit message (Collapse)Author
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-13use Sandboxed Google Play instead of Play servicesDaniel 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-15remove upstream section from the main pageDaniel Micay
2021-12-15remove history section from main pageDaniel Micay
2021-12-15remove roadmap section from main pageDaniel Micay
2021-12-05add utility function to simplify releases.jsDaniel Micay
2021-12-04use native style for JavaScript function nameDaniel Micay
2021-12-02add raven/oriole to web installerDaniel Micay
2021-12-01add hidden raven/oriole release listingsDaniel Micay
2021-11-27update fastboot.js to v1.1.1Daniel Micay
2021-09-15reorganize client-side fragment redirectsDaniel Micay
2021-09-15add taimen/walleye redirectsDaniel Micay
2021-09-07drop stub redirects until they're actually removedDaniel Micay
2021-09-07launch experimental Pixel 5a supportDaniel Micay
2021-08-31Disable UART during flashingflawedworld
Co-authored-by: anupritaisno1 <www.anuprita804@gmail.com>
2021-08-23provide time.grapheneos.org with network serversDaniel Micay
2021-08-04apps server merged into releases serverDaniel Micay
2021-07-14add supported device check for web install fetchDaniel Micay
2021-07-14remove Pixel 2 and Pixel 2 XL from releases listDaniel Micay
2021-07-04remove no longer relevant fragment redirectDaniel Micay
2021-04-14add Google services redirectDaniel Micay
2021-04-11add version to fastboot.js library pathDaniel Micay
2021-04-11update fastboot.js to 1.0.9Daniel Micay
2021-04-06Create an alert if user tries to leave during download or installation.flawedworld
2021-04-01clarify comment for redirect.jsDaniel Micay
2021-03-27migrate history page into an index pageDaniel Micay
2021-03-08make a dedicated history pageDaniel Micay
2021-03-07update fastboot.js to 1.0.8Daniel Micay
2021-03-06replace legacy /install redirectDaniel Micay
2021-03-06update fastboot.js to 1.0.7Daniel Micay
2021-03-04move upstream contributions section to FAQDaniel Micay
2021-03-01update fastboot.js to fix Pixel 2 flashDaniel Micay
2021-03-01Add ability to remove non-stock key via WebUSB.flawedworld
2021-02-17update fastboot.js to v1.0.5Daniel Micay
2021-02-08keep releases listing dynamically updatedDaniel Micay
2021-02-04add hidden releases entries for 4a 5G and 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-31web-install: Show download progressDanny 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-31web-install: Implement flashing progress callbacksDanny Lin
2021-01-31Update fastboot.js for live progress updatesDanny Lin