6225 Commits

Author SHA1 Message Date
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 `&#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-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
Daniel Micay
51ca41f652 5.10 GKI LTS update 2024-02-01 05:53:25 -05:00
Daniel Micay
838c593a53 6.1 GKI LTS update 2024-02-01 05:52:09 -05:00
Daniel Micay
f0454e8707 Vanadium 121.0.6167.143.1 2024-01-31 18:20:58 -05:00
Orazio
8ba2118a2a fix redirect to eSIM support 2024-01-31 14:34:50 -05:00
Daniel Micay
ba31ca30ef Vanadium 121.0.6167.143.0 2024-01-30 22:18:25 -05:00
Daniel Micay
a547afac5a Camera 66 2024-01-30 16:59:38 -05:00
Daniel Micay
cd7ba1af2b 5.15 GKI LTS update 2024-01-30 14:26:15 -05:00
dd-dreams
2f44715450 clarify the toggle is persistent 2024-01-30 13:52:11 -05:00
dd-dreams
7da8c03156 add redirect to new section 2024-01-30 13:52:11 -05:00
dd-dreams
eb25136a56 refactor eSIM section 2024-01-30 13:52:11 -05:00
matchboxbananasynergy
4922785d97 Vanadium 121.0.6167.101.3 2024-01-30 13:46:01 -05:00
Daniel Micay
1cd1ccbbdf Camera 65 2024-01-28 18:52:36 -05:00
Daniel Micay
c15f7ff2a1 Vanadium 121.0.6167.101.2 2024-01-28 16:33:38 -05:00