summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-15use variable for CLI install guide versionDaniel Micay
2024-02-155.15 GKI LTS updateDaniel Micay
2024-02-15Vanadium 122.0.6261.43.0Daniel Micay
2024-02-14reorganization section redirectsDaniel Micay
2024-02-14avoid double redirects for section redirectsDaniel Micay
2024-02-14fix section redirectDaniel Micay
2024-02-14add Windows signature verification commandDaniel Micay
2024-02-14document signature verification via macOS OpenSSHDaniel Micay
2024-02-14macOS and Windows include OpenSSHDaniel Micay
2024-02-14move to OpenSSH signing for factory imagesDaniel Micay
2024-02-14drop official support for installing via Debian 10Daniel Micay
Debian 10 no longer receives official security support and has an OpenSSH version predating file signing support. We plan to move away from signify to OpenSSH for more portability so this has to go.
2024-02-14use generic allowed_signers emailDaniel Micay
2024-02-13Vanadium 121.0.6167.178.0Daniel Micay
2024-02-12Add more information about chat platforms / refactor sectionmatchboxbananasynergy
2024-02-11Add Bluesky in releases page and update sectionmatchboxbananasynergy
2024-02-11update npm dependenciesDaniel Micay
2024-02-11update color schemesDaniel Micay
2024-02-10use conforming procedure style in faq.htmlsandbank52641
2024-02-10improve strings for network connection togglesDaniel Micay
2024-02-09GmsCompatConfig 95Daniel Micay
2024-02-096.1 GKI LTS updateDaniel Micay
2024-02-09GKI LTS updateDaniel Micay
2024-02-08gmscompat improvementsDaniel Micay
2024-02-07Remove QuickSearchBox from repositories in source pagematchboxbananasynergy
2024-02-06remove legacy QuickSearchBox appDaniel Micay
2024-02-06GmsCompatConfig 94Daniel Micay
2024-02-06Vanadium 121.0.6167.164.0Daniel Micay
2024-02-06fix wording for notification channel changeDaniel Micay
2024-02-06clarify BTI changeDaniel Micay
2024-02-06clarify garbage collection changesDaniel Micay
2024-02-06clarify wordingDaniel Micay
2024-02-06publish new release notesDaniel Micay
2024-02-05new build number 2024020500Daniel Micay
2024-02-05update 5th gen kernel to QPR2 BetaDaniel Micay
2024-02-05February update release notesDaniel Micay
2024-02-05enable SIM deletion confirmation by defaultDaniel Micay
2024-02-04use conforming procedure style in features.htmlsandbank52641
2024-02-04MMS and VVM updatesDaniel Micay
2024-02-04start introducing conforming procedure stylesandbank52641
The changes summarized: * Use angle brackets (`>`) instead of arrow symbols (`➔`). * Put a non-breaking space (`&#160;`) before each angle bracket. * Wrap sequences and elements in bold element (`<b>`). * Accessibility: Wrap angle bracket in a span tag with an aria-label. References: * https://developers.google.com/style/procedures#multi-action-procedures * https://developers.google.com/style/ui-elements#angle-brackets I use the entity number `&#160;` for the non-breaking space instead of the named character entity `&nbsp;` because `xmllint` produces a linting error (which is to be expected). ``` parser error : Entity 'nbsp' not defined ``` Ideally we want to use the named character entity (`&nbsp;`), but I couldn't find a reasonable solution. In order not to block this change, I've opted for the entity number (`&#160;`). If a reasonable solution is found, the entity number can be easily replaced by the named character entity. The changes require more than just replacing the currently used arrow. The surrounding context should be checked to determine whether a change is appropriate at this point and whether it requires further changes in the context itself. The paragraphs are wrapped with the currently used 98 characters. If using vim: ``` :set tw=98 ``` Vim's wrapping is weird when applied several times. To work around this, we can unwrap the paragraph first. To select a paragraph, unwrap and rewrap: Point to the line of the paragraph, and type `vipJgqq` in normal mode.
2024-02-04clarify Updater notificationDaniel Micay
2024-02-04apply SCS/PAC/BTI changes to 6.1 kernel tooDaniel Micay
2024-02-03enable kernel BTI and use SCS in addition to PACDaniel Micay
2024-02-03update python dependenciesDaniel Micay
2024-02-02run full explicit GC in SystemUI and system_server after lockingDaniel Micay
2024-02-025.15 GKI LTS updateDaniel Micay
2024-02-01add sysrq configuration changes for 6.1Daniel Micay
2024-02-01Improve eSIM support sectionmatchboxbananasynergy
2024-02-01Bump stylelint from 16.2.0 to 16.2.1dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.0 to 16.2.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.2.0...16.2.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-015.10 GKI LTS updateDaniel Micay
2024-02-016.1 GKI LTS updateDaniel Micay