clarify color scheme changes

This commit is contained in:
Daniel Micay 2021-11-02 05:12:50 -04:00
parent 6762587f50
commit 2ccc4ff8e1

View File

@ -480,7 +480,7 @@
<li>full 2021-11-01 security patch level</li>
<li>full 2021-11-05 security patch level</li>
<li>rebased onto SP1A.211105.004 release</li>
<li>colors: Switch to pure blue Material You color palette</li>
<li>system theme: switch to pure blue Material You color palette</li>
<li>Updater: drop unused androidx legacy support library</li>
<li>Updater: raise minSdkVersion to 31 (Android 12)</li>
<li>Updater: stop marking settings activity as direct boot aware since it's never used before unlocking</li>
@ -1154,7 +1154,7 @@
<li>Vanadium: update Chromium base to 90.0.4430.91</li>
<li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5: set slot number for eSIM (still need an eSIM activation app since it's one of the remaining missing components from not including Google apps and services)</li>
<li>hardened_malloc: use 1 slot for all extended size classes (reduces memory usage and improves security in combination with the guard slab feature)</li>
<li>use device theme accent color for fingerprint dialog instead of teal</li>
<li>use system theme accent color for fingerprint dialog instead of teal</li>
<li>integrate modern Android theme and wallpaper configuration</li>
<li>remove legacy WallpaperPicker app</li>
<li>Updater: modernize update settings via androidx preference library (new theme has minor quirks we'll be fixing in the next release)</li>
@ -1347,7 +1347,7 @@
<li>Camera: set flash mode to off by default (camera flash causes a
substantial delay and substantially lower image quality so it generally
isn't desirable)</li>
<li>device theme: use black for settings background in the dark theme</li>
<li>system theme: use black for settings background in the dark theme</li>
<li>drop legacy code for setting Seedvault as the enabled backup service</li>
<li>hardened_malloc: drop workarounds for camera driver bugs on the Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a XL</li>
<li>hardened_malloc: drop workaround for USB audio bug</li>
@ -1444,7 +1444,7 @@
<p>Changes since the 2021.01.05.03 release:</p>
<ul>
<li>device theme: use slightly different accent color for the dark theme</li>
<li>system theme: use slightly different accent color for the dark theme</li>
<li>Dialer: add carrier-specific visual voicemail configurations</li>
<li>Vanadium: update Chromium base to 87.0.4280.141</li>
<li>Vanadium: update Chromium base to 88.0.4324.93</li>
@ -1486,7 +1486,7 @@
<li>remove unnecessary vendor overlays</li>
<li>SetupWizard: change OS name to GrapheneOS for backup activity strings again</li>
<li>fix use-after-free in adbd authentication which was breaking support for persistently trusting keys due to zero-on-free</li>
<li>device theme: use blue accent color</li>
<li>system theme: use blue accent color</li>
<li>replace default AOSP wallpaper with a solid black wallpaper — may get a bit fancier in the near future</li>
<li>update round icon mask</li>
<li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a: always use dark theme for boot chain firmware</li>