summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-07-02 16:11:48 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-07-02 16:11:48 +0200
commit4a79f6ba18b363137473d237b6db11a697100387 (patch)
tree1459e900e3fa161e7fbe7d22a2e6c353a4b640ef /android
parent560e3ce728718bebefee79ccc059ff6e9c2fbbba (diff)
parente40c8a5f6c20c0c5ca0d7c474be0ced1bf7ff2f2 (diff)
downloadmullvadvpn-4a79f6ba18b363137473d237b6db11a697100387.tar.xz
mullvadvpn-4a79f6ba18b363137473d237b6db11a697100387.zip
Merge branch 'port-android-app-2025.5-to-main'
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index 16f4905601..62bd515176 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -27,6 +27,12 @@ Line wrap the file at 100 chars. Th
devices.
+## [android/2025.5] - 2025-07-02
+### Fixed
+- Fix bottom margins in Filter Screen and Lockdown Mode Screen.
+- Fix expiry date not always updating after a successful in app purchase.
+
+
## [android/2025.5-beta1] - 2025-06-17
### Added
- Add the ability to purchase 90 days (3 months).
@@ -37,11 +43,11 @@ Line wrap the file at 100 chars. Th
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.
+- Change so that search no longer requires at least 2 letters.
- Use AlarmManger to schedule account out of time notifications.
### Removed
-- Remove logging from Google in-app purchase component in an experimental and non-supported way.
+- Remove logging from the Google in-app purchase component in an experimental and non-supported way.
Only affects our Google Play builds.
### Fixed