summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-12-27 10:01:36 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-12-27 10:01:36 -0500
commit77f1004d65de70007897223bd4138f1e13f06a9d (patch)
tree025d3d8ad3fa6ea35bd6c9e3ae009faf37c5352c /static
parent2aae5b3173f6494abe80369da21774b182bc4414 (diff)
restore previous lockscreen clock font
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 3f2a80d5..a734b632 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -666,6 +666,7 @@
<li>block updating system packages to versions with the same versionCode since system packages without releases outside the OS rarely have their versionCode increased when changes are made and therefore it makes it possible to downgrade them which is a security weakness in Android's approach</li>
<li>prefer package from OS image over equal version packages installed as an update to improve security by dropping potentially downgraded packages particularly for the verified boot security model, with the bonus of saving disk space by dropping out-of-band updates installed from our app repository once they're redundant</li>
<li>add an API for system apps with the privileged INSTALL_PACKAGES permission to search for packages across all profiles in order to avoid redownloading packages that are already installed in another user and to prevent attempting to downgrade a package with a newer version already installed in another user (used by the GrapheneOS app repository client within GrapheneOS to provide a better experience than it can when not integrated into the OS)</li>
+ <li>restore previous lockscreen clock font from before Android Open Source Project 13 QPR1 since the stock Pixel OS overrides it and most people seem to prefer the previous font</li>
<li>TalkBack (screen reader): update base code to 13</li>
<li>TalkBack (screen reader): update dependencies</li>
</ul>