diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-19 08:26:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-19 08:26:44 -0400 |
| commit | d788377e81f3fe5e7bc93c9ba705130e93ae5f51 (patch) | |
| tree | e0de3aa3b1321604a738fb99a59e80b69bcb8487 | |
| parent | 7983fdbc8f74c750614b96e8b1ae88a170394fbf (diff) | |
reorder app changes
| -rw-r--r-- | static/releases.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/releases.html b/static/releases.html index 27561b02..95bbe818 100644 --- a/static/releases.html +++ b/static/releases.html @@ -464,19 +464,19 @@ <li>enable permission history for all permission groups</li> <li>use speed compiler filter for dexpreopt by default (converted from build configuration to build system to cover product/vendor/system_ext)</li> <li>Launcher: backport multiple fixes from AOSP master</li> - <li>Updater: update to target API level 31 (Android 12)</li> - <li>Updater: use Android 12 foreground service setup</li> + <li>SystemUI: change default quick tiles and quick tile order</li> + <li>Settings: update screen reader configuration for TalkBack so it shows up as a system screen reader again</li> + <li>Settings: add dark mode support for app installation restriction icon</li> <li>SetupWizard: update to latest upstream code</li> <li>SetupWizard: remove mention of pattern unlock in strings</li> + <li>Updater: update to target API level 31 (Android 12)</li> + <li>Updater: use Android 12 foreground service setup</li> <li>Vanadium: update Chromium base to 94.0.4606.80</li> <li>Vanadium: update Chromium base to 94.0.4606.85</li> <li>Vanadium: temporarily disable dexpreopt for browser and WebView (but not the library) due to <a href="https://source.android.com/devices/tech/dalvik/art-class-loader-context">lack of support in the Android 12 dexpreopt system</a></li> <li>Seedvault: update to latest revision</li> <li>TalkBack: set app label to TalkBack</li> - <li>Settings: update screen reader configuration for TalkBack so it shows up as a system screen reader again</li> - <li>Settings: add dark mode support for app installation restriction icon</li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/34">version 34</a></li> - <li>SystemUI: change default quick tiles and quick tile order</li> </ul> </article> --> |
