summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-02 04:22:07 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-02 04:22:24 -0400
commite92b230241725fc323c26710d6f4b9a591a7e544 (patch)
tree2ed9c77021362b25b458713d5e9560118f63a701
parent3ade793306ee34682aef76f391672e23f67f2ed0 (diff)
fix launcher race condition
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index eb818351..949f249a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -686,6 +686,7 @@
<li>enable Pixel eSIM firmware app by default instead of it being part of the eSIM activation toggle which is now only used for the eSIM activation app (Google eUICC LPA)</li>
<li>restrict Pixel eSIM firmware app from communication with non-system components to prevent it trying to get flags from GSF or a fake GSF</li>
<li>Settings: add Pixel eSIM firmware app to the list of apps which can't be disabled via GUI since it updates firmware</li>
+ <li>Launcher: hide "all apps" view when search starts to avoid upstream race condition where the wrong app can be opened when pressing too quickly</li>
<li>Launcher, Keyboard: drop GrapheneOS prefix from naming to match other GrapheneOS apps</li>
<li>update timezone data to Android mainline (based on tzdata 2022g)</li>
<li>Sandboxed Google Play compatibility layer: improve support for compatibility layer development</li>