Daniel Micay
087b4b2d58
GmsCompatConfig 96
2024-02-16 12:54:08 -05:00
dependabot[bot]
85b0ae2d9b
Bump terser from 5.27.0 to 5.27.1
...
Bumps [terser](https://github.com/terser/terser ) from 5.27.0 to 5.27.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.27.0...v5.27.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 14:29:38 -05:00
Daniel Micay
7bf1a8d299
use variable for CLI install guide version
2024-02-15 05:44:45 -05:00
Daniel Micay
aa99ab6c7a
5.15 GKI LTS update
2024-02-15 04:50:44 -05:00
Daniel Micay
c348ea0ad1
Vanadium 122.0.6261.43.0
2024-02-15 04:49:24 -05:00
Daniel Micay
989a52891c
reorganization section redirects
2024-02-14 12:42:30 -05:00
Daniel Micay
281af58bb9
avoid double redirects for section redirects
2024-02-14 12:41:02 -05:00
Daniel Micay
48c25ce552
fix section redirect
2024-02-14 12:40:15 -05:00
Daniel Micay
aa7c181e8b
add Windows signature verification command
2024-02-14 11:41:45 -05:00
Daniel Micay
e5c522c4a2
document signature verification via macOS OpenSSH
2024-02-14 10:50:28 -05:00
Daniel Micay
66be8af453
macOS and Windows include OpenSSH
2024-02-14 10:49:02 -05:00
Daniel Micay
4f3bee20cd
move to OpenSSH signing for factory images
2024-02-14 09:34:07 -05:00
Daniel Micay
d7db6a7ece
drop official support for installing via Debian 10
...
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-14 06:32:40 -05:00
Daniel Micay
a08e41b70f
use generic allowed_signers email
2024-02-14 05:47:32 -05:00
Daniel Micay
ea8b7afb61
Vanadium 121.0.6167.178.0
2024-02-13 14:35:44 -05:00
matchboxbananasynergy
336a0461db
Add more information about chat platforms / refactor section
2024-02-12 09:17:18 -05:00
matchboxbananasynergy
8fdd14dfb6
Add Bluesky in releases page and update section
2024-02-11 11:20:28 -05:00
Daniel Micay
367ecfbca8
update npm dependencies
2024-02-11 10:57:29 -05:00
Daniel Micay
c8605e7456
update color schemes
2024-02-11 10:41:49 -05:00
sandbank52641
2d38a0b071
use conforming procedure style in faq.html
2024-02-10 10:21:40 -05:00
Daniel Micay
b884d0b058
improve strings for network connection toggles
2024-02-10 06:46:21 -05:00
Daniel Micay
8f4a9554ca
GmsCompatConfig 95
2024-02-09 08:58:23 -05:00
Daniel Micay
6e1160ea15
6.1 GKI LTS update
2024-02-09 00:52:42 -05:00
Daniel Micay
a96f204388
GKI LTS update
2024-02-09 00:51:15 -05:00
Daniel Micay
b5dd5c72b8
gmscompat improvements
2024-02-08 13:39:44 -05:00
matchboxbananasynergy
49d603f057
Remove QuickSearchBox from repositories in source page
2024-02-07 12:26:34 -05:00
Daniel Micay
a5d5ca8cff
remove legacy QuickSearchBox app
2024-02-06 19:49:36 -05:00
Daniel Micay
0405de54e0
GmsCompatConfig 94
2024-02-06 17:55:05 -05:00
Daniel Micay
018d0ddf10
Vanadium 121.0.6167.164.0
2024-02-06 15:37:00 -05:00
Daniel Micay
08a98fa45b
fix wording for notification channel change
2024-02-06 03:04:02 -05:00
Daniel Micay
667bbfefc5
clarify BTI change
2024-02-06 03:01:53 -05:00
Daniel Micay
bb34e8af59
clarify garbage collection changes
2024-02-06 02:59:17 -05:00
Daniel Micay
45d6ac497c
clarify wording
2024-02-06 02:16:02 -05:00
Daniel Micay
e64cf703d8
publish new release notes
2024-02-06 01:59:39 -05:00
Daniel Micay
3c99b79586
new build number 2024020500
2024-02-05 23:01:54 -05:00
Daniel Micay
f1b0d45534
update 5th gen kernel to QPR2 Beta
2024-02-05 19:02:31 -05:00
Daniel Micay
dcb0e96ce6
February update release notes
2024-02-05 16:33:18 -05:00
Daniel Micay
7604736a04
enable SIM deletion confirmation by default
2024-02-05 15:46:08 -05:00
sandbank52641
09ca3097ce
use conforming procedure style in features.html
2024-02-04 14:10:39 -05:00
Daniel Micay
16b2cd1ffe
MMS and VVM updates
2024-02-04 06:29:53 -05:00
sandbank52641
0ee05afdbb
start introducing conforming procedure style
...
The changes summarized:
* Use angle brackets (`>`) instead of arrow symbols (`➔`).
* Put a non-breaking space (` `) 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 ` ` for the non-breaking space instead of
the named character entity ` ` 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 (` `), but I
couldn't find a reasonable solution. In order not to block this change,
I've opted for the entity number (` `). 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-04 02:48:46 -05:00
Daniel Micay
12143ab6f0
clarify Updater notification
2024-02-04 01:44:34 -05:00
Daniel Micay
8508523ab3
apply SCS/PAC/BTI changes to 6.1 kernel too
2024-02-04 00:20:33 -05:00
Daniel Micay
83420b2b2a
enable kernel BTI and use SCS in addition to PAC
2024-02-03 20:01:54 -05:00
Daniel Micay
d04a1d8cfa
update python dependencies
2024-02-03 19:45:47 -05:00
Daniel Micay
e6cd8db8b1
run full explicit GC in SystemUI and system_server after locking
2024-02-02 19:58:55 -05:00
Daniel Micay
bf73e459af
5.15 GKI LTS update
2024-02-02 07:05:18 -05:00
Daniel Micay
620ca463ed
add sysrq configuration changes for 6.1
2024-02-01 18:49:45 -05:00
matchboxbananasynergy
2c9fc5c02a
Improve eSIM support section
2024-02-01 18:26:06 -05:00
dependabot[bot]
380c151b88
Bump stylelint from 16.2.0 to 16.2.1
...
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-01 14:17:35 -05:00