summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-01-23 05:43:16 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-01-23 05:43:34 -0500
commit7da59cb8507cf8c7d8f1339dfa68f7bebe164dec (patch)
tree6413d23757450740868fcb0b6a4bcbf0dc13a70b
parent65a09f5bc90a37b513fed1568cef2e26eabdd878 (diff)
gmscompat screen casting support
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 2b5864a9..cd473f7a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -682,6 +682,7 @@
<li>Sandboxed Google Play compatibility layer: improve stack trace parser used for dynamic exception shims</li>
<li>Sandboxed Google Play compatibility layer: add shim for making Bluetooth adapter discoverable</li>
<li>Sandboxed Google Play compatibility layer: improve UX for "Action required in Play Store" notification</li>
+ <li>Sandboxed Google Play compatibility layer: add new shims to support requesting temporary screen capture from the user via the standard unprivileged approach for Chromecast screen casting (currently lacks shims to support audio capture)</li>
<li>GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()</li>
<li>GmsCompatConfig: update max supported version of Play services and Play Store</li>
<li>stop re-enabling deprecated 2-button navigation option since Android no longer has official support for it and is gradually breaking support for it including making changes knowingly introducing bugs with it since it's not meant to be used (traditional 3-button navigation is still fully supported)</li>