summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-10-07Define networks as const valuesMarkus Pettersson8-116/+105
2025-10-07Merge branch ↵Jon Petersson1-27/+0
'inputtextformattertests-tests-sometimes-fail-and-dont-time-ios-1335'
2025-10-07Remove slow and flaky text formatting testsJon Petersson1-27/+0
2025-10-06Merge branch 'speed-up-and-improve-mocked-tests'Oskar7-51/+36
2025-10-06Add "parallelize" to list of verbs in commit message checkOskar1-1/+1
2025-10-06Remove expiry test made redundant by account-expiry.spec.tsOskar1-42/+0
2025-10-06Parallelize select location testOskar1-5/+6
2025-10-06Improve Speed of tests that perform a loginOskar3-2/+22
2025-10-06Disable split tunneling feature indicator test on LinuxOskar1-1/+7
2025-10-06Merge branch 'go-through-tests-and-delays-droid-1998'David Göransson1-1/+2
2025-10-06Document runBlocking in TrafficGeneratorDavid Göransson1-1/+2
A comment is added to clarify that `runBlocking` is used intentionally to prevent tests from skipping delays. The `suspend` modifier, which was redundant, has been removed from the `generateTraffic` function.
2025-10-06Merge branch 'fix-flaky-account-creation-test'Oskar1-7/+0
2025-10-06Remove test for login screen title when account is createdOskar1-7/+0
2025-10-06Merge branch 'inform-users-about-android-16-vpn-connectivity-bug-droid-2222'Jonatan Rhodin42-145/+488
2025-10-06Warn users about android 16 upgrade issueDavid Göransson42-145/+488
2025-10-06Merge branch 'add-ui-test-for-linux-split-tunneling-des-2429'Tobias Järvelöv8-81/+300
2025-10-06Add Linux Split tunneling supported testTobias Järvelöv1-0/+125
2025-10-06Move app startup logic to a functionTobias Järvelöv1-6/+10
2025-10-06Move Linux Split tunneling unsupported test to top levelTobias Järvelöv1-39/+35
So as to not interfer with other tests, see inline comments.
2025-10-06Extract linux application list from Split tunneling test fileTobias Järvelöv2-26/+30
2025-10-06Add methods for Linux in Split tunneling route object modelTobias Järvelöv2-7/+83
- Reorder methods alphabetically - Reorder methods into groups where relevant - Reorder selectors alphabetically
2025-10-06Allow expect IPC mock handle to receive the return value for the handleTobias Järvelöv1-6/+6
2025-10-06Fix app not launched by Linux split tunneling warning dialog buttonTobias Järvelöv3-3/+17
The bug occurred because when the Launch button was clicked it called the returned function from the useLaunchApplication hook. However, that hook should only be used when the application list item is clicked, since it is what opens the warning dialog in the first place. Instead, the Launch button should call the onSelect function from the LinuxApplicationRow context directly, and then hide the warning dialog. This bug was introduced when the Split tunnel component was refactored. See: https://github.com/mullvad/mullvadvpn-app/pull/8708
2025-10-06Merge branch 'speed-up-tests'Tobias Järvelöv2-1/+4
2025-10-06Set webPreferences.offscreen when running CI testsTobias Järvelöv1-0/+3
Can be disabled by setting TEST_SHOW_WINDOW=1
2025-10-06Rename env SHOW_WINDOW to TEST_SHOW_WINDOW to improve consistencyTobias Järvelöv1-1/+1
2025-10-06Merge branch 'ios-1323-scroll-all-the-connection-details'Jon Petersson2-60/+44
2025-10-06Adjust margins on dividerAndrew Bulhak1-0/+1
2025-10-06Move divider to above scroll viewAndrew Bulhak1-5/+5
2025-10-06Move ConnectionView place/server indicators into scroll viewAndrew Bulhak2-63/+46
2025-10-06Merge branch 'bump-wait-other-jobs'David Göransson1-1/+1
2025-10-06Bump wait other jobsDavid Göransson1-1/+1
2025-10-03Merge branch 'remove-winapi'David Lönnhager35-988/+438
2025-10-03Update winregDavid Lönnhager6-18/+19
2025-10-03Remove DAITA from wireguard-ntDavid Lönnhager4-644/+9
2025-10-03Bump windows-sys version to latestDavid Lönnhager31-337/+421
This also refactors and documents some code
2025-10-03Add a SECURITY.md security policyLinus Färnstrand2-2/+34
2025-10-03Merge branch 'migrate-to-discussions'David Göransson2-17/+3
2025-10-03Update new issue link to feature request discussionDavid Göransson1-0/+3
2025-10-03Migrate to Feature Request template to discussionsDavid Göransson1-17/+0
2025-10-03Merge branch 'gotatun-multihop-pcap'Joakim Hulthe5-1/+110
2025-10-03Add a UDS for wiresharking gotatun multihop trafficJoakim Hulthe5-1/+110
2025-10-03Merge branch ↵Jonatan Rhodin2-0/+4
'mullvad-widget-on-pixel-6-shows-no-text-in-pull-down-menu-droid-2221'
2025-10-03Improve the qucik setting tileJonatan Rhodin2-0/+4
- Set category as toggleable - Set title as the app name when active to align more with how other tiles look on newer versions of Android
2025-10-03Merge branch 'refresh-relay-list'David Göransson8-2/+56
2025-10-03Add refresh relay list stringsDavid Göransson1-0/+6
2025-10-03Allow of refreshing of server listDavid Göransson7-2/+50
2025-10-03Merge branch ↵Tobias Järvelöv6-21/+24
'fix-focus-not-staying-on-correct-element-after-navigating-des-2560'
2025-10-03Use useFocusReferenceBeforePaint in Searchbar componentOliver1-15/+4
2025-10-03Refactor useFocusReference into two hooks with different timingsOliver5-6/+20