summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-04-30Use new Button in too many devices viewOliver1-15/+17
2025-04-30Use new Button in login viewOliver1-2/+3
2025-04-30Use new Button in launch viewOliver1-13/+23
2025-04-30Use new Button in debug viewOliver1-6/+19
2025-04-30Use new Button in account viewOliver2-33/+34
2025-04-30Rename Button styled componentsOliver3-9/+9
2025-04-30Convert Button and subcomponents to named functionsOliver4-28/+27
2025-04-30Change ButtonIcon color when disabledOliver1-1/+11
2025-04-30Set ButtonIcon aria-hidden default to trueOliver1-1/+1
2025-04-30Add use exclusive task hookOliver1-0/+22
2025-04-30Add FlexRow componentOliver2-0/+6
2025-04-30Add FlexColumn componentOliver2-0/+6
2025-04-30Merge branch 'in-app-language-can-become-wrong-droid-1970'David Göransson4-437/+566
2025-04-30Update lockfileDavid Göransson3-435/+562
2025-04-30Downgrade AGP due to in-app languages bugDavid Göransson1-2/+4
2025-04-30Merge branch 'move-test-tag-constants-to-separate-module-droid-1479'Jonatan Rhodin81-244/+271
2025-04-30Move all test tags to new lib.ui.tag moduleKalle Lindström81-244/+271
2025-04-29Merge branch 'remove-special-same-ip-logging-ios-1185'Bug Magnet1-28/+0
2025-04-29Remove special Same IP loggingmojganii1-28/+0
2025-04-29Merge branch 'fix-quic-flag-release'Bug Magnet1-2/+2
2025-04-29Add another forgotten conditional compilation checkBug Magnet1-2/+2
2025-04-29Merge branch 'update-dependencies-droid-1960'David Göransson5-372/+375
2025-04-29Fix warningsDavid Göransson1-2/+2
2025-04-29Update lockfileDavid Göransson3-364/+367
2025-04-29Fix material icons extended versionDavid Göransson1-2/+2
2025-04-29Bump grpc to 1.72.0David Göransson1-1/+1
2025-04-29Bump Arrow to 2.1.0David Göransson1-1/+1
2025-04-29Bump Datastore to 1.1.5David Göransson1-1/+1
2025-04-29Bump AGP to 8.9.2David Göransson1-1/+1
2025-04-29Merge branch 'port-android-app-2025.2-to-main'Jonatan Rhodin3-2/+6
2025-04-28Update android app version to 2025.2Albin2-2/+2
2025-04-28Update changelog for android/2025.2Jonatan Rhodin1-0/+4
2025-04-28Merge branch ↵Bug Magnet12-26/+183
'add-a-new-state-to-wireguardobfuscationstate-that-represents-ios-1130'
2025-04-28Add the ability to use QUIC obfuscation in the UI, and update SettingsBug Magnet12-26/+183
2025-04-28Merge branch 'rename-downloader'David Lönnhager6-7/+9
2025-04-28Update changelogDavid Lönnhager1-0/+2
2025-04-28Rename Mullvad VPN installer to loaderDavid Lönnhager5-7/+7
2025-04-28Merge branch 'update-pack-commands-to-build-before-packaging'Markus Pettersson3-3/+21
2025-04-28Update npm pack:* commands to build before packagingTobias Järvelöv3-3/+21
2025-04-28Merge remote-tracking branch 'origin/switch-to-view-transition-api'Markus Pettersson48-836/+522
2025-04-28Remove test location.spec.tsTobias Järvelöv1-25/+0
This test is never run by the test-manager and can therefore be removed.
2025-04-28Ensure we only target one element with inIp locatorTobias Järvelöv1-1/+1
This locator currently can be resolved to two elements. See: https://github.com/mullvad/mullvadvpn-app/actions/runs/13564177651/job/37914262416#step:9:985
2025-04-28Improve specificity in tunnel-state expectsTobias Järvelöv1-11/+11
- Replace use of regex in locators in favor of actual strings. - Use narrower locator for targeting connection action button.
2025-04-28Use narrower locators for buttonsTobias Järvelöv1-6/+6
2025-04-28Remove unnecessary test-id check in too-many-devices testTobias Järvelöv1-1/+0
This check is not required as the previous line which waits for the main route already does the same thing.
2025-04-28Wait for initial route before starting each test suiteTobias Järvelöv16-5/+35
2025-04-28Replace waitForNavigation with waitForRoute in testsTobias Järvelöv12-159/+139
2025-04-28Remove waitForNoTransitionTobias Järvelöv1-28/+2
As we have migrated to the native View Transitions API we can stop waiting for transitions to end manually. Playwright automatically waits for animations and elements to appear or disappear. As such, we don't have to manually wait for transitions to end in our tests.
2025-04-28Add waitForNextRoute utilityTobias Järvelöv1-0/+2
2025-04-28Refactor waitForNextRoute into a factoryTobias Järvelöv1-10/+12