diff --git a/static/js/redirect.js b/static/js/redirect.js index d756ca59..6f6102c7 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -16,6 +16,10 @@ const redirects = new Map([ ["/#upstream", "/faq#upstream"], ["/usage#default-connections", "/faq#default-connections"], + ["/usage#sandboxed-play-services", "/usage#sandboxed-google-play"], + ["/usage#sandboxed-play-services-installation", "/usage#sandboxed-google-play-installation"], + ["/usage#sandboxed-play-services-limitations", "/usage#sandboxed-google-play-limitations"], + ["/faq#dns", "/faq#custom-dns"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], diff --git a/static/releases.html b/static/releases.html index 481de124..b40be20b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -512,7 +512,7 @@

Changes since the 2022010500 release:

--> @@ -534,9 +534,9 @@
  • fix handling of MVNOs in CarrierConfig database generation to greatly improve out-of-the-box MVNO support
  • Camera: update to version 9
  • TalkBack (screen reader): update base version to 370044210 and port our changes (other than Play services vision library removal since it now provides useful OCR functionality we need to replace rather than removing)
  • -
  • Sandboxed Play services compatibility layer: extend compatibility layer to Play Games Services (Google Play Games can be installed from the Play Store)
  • -
  • Sandboxed Play services compatibility layer: always allow removing Google account to bypass broken check for whether removal is allowed
  • -
  • Sandboxed Play services compatibility layer: improve account sign in UX by pretending the backup service is inactive so Play services doesn't try to access it
  • +
  • Sandboxed Google Play compatibility layer: extend compatibility layer to Play Games Services (Google Play Games can be installed from the Play Store)
  • +
  • Sandboxed Google Play compatibility layer: always allow removing Google account to bypass broken check for whether removal is allowed
  • +
  • Sandboxed Google Play compatibility layer: improve account sign in UX by pretending the backup service is inactive so Play services doesn't try to access it
  • Pixel 4a (5G), Pixel 5, Pixel 5a: add SELinux policy to allow the hardware keystore secure confirmation UI
  • Pixel 3, Pixel 3 XL: switch to SP1A.210812.016.A2 vendor files (minor APN update for 1 carrier)
  • @@ -622,7 +622,7 @@

    Changes since the 2021120717 release: