| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-12 | Fix docker volume mount path for Git Bashfix-mount-path-git-bash | Sebastian Holmin | 1 | -1/+1 | |
| 2025-05-12 | Merge branch 'fix-update-instructions-typo' | David Göransson | 1 | -3/+3 | |
| 2025-05-12 | Fix indentation | David Göransson | 1 | -2/+2 | |
| 2025-05-12 | Fix path typo | David Göransson | 1 | -2/+2 | |
| 2025-05-12 | Merge branch 'convert-tests-page-pattern' | David Göransson | 28 | -392/+245 | |
| 2025-05-12 | Convert all test to use Page pattern | David Göransson | 28 | -392/+245 | |
| Converts all our last test to use the Page object pattern and clean up a bunch of old MockApi and E2E test logic. | |||||
| 2025-05-12 | Merge branch 'fix-reproducible-build-workflow-gradle-version-droid-1995' | Jonatan Rhodin | 2 | -3/+7 | |
| 2025-05-12 | Add reproducible workflow step to gradle update instructions | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-05-12 | Update gradle version in reproducible build workflow | Jonatan Rhodin | 1 | -3/+3 | |
| 2025-05-12 | Merge branch 'increase-e2e-requests-timeout' | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-05-12 | Increase router capture request timeouts by 15 seconds | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-05-12 | Merge branch 'investigate-and-fix-test_openvpn_ip_override-des-1963' | Sebastian Holmin | 1 | -57/+33 | |
| 2025-05-12 | Wait for connected state | Sebastian Holmin | 1 | -0/+4 | |
| 2025-05-12 | Remove faulty `constrain_to_relay` fn | Sebastian Holmin | 1 | -57/+29 | |
| The function did not consider the mullvad clients current relay settings, i.e. the custom list that the test is initiated with. It could choose any OpenVPN relay in sweden, even if it wasn't pickable. | |||||
| 2025-05-12 | Merge branch 'update-changelog-2025.6-beta2' | Markus Pettersson | 2 | -1/+6 | |
| 2025-05-12 | Update desktop app version to 2025.6-beta2 | Markus Pettersson | 1 | -1/+1 | |
| 2025-05-12 | Add changelog entry for `2025.6-beta2` | Markus Pettersson | 1 | -0/+5 | |
| 2025-05-09 | Merge branch 'fix-test-flakiness' | David Göransson | 6 | -16/+66 | |
| 2025-05-09 | Fix regex for single test | David Göransson | 1 | -1/+1 | |
| When only 1 test is being run, the string will be "test" instead of tests causing the regex match to fail. | |||||
| 2025-05-09 | Add waitForStable between on each page | David Göransson | 1 | -1/+6 | |
| 2025-05-09 | Fix flaky device management test | David Göransson | 3 | -14/+39 | |
| The device mangement test would fail because it expect the device to be removed however it was in a loading state while API request was being made. This commit allows it to be visible intiailly (loading) and then expects it to be removed. | |||||
| 2025-05-09 | Add device management page | David Göransson | 1 | -0/+20 | |
| 2025-05-09 | Merge branch 'ios-1059-access-method-title' | Jon Petersson | 1 | -3/+18 | |
| 2025-05-09 | Make title label size dynamic, and adjust linebreak/background options | Andrew Bulhak | 1 | -2/+3 | |
| 2025-05-09 | Adjust spacing between title and content | Andrew Bulhak | 1 | -1/+1 | |
| 2025-05-09 | Replace standard navigation title with self-provided one | Andrew Bulhak | 1 | -3/+17 | |
| 2025-05-09 | Update quinn to 0.11.8 | David Lönnhager | 1 | -7/+14 | |
| 2025-05-09 | Merge branch 'ios-1181_the_case_of_the_errant_ellipsis' | Bug Magnet | 1 | -1/+1 | |
| 2025-05-09 | Adjust trailing edge inset of location section header/footer view | Andrew Bulhak | 1 | -1/+1 | |
| 2025-05-09 | Merge branch 'IOS-1189-_silgen_name-to-_cdecl' | Bug Magnet | 2 | -3/+3 | |
| 2025-05-09 | Replace @_silgen_name with _cdecl | Andrew Bulhak | 2 | -3/+3 | |
| 2025-05-09 | Merge branch 'update-dependencies-droid-1990' | David Göransson | 11 | -202/+210 | |
| 2025-05-09 | Update lockfile | David Göransson | 2 | -167/+182 | |
| 2025-05-09 | Update lockfile docs | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Fix lint warning | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Bump uiautomator to 2.4.0-alpha02 | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Bump ksp to 2.1.20-2.0.1 | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Bump gradle to 8.14 | David Göransson | 4 | -6/+6 | |
| 2025-05-09 | Fix a few blockers preventing us from bumping ktor | David Göransson | 4 | -22/+15 | |
| 2025-05-09 | Bump destinations to 2.2.0 | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Bump arrow to 2.1.1 | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Bump accompanist drawable painter to 0.37.2 | David Göransson | 1 | -1/+1 | |
| 2025-05-08 | Merge branch 'retry-strategy-pinky-promise' | Bug Magnet | 6 | -0/+78 | |
| 2025-05-08 | Add documentation for instances of SwiftRetryStrategy | Bug Magnet | 6 | -0/+78 | |
| 2025-05-08 | Merge branch 'fix-reeeee-xml-again' | Bug Magnet | 1 | -1/+1 | |
| 2025-05-08 | Silence the rexml vulnerability for another 6 months | Bug Magnet | 1 | -1/+1 | |
| 2025-05-08 | Merge branch 'implement-storekit2-api-calls-using-mullvad-api-ios-1158' | Bug Magnet | 21 | -57/+524 | |
| 2025-05-08 | Add storekit 2 functions to mullvad api | Steffen Ernst | 21 | -57/+524 | |
| 2025-05-08 | Merge branch 'add-quic-desktop' | David Lönnhager | 20 | -27/+113 | |
| 2025-05-08 | Simplify conversion to ObfuscationEndpoint | David Lönnhager | 1 | -25/+5 | |
