diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-06-18 15:49:51 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-06-18 15:49:51 +0200 |
| commit | e417e8a405138d7013ba83caf1eac0d05558e712 (patch) | |
| tree | d169d430ea0e61ffdacc3807c5edde7dff954cf1 | |
| parent | 949d03850342a1d37409849156d3bc9d71b87bbc (diff) | |
| parent | 30f2badfe097b4ea0a2d9c7982e490ed79ce1ccd (diff) | |
| download | mullvadvpn-e417e8a405138d7013ba83caf1eac0d05558e712.tar.xz mullvadvpn-e417e8a405138d7013ba83caf1eac0d05558e712.zip | |
Merge branch 'port-android-app-2025.5-beta1-to-main'
| -rw-r--r-- | android/CHANGELOG.md | 15 | ||||
| -rw-r--r-- | dist-assets/android-version-code.txt | 2 | ||||
| -rw-r--r-- | dist-assets/android-version-name.txt | 2 |
3 files changed, 17 insertions, 2 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 diff --git a/dist-assets/android-version-code.txt b/dist-assets/android-version-code.txt index fc31c51a81..05841983f3 100644 --- a/dist-assets/android-version-code.txt +++ b/dist-assets/android-version-code.txt @@ -1 +1 @@ -25049000 +25051001 diff --git a/dist-assets/android-version-name.txt b/dist-assets/android-version-name.txt index 3a186655a6..86c1a054e2 100644 --- a/dist-assets/android-version-name.txt +++ b/dist-assets/android-version-name.txt @@ -1 +1 @@ -2025.4 +2025.5-beta1 |
