| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-03 | Add iOS localization to the pipeline | mojganii | 4 | -53/+82 | |
| 2025-09-03 | Merge branch 'disable-liquid-glass-design' | Bug Magnet | 1 | -0/+2 | |
| 2025-09-03 | Disable liquid glass design when building with Xcode 26 | Bug Magnet | 1 | -0/+2 | |
| 2025-09-03 | Merge branch 'upload-latest-version-metadata' | David Lönnhager | 10 | -26/+274 | |
| 2025-09-03 | Add script for publishing latest versions metadata (latest.json) | David Lönnhager | 1 | -9/+24 | |
| 2025-09-03 | Pull 'latest' metadata file with 'mullvad-release pull' | David Lönnhager | 2 | -1/+59 | |
| 2025-09-03 | Add command for querying latest version to mullvad-release | David Lönnhager | 8 | -16/+167 | |
| 2025-09-03 | Implement EnumIter for mullvad-update architecture enum | David Lönnhager | 4 | -1/+25 | |
| 2025-09-02 | Merge branch 'masque-benchmarks' | Sebastian Holmin | 6 | -47/+359 | |
| 2025-09-02 | Log if packet reassembly fails | Joakim Hulthe | 1 | -1/+5 | |
| 2025-09-02 | Make masque fragment reassembly slightly more efficient | Joakim Hulthe | 1 | -41/+40 | |
| 2025-09-02 | Add error for fragments with < 2 items | Sebastian Holmin | 1 | -2/+9 | |
| 2025-09-02 | Add bench to masque proxy fragment handler | Sebastian Holmin | 5 | -3/+305 | |
| Measures performance of interleaved fragmented packets | |||||
| 2025-09-02 | Merge branch 'eslint-doesnt-return-a-non-zero-exit-code-for-warnings-des-2419' | Tobias Järvelöv | 2 | -2/+1 | |
| 2025-09-02 | Update npm lint script to set the --max-warnings argument | Tobias Järvelöv | 1 | -1/+1 | |
| We want the exit code to be non-zero when there are warnings in the code. | |||||
| 2025-09-02 | Remove unnecessary eslint ignore comment | Tobias Järvelöv | 1 | -1/+0 | |
| 2025-09-02 | Merge branch ↵ | Tobias Järvelöv | 1 | -0/+1 | |
| 'npm-run-build-doesnt-exit-with-non-zero-code-if-typechecking-des-2418' | |||||
| 2025-09-02 | Exit process with an exit code when an npm command exits with an error | Tobias Järvelöv | 1 | -0/+1 | |
| 2025-09-02 | Merge branch 'ios-1254-login-account-number-font' | Bug Magnet | 1 | -1/+1 | |
| 2025-09-02 | Fix setting of font attribute for account history button | Andrew Bulhak | 1 | -1/+1 | |
| 2025-09-02 | Merge branch 'add-pq-as-default-in-automatic-mode-to-changelog-droid-2154' | David Göransson | 1 | -0/+3 | |
| 2025-09-02 | Add PQ on as default to changelog | Jonatan Rhodin | 1 | -0/+3 | |
| 2025-09-02 | Merge branch 'rework-map-lifecycle' | David Göransson | 5 | -31/+85 | |
| 2025-09-02 | Update lockfile | David Göransson | 2 | -0/+16 | |
| 2025-09-02 | Add preview | David Göransson | 1 | -0/+41 | |
| 2025-09-02 | Refactor map lifecycle implementation | David Göransson | 3 | -31/+28 | |
| 2025-09-01 | Merge branch 'fix-version-cache-supported-flag' | David Lönnhager | 3 | -52/+52 | |
| 2025-09-01 | Link 'supported' bool to cache version | David Lönnhager | 3 | -52/+52 | |
| This prevents the app from erroneously being labeled unsupported during upgrades/downgrades | |||||
| 2025-09-01 | Merge branch 'mitigate-cve-2025-58160' | Markus Pettersson | 3 | -57/+28 | |
| 2025-09-01 | Bump `tracing-subscriber` to `0.3.20` | Markus Pettersson | 3 | -57/+28 | |
| Mitigate CVE-2025-58160: https://osv.dev/vulnerability/GHSA-xwfj-jgwm-7wp5 | |||||
| 2025-08-29 | Merge branch 'linux-query-metadata-version' | David Lönnhager | 6 | -4/+95 | |
| 2025-08-29 | Add version parameter to allow latest version to be returned on Linux | David Lönnhager | 6 | -4/+95 | |
| 2025-08-29 | Merge branch 'add-prevent-lost-account-changelog-item' | Oskar | 1 | -0/+4 | |
| 2025-08-29 | Add prevent lost account changelog item | Oskar | 1 | -0/+4 | |
| 2025-08-29 | Merge branch ↵ | Oskar | 14 | -98/+484 | |
| 'add-a-confirmation-dialog-when-account-number-is-erased-on-des-2393' | |||||
| 2025-08-29 | Update translations | Oskar | 1 | -12/+30 | |
| 2025-08-29 | Add tests of warnings when clearing account history | Oskar | 5 | -0/+179 | |
| 2025-08-29 | Add ipc structure containing keys for mocked tests | Oskar | 3 | -4/+21 | |
| This commit adds a function along with types to enable type safety for referencing ipc event keys. | |||||
| 2025-08-29 | Add utility function for mocked tests that listens for ipc calls | Oskar | 1 | -0/+20 | |
| The new function is quite similar to `mockIpcHandle` but instead of handling the incoming call, it just returns that it happened along with the provided argument. | |||||
| 2025-08-29 | Add confirmation dialog when creating new account | Oskar | 2 | -8/+82 | |
| 2025-08-29 | Add confirmation dialog when clearing account history | Oskar | 2 | -52/+121 | |
| 2025-08-29 | Move Login.tsx to a view directory | Oskar | 3 | -22/+31 | |
| 2025-08-28 | Merge branch 'add-debian-13-vm-to-test-framework-des-2364' | Markus Pettersson | 1 | -4/+4 | |
| 2025-08-28 | Update default end to end test VM from Debian 12 to Debian 13 | Markus Pettersson | 1 | -2/+2 | |
| 2025-08-28 | Add Debian 13 VM to end to end test GHA | Markus Pettersson | 1 | -2/+2 | |
| 2025-08-28 | Merge branch ↵ | Markus Pettersson | 3 | -104/+133 | |
| 'investigate-error-while-checking-launch-daemon-authorization-des-2147' | |||||
| 2025-08-28 | Use objc2_service_management to get rid of a lot of unsafe | Markus Pettersson | 3 | -59/+55 | |
| 2025-08-28 | Fix panic when fetching operating system version | Markus Pettersson | 3 | -51/+84 | |
| 2025-08-28 | Merge branch 'build-windows-windows-11-arm-arm64-in-github-ci-fails-des-2405' | Markus Pettersson | 2 | -3/+30 | |
| 2025-08-28 | Document `--max-concurrent-processes` flag | Markus Pettersson | 1 | -0/+7 | |
