summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2024-09-04Fix off-screen element detection issuemojganii3-3/+38
2024-09-03Update the Marketing version to the latest releaseBug Magnet1-2/+2
2024-09-03Bump wireguard-apple to include multihop fixEmīls2-2/+2
2024-09-02Update chached relays json to latestJon Petersson1-1/+1
2024-08-29Revert "Ignore rexml CVE-2024-43398"Bug Magnet1-8/+0
This reverts commit 489f6160a62847e576a7170e8dc32f1cf12e8886.
2024-08-29Update rexml for vulnerability issuesBug Magnet1-1/+1
2024-08-28Add UI for DAITA in VPN settingsmojganii14-120/+314
2024-08-27Reconnect tunnel automatically after tunnel adapter errormojganii4-6/+52
2024-08-27Modify the SSL Pinning logic to support conncheck as wellBug Magnet2-7/+23
2024-08-27Remove ATS entirelyBug Magnet1-33/+0
2024-08-23Ignore rexml CVE-2024-43398Linus Färnstrand1-0/+8
2024-08-22List only DAITA entry locations if multihop and DAITA are enabledJon Petersson13-65/+141
2024-08-21Allow relay selector to filter DAITA enabled relaysJon Petersson25-92/+459
2024-08-19Update changelogBug Magnet1-0/+2
2024-08-19Specify nonisolation in PacketTunnelActorBug Magnet2-9/+5
2024-08-19Fix swift 6 related warningsBug Magnet6-8/+12
2024-08-19Remove unneeded swiftlint rule definitionBug Magnet1-8/+0
2024-08-19Update Wireguard dependenciesBug Magnet2-2/+2
2024-08-19Add support for building with Xcode 16Bug Magnet3-72/+22
2024-08-19Improve the Restore Purchases button to decrease user confusionJon Petersson6-58/+171
2024-08-16Update Gemfile for rexml vulnerabilityBug Magnet1-3/+3
2024-08-15Remove the x86_64 architecture and Mac Catalyst from targetsBug Magnet1-0/+62
2024-08-15Add DAITA into TunnelSettingsmojganii34-349/+449
2024-08-14Fix some Swiftlint warningsmojganii10-20/+15
2024-08-14Disable orphaned_doc_commentmojganii1-0/+1
2024-08-13Update the wireguard-go to head of mullvad-masterBug Magnet2-2/+2
2024-08-13Update swiftformat to ignore the autogenerated fileBug Magnet1-1/+1
2024-08-13Import the maybenot machines file in the projectBug Magnet3-2/+46
2024-08-13Fix getting stuck in blocked state after reconnectingmojganii30-121/+271
2024-08-08Change the way iOS end to end tests workflows are set upNiklas Berglund7-20/+82
2024-08-06Use a wireguard commit that reduces multihop crashesBug Magnet2-2/+2
2024-07-31Fix typosBug Magnet1-8/+8
2024-07-31Correct requirementsBug Magnet1-3/+3
2024-07-31Update iOS end to end tests READMENiklas Berglund1-20/+71
2024-07-30Improve copy message for multihop settingsBug Magnet1-1/+5
2024-07-30Do not warn users about multihop extra latency, add info button insteadBug Magnet8-106/+20
2024-07-29Fix the spinner spinning round like a recordBug Magnet1-2/+0
2024-07-26Do not embed WireguardKitTypes into the MullvadRustRuntime FrameworkBug Magnet1-79/+0
2024-07-26Use the correct profile for release buildsBug Magnet1-2/+7
2024-07-26Update changelog file to mention multihopBug Magnet1-2/+4
2024-07-26Enable multihop in releaseBug Magnet1-2/+0
2024-07-26Apply PQ key exchanging for multihopmojganii27-102/+1228
2024-07-26Follow desktop copy for DNS warningsBug Magnet2-2/+3
2024-07-26Bump wireguard-apple to use latest changesEmīls2-2/+2
Effectively, these changes imply we're not using any of the IAN code so it'll work just as good as it did in the last release for singlehop.
2024-07-25Apply multihop for normal connectionmojganii27-127/+366
2024-07-18Update rexml to 3.3.2 for fastlaneEmīls1-1/+1
Signed-off-by: Emīls <emils@mullvad.net>
2024-07-17Update wireguard-appleEmīls4-2/+6
2024-07-17Add a Rust FFI, Disable sandboxing for scriptsBug Magnet46-1639/+456
2024-07-11Add RelaySelectorWrapper testsJon Petersson14-283/+553
2024-07-11Add general support for multiple selected relaysJon Petersson31-201/+203