Here is a list of all changes since last stable release android/2024.8:
Added
- Add a new access method: Encrypted DNS Proxy. Encrypted DNS proxy is a way to reach the API via proxies. The access method is enabled by default.
Changed
- Improve animations so that they look better with predictive back.
- Improve detection and logging of a potential rare in-app purchase limbo state.
Fixed
- Fix a bug where the Android account expiry notifications would not be updated if the app was running in the background for a long time.
- Fix ANR due to the tokio runtime being blocked by
getaddrinfo
when dropped.
Security
- Remove alternative stack for fault signal handlers on unix based systems. It was implemented incorrectly and could cause stack overflow and heap memory corruption. Fixes audit issue
MLLVD-CR-24-01
. - Remove/disable unsafe signal code from fault signal handler on unix based systems. Fixes audit issue
MLLVD-CR-24-02
.