diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-17 20:26:22 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-17 20:26:22 -0400 |
| commit | 42f8db106ad528c5990abe5b62167dfd7bbb9ebc (patch) | |
| tree | c8d9f745c8cf6f5fd3c1b7b483878c8056dfe836 /static/releases.html | |
| parent | 5ace3e2212b3489b3071ac93d8bd19ba421e2b03 (diff) | |
backport null pointer checks from AOSP master
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 048b3182..26f6c760 100644 --- a/static/releases.html +++ b/static/releases.html @@ -683,6 +683,8 @@ <ul> <li>add Storage Scopes link to "All files access" screen</li> <li>Launcher: revert additional padding (will need a different workaround for the upstream issue)</li> + <li>hwui: backport null pointer check from AOSP master</li> + <li>Launcher: backport null pointer check from AOSP master</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-47">version 47</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-48">version 48</a></li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/112.0.5615.101.0">version 112.0.5615.101.0</a></li> |
