Commit Graph
15 Commits
Author SHA1 Message Date
sandbank52641andDaniel Micay dcd45c6654 update Android Studio package 2024-05-22 10:06:30 -04:00
sandbank52641andDaniel Micay 633cb78f6d update Android Studio package 2024-04-30 18:08:38 -04:00
sandbank52641andDaniel Micay 129a23c997 update Android Studio package 2024-04-17 13:04:10 -04:00
sandbank52641andDaniel Micay 93036db661 move up "Further information" section
After installation, the user may want to dive into more information
about the new system they got (=> "Further information"). This should
have a higher priority than the section "Replacing GrapheneOS with the
stock OS."
2024-03-03 11:18:02 -05:00
sandbank52641andDaniel Micay e0aeedbc30 update standalone platform-tools
Tested on:
- Arch Linux
- macOS Monterey (12)
- Windows 10
2024-03-01 11:15:38 -05:00
sandbank52641andDaniel Micay 90227e8e73 update Android Studio package 2024-03-01 09:10:32 -05:00
sandbank52641andDaniel Micay 355b537a2f use conforming procedure style in releases.html 2024-02-26 09:59:03 -05:00
sandbank52641andDaniel Micay 938041e075 update code and pre style rules
Material Design 3 doesn't specify these components, but it's inspired by
what can be found on https://material-web.dev/
2024-02-17 05:03:06 -05:00
sandbank52641andDaniel Micay 2d38a0b071 use conforming procedure style in faq.html 2024-02-10 10:21:40 -05:00
sandbank52641andDaniel Micay 09ca3097ce use conforming procedure style in features.html 2024-02-04 14:10:39 -05:00
sandbank52641andDaniel Micay 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
sandbank52641andDaniel Micay 968167ad52 simplify process templates script
Python provides a high-level path object with `pathlib`[^1], which is
included in the standard library[^2]. This makes it simpler to find all
html files to process.

[^1]: https://docs.python.org/3/library/pathlib.html#module-pathlib
[^2]: https://peps.python.org/pep-0428/
2024-01-07 15:18:18 -05:00
sandbank52641andDaniel Micay 41d17ec3b1 update Android Studio package 2024-01-04 09:08:34 -05:00
sandbank52641andDaniel Micay e1b874140f Add maximum width for social link list in footer
According to the Material Design 3 guidelines, the ideal line length is
between 40 and 60 characters [1]. As the list of social links in the
footer has become wide, we will simply wrap it to 60 characters here.

Links:
[1]: https://m3.material.io/foundations/layout/applying-layout/window-size-classes#:~:text=ideal%20line%20length%20for%20text%20is%2040%2D60%20characters
2023-12-29 11:05:14 -05:00
sandbank52641andDaniel Micay e9a9ddd236 update Android Studio package 2023-12-11 14:44:24 -05:00