reorder release notes

This commit is contained in:
Daniel Micay 2022-02-04 18:49:32 -05:00
parent 6cbfb3025e
commit 734a36e500

View File

@ -518,12 +518,12 @@
<li>Vanadium: update Chromium base to 98.0.4758.87</li>
<li>Vanadium: enable CFI cast checks</li>
<li>change GmsCompat app label from "Sandboxed Google Play" to "GmsCompat" and the activity name to "Sandboxed Google Play settings"</li>
<li>add GmsCompat to list of essential system components in Settings</li>
<li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/11">version 11</a></li>
<li>Settings: add package name to app overview page</li>
<li>only grant the special GrapheneOS runtime permissions (Network, Sensors) for compatibility on installation for user installed apps (only relevant to Network in practice)</li>
<li>add GmsCompat to list of essential system components in Settings</li>
<li>do not mark dun APN types as read-only (allows editing more carrier APNs)</li>
<li>add workaround for Microsoft apps detecting that Network is revoked and crashing the app with a runtime exception due to them adding this to a library as a debugging check for development to detect the INTERNET permission not being declared (we've <a href="https://github.com/AzureAD/azure-activedirectory-library-for-android/issues/1675">asked them to fix the compatibility issue</a>)</li>
<li>do not mark dun APN types as read-only (allows editing more carrier APNs)</li>
<li>temporarily suppress SystemUI ANRs due to AOSP 12 screenshot service bug which triggers an ANR in SystemUI by not handling an event some time after taking a screenshot (also occurs on the stock OS and elsewhere, and the main issue is the error message since it's otherwise harmless)</li>
<li>disable running clang-tidy as part of regular builds by default since it wastes time and isn't very useful to us</li>
</ul>