diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-02 19:02:27 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-02 19:02:27 -0400 |
| commit | 7c4658fc7e077390ed2a58ba35e9dc1b485866a1 (patch) | |
| tree | 14567dbe4a1c272757e005835af62516b62176ca /static | |
| parent | b2306045283771bd7caafdd6ede9e129421eace6 (diff) | |
improve pending release notes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 868b3a75..9c9be6d4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -448,16 +448,16 @@ <p>Changes since the 2021.04.22.20 release:</p> <ul> + <li>enable backup service for non-owner users so that secondary users can be backed up (restore activity not added to secondary user setup yet)</li> <li>Settings (Accessibility): add Monochromacy (grayscale) option to color correction</li> <li>improve the newer generation eBPF-based implementation of the INTERNET permission to properly support revoking the permission in secondary profiles (we'll be keeping our restoration of the much simpler non-eBPF-based approach to avoid relying on this on devices using our hardened kernels) </li> - <li>Updater: modernize update settings via androidx preference library</li> <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</li> - <li>enable backup service for non-owner users</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>integrate modern Android theme and wallpaper configuration</li> <li>remove legacy WallpaperPicker app</li> + <li>Updater: modernize update settings via androidx preference library</li> </ul> </article> --> |
