diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-01-26 08:59:28 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:51 -0500 |
| commit | fa47172eed0153f89c68774a85c1b04ede35d028 (patch) | |
| tree | 9a08c4da3711f1c5880b98d449b2165b721abb3d | |
| parent | c19631ed0c3abf18fd66c0b24241ac9575067cec (diff) | |
add info on new Play Integrity API menu
| -rw-r--r-- | static/releases.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 7c6362d3..ae4a6808 100644 --- a/static/releases.html +++ b/static/releases.html @@ -564,9 +564,12 @@ <li>SettingsIntelligence: don't show preference summaries in search results since it doesn't work properly for ones depending on dynamic string formatting and isn't done by SettingsIntelligenceGoogle on the stock Pixel OS</li> <li>Contact Scopes: fix spoofing of OP_GET_CONTACTS for apps not requesting WRITE_CONTACTS</li> <li>Sandboxed Google Play compatibility layer: improve infrastructure</li> - <li>Sandboxed Google Play compatibility layer: allow blocking Sandboxed Google Play is running notification</li> - <li>Sandboxed Google Play compatibility layer: add support for blocking Play Integrity token requests</li> - <li>Sandboxed Google Play compatibility layer: show optional notification upon detection of Play Integrity token requests</li> + <li>Sandboxed Google Play compatibility layer: allow blocking the Sandboxed Google Play is running notification</li> + <li>Sandboxed Google Play compatibility layer: add per-app Play Integrity menu in the per-app Settings configuration that's shown after an app uses the Play Integrity API</li> + <li>Sandboxed Google Play compatibility layer: add per-app toggle for blocking using the Play Integrity API via the per-app Play Integrity menu as a workaround for apps which ban devices based on it but don't require providing it to their service yet</li> + <li>Sandboxed Google Play compatibility layer: add shortcut to the per-app Play Integrity API menu for contacting the app developer by leaving a review through the Play Store page</li> + <li>Sandboxed Google Play compatibility layer: add menu for viewing all apps which have used the Play Integrity API with a shortcut in the per-app Play Integrity API menu</li> + <li>Sandboxed Google Play compatibility layer: show optional notification upon detection of Play Integrity usage providing a shortcut to the per-app Play Integrity API menu and another for hiding further notifications for the app which is also available as a toggle in the per-menu</li> <li>return green as the value of ro.boot.verifiedbootstate outside of specific parts of the base OS due to bad actors using it to ban using GrapheneOS</li> <li>hardened_malloc: update libdivide to 5.2.0</li> <li>TalkBack (screen reader): update dependencies</li> |
