| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-22 | Reconnect when unavailable IP version becomes available | David Lönnhager | 3 | -2/+15 | |
| 2025-05-22 | Update changelog | David Lönnhager | 1 | -0/+3 | |
| 2025-05-22 | Fix missing connectivity messages on Windows | David Lönnhager | 3 | -58/+69 | |
| 2025-05-22 | Merge branch 'implement-new-too-many-devices-animation-ios-920' | Jon Petersson | 3 | -9/+10 | |
| 2025-05-22 | Change too many devices view to sheet | Steffen Ernst | 3 | -9/+10 | |
| 2025-05-22 | Merge branch 'gui-fix-ip-version-placeholder' | David Lönnhager | 2 | -4/+4 | |
| 2025-05-22 | Fix incorrect format string for IP version error | David Lönnhager | 2 | -4/+4 | |
| 2025-05-21 | Merge branch 'disable-sshkeylogfile' | David Lönnhager | 2 | -3/+3 | |
| 2025-05-21 | Disable SSHKEYLOGFILE by default in masque client | David Lönnhager | 2 | -3/+3 | |
| 2025-05-21 | Merge branch 'port-android-app-2025.4-beta2-to-main' | Jonatan Rhodin | 3 | -2/+10 | |
| 2025-05-21 | Update android app version to 2025.4-beta2 | Albin | 2 | -2/+2 | |
| 2025-05-21 | Update changelog for android/2025.4-beta2 | Jonatan Rhodin | 1 | -0/+8 | |
| 2025-05-21 | Merge branch ↵ | David Göransson | 7 | -21/+34 | |
| 'fix-failing-dns-resolving-on-boot-of-daemon-when-running-droid-2005' | |||||
| 2025-05-21 | Fix urls | David Göransson | 2 | -2/+2 | |
| 2025-05-21 | Supply IP address when using API override | David Göransson | 5 | -19/+32 | |
| Previously we did a DNS lookup for Stagemole and Devmole however, this causes problem when starting the app with no internet and is different from how the app performs in production mode. This commit removes that logic in order to align closer to what we expect in prod. | |||||
| 2025-05-21 | Merge branch 'rework-localproperties-and-e2eproperties-droid-1430' | David Göransson | 24 | -184/+229 | |
| 2025-05-21 | Update with new property references | David Göransson | 2 | -25/+25 | |
| 2025-05-21 | Update CI jobs to use new property naming scheme | David Göransson | 2 | -11/+24 | |
| 2025-05-21 | Unify usage of gradle properties | David Göransson | 20 | -148/+180 | |
| This commit does multiple changes to how we work with properties. - Instead of relying on `e2e.properties` and `local.properties` only use the `gradle.properties` as per standard gradle. - Naming of properties are changed to have a coherent structure. - Allow for setting stagemole and prod account separately. - Consolidate all the default values into `gradle.properties` | |||||
| 2025-05-21 | Merge branch 'use-mullvad-api-for-device-checker-ios-1184-2' | Bug Magnet | 3 | -46/+25 | |
| 2025-05-21 | Remove dead code and add some more comments | mojganii | 3 | -46/+25 | |
| 2025-05-21 | Merge branch ↵ | Bug Magnet | 25 | -305/+526 | |
| 'replace-list-view-for-api-access-methods-with-a-swiftui-list-ios-1082' | |||||
| 2025-05-21 | Use dynamic fonts in SwiftUI and add fonts to UIKit | Steffen Ernst | 4 | -67/+33 | |
| 2025-05-21 | Align all table cell colors with design | Steffen Ernst | 6 | -8/+8 | |
| 2025-05-21 | Fix api access view review feedback | Steffen Ernst | 9 | -38/+45 | |
| 2025-05-21 | Convert api access view to swiftui | Steffen Ernst | 15 | -292/+540 | |
| 2025-05-21 | Merge branch 'fix-ios-release-build' | Bug Magnet | 1 | -1/+5 | |
| 2025-05-21 | Fix ios release build failure | Steffen | 1 | -1/+5 | |
| 2025-05-20 | Merge branch 'handle-removal-of-port-443-ios-1159' | Bug Magnet | 13 | -60/+192 | |
| 2025-05-20 | Fix UI test for connection attempts | Steffen Ernst | 1 | -12/+12 | |
| 2025-05-20 | Fix duplicate call to cache to validate port | Steffen Ernst | 2 | -20/+29 | |
| 2025-05-20 | Align invalid port notification with design | Steffen Ernst | 1 | -11/+20 | |
| 2025-05-20 | Remove port 443 from automatic connection attempt | Steffen Ernst | 5 | -33/+12 | |
| 2025-05-20 | Add settings button to blocked state banner for invalid port | Steffen Ernst | 2 | -2/+26 | |
| 2025-05-20 | Handle port 443 removal and show blocked state banner | Steffen Ernst | 6 | -2/+113 | |
| 2025-05-20 | Merge branch 'check-whether-github-woa-runner-are-usable-yet-tb-1-day-des-2157' | Markus Pettersson | 1 | -7/+7 | |
| 2025-05-19 | Use GitHub hosted Windows arm runner | Markus Pettersson | 1 | -3/+7 | |
| 2025-05-19 | Install `protoc` on Windows ARM runner | Markus Pettersson | 1 | -2/+0 | |
| 2025-05-19 | Install `zig` on Windows arm runner | Markus Pettersson | 1 | -2/+0 | |
| 2025-05-19 | Merge branch 'fix-macos-dir-exploit' | David Lönnhager | 6 | -73/+160 | |
| 2025-05-19 | Rename create_dir_and_return and add documentation | David Lönnhager | 6 | -29/+28 | |
| 2025-05-19 | Unify expected permissions between Linux and macOS in mullvad-paths | David Lönnhager | 2 | -4/+2 | |
| 2025-05-19 | Allow stricter-than-needed mode in mullvad-paths | David Lönnhager | 1 | -8/+35 | |
| 2025-05-19 | Move unix-specific code to own module in mullvad-paths | David Lönnhager | 6 | -101/+106 | |
| 2025-05-19 | Delete mullvad directories if their permissions are unexpected | David Lönnhager | 4 | -14/+80 | |
| 2025-05-19 | Remove pointless closure in mullvad_paths | David Lönnhager | 4 | -15/+7 | |
| 2025-05-19 | Merge branch 'update-electron-app-to-use-locked_down-field-in-des-549' | Tobias Järvelöv | 17 | -81/+59 | |
| 2025-05-19 | Update app to use the lockedDown field in the disconnected state | Oskar | 15 | -80/+53 | |
| 2025-05-19 | Add lockedDown field to disconnected state type | Oskar | 2 | -1/+6 | |
| 2025-05-19 | Merge branch 'backport-2025.6-changes' | Markus Pettersson | 2 | -1/+5 | |
