| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-04-30 | Use new Button in too many devices view | Oliver | 1 | -15/+17 | |
| 2025-04-30 | Use new Button in login view | Oliver | 1 | -2/+3 | |
| 2025-04-30 | Use new Button in launch view | Oliver | 1 | -13/+23 | |
| 2025-04-30 | Use new Button in debug view | Oliver | 1 | -6/+19 | |
| 2025-04-30 | Use new Button in account view | Oliver | 2 | -33/+34 | |
| 2025-04-30 | Rename Button styled components | Oliver | 3 | -9/+9 | |
| 2025-04-30 | Convert Button and subcomponents to named functions | Oliver | 4 | -28/+27 | |
| 2025-04-30 | Change ButtonIcon color when disabled | Oliver | 1 | -1/+11 | |
| 2025-04-30 | Set ButtonIcon aria-hidden default to true | Oliver | 1 | -1/+1 | |
| 2025-04-30 | Add use exclusive task hook | Oliver | 1 | -0/+22 | |
| 2025-04-30 | Add FlexRow component | Oliver | 2 | -0/+6 | |
| 2025-04-30 | Add FlexColumn component | Oliver | 2 | -0/+6 | |
| 2025-04-30 | Merge branch 'in-app-language-can-become-wrong-droid-1970' | David Göransson | 4 | -437/+566 | |
| 2025-04-30 | Update lockfile | David Göransson | 3 | -435/+562 | |
| 2025-04-30 | Downgrade AGP due to in-app languages bug | David Göransson | 1 | -2/+4 | |
| 2025-04-30 | Merge branch 'move-test-tag-constants-to-separate-module-droid-1479' | Jonatan Rhodin | 81 | -244/+271 | |
| 2025-04-30 | Move all test tags to new lib.ui.tag module | Kalle Lindström | 81 | -244/+271 | |
| 2025-04-29 | Merge branch 'remove-special-same-ip-logging-ios-1185' | Bug Magnet | 1 | -28/+0 | |
| 2025-04-29 | Remove special Same IP logging | mojganii | 1 | -28/+0 | |
| 2025-04-29 | Merge branch 'fix-quic-flag-release' | Bug Magnet | 1 | -2/+2 | |
| 2025-04-29 | Add another forgotten conditional compilation check | Bug Magnet | 1 | -2/+2 | |
| 2025-04-29 | Merge branch 'update-dependencies-droid-1960' | David Göransson | 5 | -372/+375 | |
| 2025-04-29 | Fix warnings | David Göransson | 1 | -2/+2 | |
| 2025-04-29 | Update lockfile | David Göransson | 3 | -364/+367 | |
| 2025-04-29 | Fix material icons extended version | David Göransson | 1 | -2/+2 | |
| 2025-04-29 | Bump grpc to 1.72.0 | David Göransson | 1 | -1/+1 | |
| 2025-04-29 | Bump Arrow to 2.1.0 | David Göransson | 1 | -1/+1 | |
| 2025-04-29 | Bump Datastore to 1.1.5 | David Göransson | 1 | -1/+1 | |
| 2025-04-29 | Bump AGP to 8.9.2 | David Göransson | 1 | -1/+1 | |
| 2025-04-29 | Merge branch 'port-android-app-2025.2-to-main' | Jonatan Rhodin | 3 | -2/+6 | |
| 2025-04-28 | Update android app version to 2025.2 | Albin | 2 | -2/+2 | |
| 2025-04-28 | Update changelog for android/2025.2 | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-04-28 | Merge branch ↵ | Bug Magnet | 12 | -26/+183 | |
| 'add-a-new-state-to-wireguardobfuscationstate-that-represents-ios-1130' | |||||
| 2025-04-28 | Add the ability to use QUIC obfuscation in the UI, and update Settings | Bug Magnet | 12 | -26/+183 | |
| 2025-04-28 | Merge branch 'rename-downloader' | David Lönnhager | 6 | -7/+9 | |
| 2025-04-28 | Update changelog | David Lönnhager | 1 | -0/+2 | |
| 2025-04-28 | Rename Mullvad VPN installer to loader | David Lönnhager | 5 | -7/+7 | |
| 2025-04-28 | Merge branch 'update-pack-commands-to-build-before-packaging' | Markus Pettersson | 3 | -3/+21 | |
| 2025-04-28 | Update npm pack:* commands to build before packaging | Tobias Järvelöv | 3 | -3/+21 | |
| 2025-04-28 | Merge remote-tracking branch 'origin/switch-to-view-transition-api' | Markus Pettersson | 48 | -836/+522 | |
| 2025-04-28 | Remove test location.spec.ts | Tobias Järvelöv | 1 | -25/+0 | |
| This test is never run by the test-manager and can therefore be removed. | |||||
| 2025-04-28 | Ensure we only target one element with inIp locator | Tobias Järvelöv | 1 | -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-28 | Improve specificity in tunnel-state expects | Tobias Järvelöv | 1 | -11/+11 | |
| - Replace use of regex in locators in favor of actual strings. - Use narrower locator for targeting connection action button. | |||||
| 2025-04-28 | Use narrower locators for buttons | Tobias Järvelöv | 1 | -6/+6 | |
| 2025-04-28 | Remove unnecessary test-id check in too-many-devices test | Tobias Järvelöv | 1 | -1/+0 | |
| This check is not required as the previous line which waits for the main route already does the same thing. | |||||
| 2025-04-28 | Wait for initial route before starting each test suite | Tobias Järvelöv | 16 | -5/+35 | |
| 2025-04-28 | Replace waitForNavigation with waitForRoute in tests | Tobias Järvelöv | 12 | -159/+139 | |
| 2025-04-28 | Remove waitForNoTransition | Tobias Järvelöv | 1 | -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-28 | Add waitForNextRoute utility | Tobias Järvelöv | 1 | -0/+2 | |
| 2025-04-28 | Refactor waitForNextRoute into a factory | Tobias Järvelöv | 1 | -10/+12 | |
