| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-04-07 | Remove pointless sleep | David Lönnhager | 2 | -3/+5 | |
| 2025-04-04 | Merge branch 'poc-masque-proxy' | David Lönnhager | 9 | -19/+1270 | |
| 2025-04-04 | Suppress dead_code warning on unused error | Joakim Hulthe | 1 | -0/+1 | |
| 2025-04-04 | Add TODO on max_udp_payload | Joakim Hulthe | 1 | -0/+1 | |
| 2025-04-04 | Fix typo in example | David Lönnhager | 2 | -3/+2 | |
| 2025-04-04 | Remove dependency on aws crypto and quinn and h3 forks | David Lönnhager | 3 | -270/+130 | |
| 2025-04-04 | Add initial QUIC obfuscation crate | Emīls | 9 | -2/+1392 | |
| 2025-04-04 | Merge branch 'debug-toggle-relay' | Markus Pettersson | 6 | -0/+130 | |
| 2025-04-04 | Implement new debug commands: `relay disable` and `relay enable` | Markus Pettersson | 6 | -0/+130 | |
| Add two new `mullvad debug` subcommands: - mullvad debug relay enable <country|city|hostname|openvpn|wireguard> - mullvad debug relay disable <country|city|hostname|openvpn|wireguard> These commands are used to update the state of relays the current relay list. This is useful to mock relays going offline or coming online from an offline state. These new debug commands were conceived during the development of the feature for adding warnings for the upcoming OpenVPN deprecation, as there wasn't a convenient way of mocking this. | |||||
| 2025-04-04 | Merge branch 'add-e2e-test-for-shadowsocks-droid-1564' | Jonatan Rhodin | 10 | -83/+167 | |
| 2025-04-04 | Add shadowsocks obfuscation e2e test | Kalle Lindström | 10 | -83/+167 | |
| 2025-04-04 | Merge branch 'wrong-entryexit-entry-order-in-some-languages-droid-1901' | Jonatan Rhodin | 29 | -92/+283 | |
| 2025-04-04 | Update strings and translations | Jonatan Rhodin | 22 | -47/+43 | |
| 2025-04-04 | Add support for different orderings of arguments for translations | Jonatan Rhodin | 7 | -45/+240 | |
| 2025-04-04 | Merge branch 'update-ip-version-title' | Jonatan Rhodin | 21 | -40/+8 | |
| 2025-04-04 | Update titles for ip version settings | Jonatan Rhodin | 21 | -40/+8 | |
| 2025-04-04 | Merge branch ↵ | Markus Pettersson | 10 | -31/+61 | |
| 'wireguard-blocked-state-gives-no-openvpn-servers-available-des-1965' | |||||
| 2025-04-04 | Update translations | Oliver | 1 | -1/+1 | |
| 2025-04-04 | Show openvpn notifications when using openvpn tunnel protocol | Oliver | 1 | -2/+3 | |
| 2025-04-04 | Change ExternalLink display style | Oliver | 1 | -1/+7 | |
| 2025-04-04 | Use ExternalLink icon in NotificationSubtitle | Oliver | 1 | -7/+6 | |
| 2025-04-04 | Use ExternalLink icon in vpn settings view | Oliver | 1 | -9/+6 | |
| 2025-04-04 | Convert InternalLink to named function | Oliver | 1 | -2/+2 | |
| 2025-04-04 | Export ExternalLink namespace | Oliver | 1 | -1/+7 | |
| 2025-04-04 | Convert ExternalLink to named function | Oliver | 1 | -2/+2 | |
| 2025-04-04 | Convert Link to named function | Oliver | 1 | -3/+3 | |
| 2025-04-04 | Change Link display style | Oliver | 1 | -2/+1 | |
| 2025-04-04 | Add LinkIcon | Oliver | 3 | -1/+23 | |
| 2025-04-04 | Move Link component to separate folder | Oliver | 2 | -2/+2 | |
| 2025-04-04 | Merge branch 'android-multihop-shows-incorrect-entry-point-ip-in-app-droid-1914' | Jonatan Rhodin | 6 | -9/+140 | |
| 2025-04-04 | Update changelog | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-04-04 | Show correct in ip when using multihop | Jonatan Rhodin | 5 | -9/+139 | |
| 2025-04-03 | Rename 'meta' to 'mullvad-release' | David Lönnhager | 12 | -28/+28 | |
| 2025-04-03 | Merge branch 'logs-are-not-stored-for-all-our-e2e-tests-droid-1904' | David Göransson | 1 | -2/+8 | |
| 2025-04-03 | Fix android logs not working correct with e2e tests | David Göransson | 1 | -2/+8 | |
| Currently we use `logcat -d` this will dump the current logs however this relies on the buffer of app logs being long enough which didn't end up being the case. Now we starting logging in the begging of the test and stop once all tests are complete. | |||||
| 2025-04-03 | Merge branch 'clarify-ip-version-settings-droid-1910' | Jonatan Rhodin | 24 | -16/+95 | |
| 2025-04-03 | Fix device ip version title | Jonatan Rhodin | 21 | -4/+20 | |
| 2025-04-03 | Update ip settings according to design | Jonatan Rhodin | 24 | -12/+75 | |
| 2025-04-03 | Merge branch 'cleanup-downloader-pubkeys' | David Lönnhager | 8 | -171/+220 | |
| 2025-04-03 | Discourage using the non-default deserialize functions | David Lönnhager | 1 | -0/+4 | |
| 2025-04-03 | Do not specify verifying keys in HttpVersionInfoProvider by default | David Lönnhager | 3 | -105/+117 | |
| 2025-04-03 | Hide deserialize_and_verify_with_keys | David Lönnhager | 1 | -1/+1 | |
| 2025-04-03 | Hide fields on HttpVersionInfoProvider | David Lönnhager | 1 | -3/+3 | |
| 2025-04-03 | Share API URL via mullvad-update | David Lönnhager | 4 | -47/+70 | |
| 2025-04-03 | Rename 'keys' module to 'defaults' | David Lönnhager | 4 | -6/+6 | |
| 2025-04-03 | Set default pubkeys and pinned certificate in mullvad-update | David Lönnhager | 7 | -30/+40 | |
| 2025-04-03 | Rename deserialize_and_verify to deserialize_and_verify_with_keys | David Lönnhager | 4 | -4/+4 | |
| 2025-04-03 | Merge branch 'add-flavor-information-to-the-log-droid-1899' | Jonatan Rhodin | 9 | -7/+31 | |
| 2025-04-03 | Add product flavor to in app logs | Kalle Lindström | 9 | -7/+31 | |
| 2025-04-02 | Mark trusted-metadata-signing-pubkeys as needing signatures to be edited | Linus Färnstrand | 1 | -0/+1 | |
