summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-02 18:38:22 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-02 19:14:45 -0400
commit4542fa24cd4161529ae5a8beb8fb852525267916 (patch)
treebae4113f0b5fea702fa5af00b55d0f2f1a822c0e
parent314cfabf70ff4684b820212b8c5f0c5af46f2d66 (diff)
add call recording for Dialer
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 572d3244..64cde7bb 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>Dialer: add modernized call recording implementation using modern Android storage (no files permission) and with unnecessary cruft removed including not locking availability or playing a recording tone based on region (users are responsible for respecting regional laws including informing the other party or obtaining explicit consent if required)</li>
<li>Dialer: replace disabling bytecode optimization with a specific rule to keep fragment constructors</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>