summaryrefslogtreecommitdiff
path: root/static/install.html
AgeCommit message (Collapse)Author
2020-12-23free storage space is important tooDaniel Micay
2020-12-23clarify PATH changeDaniel Micay
2020-12-23avoid repeating tip about PATHDaniel Micay
2020-12-23split out fastboot version check sectionDaniel Micay
2020-12-23clarify android-tools + android-udev is enoughDaniel Micay
2020-12-23clarify wordingDaniel Micay
2020-12-23rewordDaniel Micay
2020-12-23expand information on install requirementsDaniel Micay
2020-12-23make it harder to mess up obtaining fastbootDaniel Micay
This removes the link to the platform-tools releases page to discourage using another approach to downloading and extracting it. The most common mistake made by users is doing this their own way and ending up without fastboot in their shell's path.
2020-12-23clarify PATHDaniel Micay
2020-12-23drop block display for coin-address p elementDaniel Micay
2020-12-22center cryptocurrency donation addressesDaniel Micay
2020-12-22add Monero donation addressDaniel Micay
2020-12-21handle changed -webkit-fill-available semanticsDaniel Micay
Chromium changed how this works to better match the evolving specification and our usage effectively became a no-op.
2020-12-20skip verification without trusted signifyDaniel Micay
2020-12-20add further information section to install guideDaniel Micay
2020-12-20contain post-installation in a top-level sectionDaniel Micay
2020-12-20simplify explanation of locking wiping dataDaniel Micay
2020-12-20no need to specify OS partitions in install guideDaniel Micay
2020-12-17USB prerequisites for installationDaniel Micay
2020-12-16update example version for install pageDaniel Micay
2020-12-08mark up site banner with header elementDaniel Micay
2020-12-07add machine-readable license informationDaniel Micay
2020-12-07update macOS platform-tools file nameDaniel Micay
2020-12-06use consistent id namingDaniel Micay
2020-12-06use explicit sections in the install guideDaniel Micay
2020-12-06move main header id to main elementDaniel Micay
2020-12-06move table-of-contents id to nav elementDaniel Micay
2020-12-05add features page to menu elsewhereDaniel Micay
2020-12-02sync CSS versionDaniel Micay
2020-12-02mark table of contents as navigationDaniel Micay
2020-12-02use id to style site menuDaniel Micay
2020-12-02use aria-current="page" instead of custom classDaniel Micay
2020-11-21remove unnecessary reboot instructionDaniel Micay
This used to be required because the devices used to automatically reboot after unlocking the bootloader.
2020-11-21better information on Debian and UbuntuDaniel Micay
2020-11-13update Open Graph prefix URLDaniel Micay
2020-11-09use Pixel 4a for install examplesDaniel Micay
2020-11-09update platform-tools to 30.0.5Daniel Micay
2020-11-07update Roboto Mono fontsDaniel Micay
2020-11-02remove PowerShell's legacy curl aliasDaniel Micay
2020-10-31remove information on early Pixel 2 firmwareDaniel Micay
Pixel 2 and 2 XL are legacy devices that are not going to be covered in a special way by the installation instructions anymore.
2020-10-26reuse mask-icon.svg as an svg faviconDaniel Micay
Yandex.Webmaster requested an SVG favicon and there may be other software able to take advantage of it too.
2020-10-26use semantic main element instead of a divDaniel Micay
2020-09-17update oldest supported fastboot version to 29.0.6Daniel Micay
2020-09-17update sample fastboot versionDaniel Micay
2020-09-17update macOS platform-tools zip nameDaniel Micay
2020-09-17update platform-tools releasesDaniel Micay
2020-09-17remove trailing whitespaceDaniel Micay
2020-08-22change Play Services -> Play servicesinthewaves
It's how Google capitalizes it
2020-06-28add missing p elementstheaeonsolution