summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Add a toggle to block social mediaBug Magnet4-62/+109
2023-09-21Merge TunnelProviderMessaging into PacketTunnelCoreAndrej Mihajlov24-218/+109
2023-09-21Fix the successful redeem as wellBug Magnet2-8/+8
2023-09-21Make the Voucher view more comforming to designsBug Magnet8-25/+86
2023-09-20Fix wg-go script to make docs buildAndrej Mihajlov1-0/+5
2023-09-20Disable Module verifier, rename Settings to MullvadSettings to avoid clash wi...Bug Magnet51-63/+63
2023-09-20Do not embed MullvadREST into SettingsBug Magnet1-17/+4
2023-09-20Move settings into its own frameworkAndrej Mihajlov63-312/+705
2023-09-20Update screenshots test to work with updated UIJon Petersson9-70/+14
2023-09-20Coordinate alert presentation by integrating it into routing systemJon Petersson3-1/+66
2023-09-19Fix Swiftlint warnings in PacketTunnelProviderJon Petersson1-23/+29
2023-09-19Fix reliability and time consumption of testInitialConnectionTimings testJon Petersson5-101/+142
2023-09-19Fix REST.AccessTokenManager being used before initialisation in AppDelegateJon Petersson1-2/+1
2023-09-18remove user token after account is deleted or logged outMojgan6-3/+26
2023-09-13Fix Swiftlint warnings in AppDelegateJon Petersson1-42/+60
2023-09-13Coordinate alert presentation by integrating it into routing systemJon Petersson34-482/+704
2023-09-13Fix Swiftlint warnings in ProblemReportViewControllerJon Petersson1-81/+37
2023-09-13Fix Swiftlint warnings in TunnelMonitorJon Petersson1-56/+64
2023-09-12fix misalignment buttons at the bottom of voucher viewMojgan7-10/+40
2023-09-12suggest logout option when user enters account number instead of voucherMojgan17-76/+389
2023-09-12Fix Swiftlint warnings in RootContainerViewControllerJon Petersson1-68/+129
2023-09-12Update iOS version metadataEmīls1-1/+1
2023-09-12Update iOS changelogEmīls1-1/+4
2023-09-11On delete account screen, add account number validation during inputJon Petersson1-4/+13
2023-09-11Re enable extensions on NetworkExtension types that were accidentally removedBug Magnet2-22/+22
2023-09-11Make TunnelManager dispatch to the main queue after deleting an accountBug Magnet1-1/+3
2023-09-08Move VPNConnectionProtocol to its own fileBug Magnet3-14/+28
2023-09-08Fix Swiftlint warnings in MapConnectionStatusOperationJon Petersson1-45/+57
2023-09-08Fix Swiftlint warnings in LoginContentViewJon Petersson1-65/+24
2023-09-08Fix Swiftlint warnings in LocationDataSourceJon Petersson1-45/+58
2023-09-08Fix Swiftlint warnings in DeviceManagementContentViewJon Petersson1-38/+41
2023-09-08Fix Swiftlint warnings (file length) in files related to simulator tunnelJon Petersson5-326/+369
2023-09-08Fix Superfluous Disable CommandBug Magnet1-2/+0
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson39-106/+166
2023-09-05disable deleting account and redeeming voucher buttons on restoring processMojgan1-1/+2
2023-09-04Fix swiftlint warning function_parameter_countBug Magnet2-0/+2
2023-09-04Fix UIKit nagging regarding to present alert top of keyboardMojgan4-31/+24
2023-09-04iOS: Remove forwarding portsAndrej Mihajlov3-24/+5
2023-09-04Use the block based KVO API in AsyncOperationBug Magnet1-29/+7
2023-09-04Fix xcconfig for buildingEmīls1-2/+0
2023-09-04Remove -testPlan parameter from build scriptEmīls1-1/+0
2023-09-01Override ATS for our API endpoint and ShadowsocksBug Magnet1-0/+18
2023-08-31Add buildscripts for CIEmīls1-28/+0
2023-08-30Remove temporarily Wireguard obfuscation options for test flight buildBug Magnet3-4/+40
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet32-55/+55
2023-08-29fix some linting violationsMojgan22-584/+575
2023-08-29Fix screenshot script and testplanJon Petersson7-23/+51
2023-08-29Move AnyTransportProvider under REST namespace for consistencyAndrej Mihajlov3-9/+11
2023-08-29REST: add executor testsAndrej Mihajlov6-2/+264
2023-08-29Introduce RESTRequestExecutor to support async flowsAndrej Mihajlov7-22/+150