summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-06-18 15:49:51 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-06-18 15:49:51 +0200
commite417e8a405138d7013ba83caf1eac0d05558e712 (patch)
treed169d430ea0e61ffdacc3807c5edde7dff954cf1 /android
parent949d03850342a1d37409849156d3bc9d71b87bbc (diff)
parent30f2badfe097b4ea0a2d9c7982e490ed79ce1ccd (diff)
downloadmullvadvpn-e417e8a405138d7013ba83caf1eac0d05558e712.tar.xz
mullvadvpn-e417e8a405138d7013ba83caf1eac0d05558e712.zip
Merge branch 'port-android-app-2025.5-beta1-to-main'
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index bb9a380c5c..317feef805 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -22,11 +22,26 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
+
+
+## [android/2025.5-beta1] - 2025-06-17
+### Added
+- Add the ability to purchase 90 days (3 months).
+
### Changed
- Replace Classic McEliece with HQC as one of the post-quantum safe key exchange
mechanisms used for the quantum-resistant tunnels. The main benefits here are that HQC
uses a lot less CPU to compute the keypair, and the public key sent to the server
is drastically smaller.
+- Update the UI and flow for adding time.
+- Change so that search no longer require at least 2 letters.
+
+### Removed
+- Remove logging from Google in-app purchase component in an experimental and non-supported way.
+ Only affects our Google Play builds.
+
+### Fixed
+- Fix offline detection on Android 9 and below.
## [android/2025.4] - 2025-05-28