| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-04 | Remove unnecessary casts statements | Bug Magnet | 4 | -43/+39 | |
| 2025-06-04 | Make API check use mullvad ios in debug builds | Bug Magnet | 14 | -79/+205 | |
| 2025-06-04 | Add API availability check to mullvad-ios | Bug Magnet | 2 | -0/+73 | |
| 2025-06-04 | Merge branch 'fix-connectivity-util-tests' | Jonatan Rhodin | 2 | -4/+5 | |
| 2025-06-04 | Fix connectivity manager util tests | Jonatan Rhodin | 2 | -4/+5 | |
| 2025-06-03 | Merge branch 'android-app-fails-to-auto-reconnect-after-offline-data-droid-2025' | Jonatan Rhodin | 2 | -39/+116 | |
| 2025-06-03 | Listen for all network events to fix missing default network events | Jonatan Rhodin | 2 | -39/+116 | |
| 2025-06-03 | Merge branch 'fix-settings-ui-e2e-test' | Markus Pettersson | 2 | -3/+4 | |
| 2025-06-03 | Fix `test_settings_ui` | Markus Pettersson | 2 | -3/+4 | |
| Use the correct path to find the GUI test / spec file Update asset glob patterns Co-authored-by: Oliver <oliver@mohlin.dev> | |||||
| 2025-06-03 | Fix boringtun device not being closed | David Lönnhager | 2 | -2/+2 | |
| 2025-06-03 | Merge branch 'ios-1204-screenshot-autopsy' | Bug Magnet | 2 | -0/+4 | |
| 2025-06-03 | Add if: always() to "archive test report" action | Andrew Bulhak | 2 | -0/+4 | |
| 2025-06-03 | Fix nightly CI failing | David Lönnhager | 1 | -1/+2 | |
| 2025-06-03 | Merge branch 'fix-cargo-clippy' | Bug Magnet | 1 | -1/+3 | |
| 2025-06-03 | Add clippy when setting up iOS CI | Bug Magnet | 1 | -1/+3 | |
| 2025-06-03 | Merge branch 'update-list-items' | Markus Pettersson | 18 | -116/+91 | |
| 2025-06-03 | Remove CellNavigationButton | Oliver | 1 | -24/+0 | |
| 2025-06-03 | Use NavigationListItem in setting views | Oliver | 11 | -90/+67 | |
| 2025-06-03 | Export NavigationListItem as namespace | Oliver | 1 | -1/+10 | |
| 2025-06-03 | Add ListItemIcon to ListItem | Oliver | 4 | -0/+13 | |
| 2025-06-03 | Set minimum height of ListItemItem to 48px | Oliver | 1 | -1/+1 | |
| 2025-06-02 | Merge branch 'fix-ui-tests-log-in-too-fast' | Bug Magnet | 1 | -0/+7 | |
| 2025-06-02 | Fix the UITests trying to log in too fast | Bug Magnet | 1 | -0/+7 | |
| 2025-06-02 | Merge branch 'port-android-app-2025.4-to-main' | Jonatan Rhodin | 3 | -2/+6 | |
| 2025-06-02 | Update android app version to 2025.4 | Albin | 2 | -2/+2 | |
| 2025-06-02 | Update changelog for android/2025.4 | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-05-30 | Merge branch 'let-users-cancel-sending-a-problem-report-ios-987' | Jon Petersson | 15 | -87/+203 | |
| 2025-05-30 | Revert cancellation of log consolidation | Jon Petersson | 7 | -73/+34 | |
| 2025-05-30 | Let users cancel sending a problem report | Jon Petersson | 18 | -115/+270 | |
| 2025-05-30 | Merge branch 'fix-vuln-GHSA-wxr5-93ph-8wr9' | Jonatan Rhodin | 2 | -6/+10 | |
| 2025-05-30 | Update lockfile | Jonatan Rhodin | 1 | -5/+0 | |
| 2025-05-30 | Exclude common bean utils | Jonatan Rhodin | 1 | -1/+10 | |
| 2025-05-28 | Merge branch 'win-enable-cfg' | David Lönnhager | 11 | -1/+17 | |
| 2025-05-28 | Update changelog | David Lönnhager | 1 | -0/+5 | |
| 2025-05-28 | Bump submodule windows-libraries | David Lönnhager | 1 | -0/+0 | |
| 2025-05-28 | Bump submodule libwfp | David Lönnhager | 1 | -0/+0 | |
| 2025-05-28 | Enable CFG for WinFw | David Lönnhager | 1 | -0/+3 | |
| 2025-05-28 | Enable CFG for driverlogic | David Lönnhager | 1 | -0/+2 | |
| 2025-05-28 | Enable CFG for nsis-plugins | David Lönnhager | 6 | -1/+7 | |
| 2025-05-28 | Merge branch 'clean-up-spawn' | Joakim Hulthe | 1 | -7/+2 | |
| 2025-05-28 | Replace spawn_blocking with spawn | Joakim Hulthe | 1 | -7/+2 | |
| 2025-05-28 | Merge branch ↵ | Jonatan Rhodin | 5 | -87/+169 | |
| 'argument-ordering-is-lost-when-converting-from-stringsxml-to-droid-1913' | |||||
| 2025-05-28 | Fix arg order lost when adding to messages.pot | Kalle Lindström | 5 | -87/+169 | |
| Currently when we add new strings from strings.xml in the android app and these gets added to message.pot by the translation script the arguments get added only as "%s" and "%d" and any ordering is lost. This means that if you would add a string to the android app that is something like "%1$s %2$s %1$s" this would be added to messages.pot as msgid "%s %s %s" and it would treat it as the string has 3 different arguments instead of 2. This PR changes the code so that when the Android strings.xml strings are added to messages.pot the argument index (if it exists) is not removed as it was previously. So the Android string "%1$s %2$s %1$s" will now result in the exact same string being added to messages.pot. However, the current normalizaion behavior is kept when it comes to checking if an Android string already exists in messages.pot, so e.g. the string `"Not all our servers are %1$s-enabled. Therefore, we use multihop automatically to enable %1$s with any server."` will still match the current value in the pot file which is: `"Not all our servers are %(daita)s-enabled. Therefore, we use multihop automatically to enable %(daita)s with any server."` and no new string is added to messages.pot. | |||||
| 2025-05-28 | Merge branch 'google-play-version-of-the-app-sends-logs-to-firebase-droid-1988' | Jonatan Rhodin | 1 | -0/+9 | |
| 2025-05-28 | Disable Firebase billing logging | Kalle Lindström | 1 | -0/+9 | |
| 2025-05-28 | Merge branch 'in-app-upgrades-on-windows-and-macos' | Sebastian Holmin | 391 | -1495/+7715 | |
| 2025-05-28 | Update Link components to use Text subcomponent to wrap text | Tobias Järvelöv | 2 | -9/+11 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -1/+12 | |
| 2025-05-28 | Update link to AppUpgrade route to be separate from rest of message | Tobias Järvelöv | 1 | -15/+30 | |
| 2025-05-28 | Remove gid check when verifying daemon ownership on Linux and macOS | Tobias Järvelöv | 1 | -7/+2 | |
