summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-10-09Remove `duct` from `talpid-core`Markus Pettersson3-45/+20
2025-10-09Remove `duct` from `mullvad-problem-report`Markus Pettersson3-9/+12
2025-10-09Merge branch 'run-end-to-end-tests-without-transitions-des-2451'Oskar34-92/+133
2025-10-08Use closePage functionOskar29-31/+31
2025-10-08Add closePage functionOskar1-1/+12
2025-10-08Remove afterEach hooksOskar2-9/+5
2025-10-08Join select location obfuscation tests into same describe blockOskar1-2/+1
2025-10-08Remove parallelization in testsOskar4-8/+0
2025-10-08Revert "Parallelize select location test"Oskar1-6/+5
This reverts commit 356a67c96010f2d174b927a9125ba7ceee88fdf3.
2025-10-08Simplify playwright configOskar1-12/+1
2025-10-08Add test for view transitionsOskar2-6/+52
2025-10-08Go to split tunneling after ipc handlers are setup in testOskar1-13/+12
2025-10-08Run onTransition when view transitions are skipped due to reduced motionOskar1-1/+2
2025-10-08Fix timing of post view transition actionsOskar2-8/+10
2025-10-08Enable reduce motion for all testsOskar1-0/+7
2025-10-08Merge branch ↵Markus Pettersson4-83/+80
'handle-patch_allowed_ips-block-non-relay-traffic-during-pq-des-2179'
2025-10-08Block tunnel traffic when negotiating with an ephemeral peer on AndroidMarkus Pettersson4-83/+80
Patch tunnel config to block traffic to non-gateway destinations during PQ setup when using Boringtun on Android. Move `patch_allowed_ips` to `config` module.
2025-10-08Merge branch 'clean-up-nixpkgs-protoc-java-2233'Albin2-21/+12
2025-10-08Remove nixpkgs protoc patchAlbin1-9/+0
The patch has instead been fixed in the upstream nix package.
2025-10-08Fix removed python3 packageAlbin1-1/+1
2025-10-08Update flake lockfileAlbin1-10/+10
2025-10-08Change unstable channelAlbin1-1/+1
Changed since we don't rely on the testing done for nixos-unstable and this way we get upstream fixes quicker.
2025-10-08Merge branch ↵Jon Petersson15-78/+87
'use-overridden-ip-only-when-obfuscation-service-is-reachable-ios-1325'
2025-10-08Do not override ip on certain obfuscationsJon Petersson15-78/+87
2025-10-08Merge branch 'tests-fix-reconnect-check'David Lönnhager1-6/+10
2025-10-08Make reconnect check more robust in testsDavid Lönnhager1-6/+10
wait_for_daemon_reconnect would fail after one failed attempt (Disconnecting was treated as error case)
2025-10-08Merge branch 'win-remove-downgrade-suggestion'David Lönnhager2-6/+4
2025-10-08Remove fallback for checking Windows versionDavid Lönnhager1-5/+3
It may be that this check fails for whatever reason, but the old method does not always return the correct version
2025-10-08Remove message about last version supporting Win 7/8David Lönnhager1-1/+1
2025-10-08Merge branch 'fix-mullvad-nsis-link-err'David Lönnhager5-21/+87
2025-10-08Fix linker errors related to mullvad-nsisDavid Lönnhager5-21/+87
mullvad-nsis is built in an empty project before 'log' and 'cleanup' This fixes an issue where the lib could be rebuilt in one project while the linker was running for the other project
2025-10-08Merge branch 'button-transient-props'Tobias Järvelöv1-7/+8
2025-10-08Use transient props for Button styled componentOliver1-7/+8
2025-10-07Add missing feature in talpid-windowsDavid Lönnhager1-0/+1
2025-10-07Merge branch 'rewrite-revoked-device-view-in-swiftui-ios-1327'Jon Petersson8-173/+144
2025-10-07Rewrite revoked device view in SwiftUIJon Petersson8-173/+144
2025-10-07Merge branch 'alert-popups-not-displaying-until-their-button-has-been-ios-1307'Jon Petersson2-5/+13
2025-10-07Fix alert popups not expanding on iOS26Jon Petersson2-5/+13
2025-10-07Merge branch 'fix-split-listbox-option-focus'Tobias Järvelöv28-131/+234
2025-10-07Rename option focus hook and move to separate folderOliver17-22/+21
2025-10-07Rename options keyboard navigation hooks and typesOliver3-7/+10
2025-10-07Add bottom margin to SplitOptionNavigateButtonOliver1-0/+1
2025-10-07Update translationsOliver1-0/+4
2025-10-07Add accessibility descriptions to SplitOption itemsOliver2-2/+11
2025-10-07Support keyboard navigation on SplitOptionOliver3-4/+22
2025-10-07Select options via data-attribute instead of roleOliver9-16/+30
2025-10-07Support orientations in handle keyboard navigation hookOliver1-3/+10
2025-10-07Make focus and keyboard handling hooks genericOliver4-18/+14
2025-10-07Make option focus and keyboard handling hooks reusableOliver13-49/+101
2025-10-07Merge branch 'const-networks'Markus Pettersson8-116/+105