summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson33-199/+367
2023-08-28Update shadowsocks to 1.16Emīls2-5/+3
2023-08-25Add build phase to run swiftlintAndrej Mihajlov1-0/+40
2023-08-25Change CachedAddresses schema to invalidate cache when updating from 2023.2 t...Andrej Mihajlov3-67/+48
2023-08-25AddressCache: use mutex lock in loadFromFile() and log all errors except when...Andrej Mihajlov1-8/+15
2023-08-24Return RESTTransport from TransportProviderAndrej Mihajlov12-81/+95
2023-08-24Eliminate force unwrap of HTTPURLResponseAndrej Mihajlov3-49/+32
2023-08-24Swiftformat: replace deprecated sortedImports with sortImportsAndrej Mihajlov1-1/+1
2023-08-23Introduce new Routing framework for high level router and coordinator codeJon Petersson37-154/+857
2023-08-23implement in-app purchase in new account flowMojgan36-337/+839
2023-08-22Fix void_function_in_ternary violationBug Magnet3-8/+20
2023-08-22Fix swiftlint mark violationBug Magnet1-1/+1
2023-08-21Fix nsobject_prefer_isequal swiftlint violationBug Magnet1-2/+3
2023-08-21Fix empty_enum_argument swiftlint violationBug Magnet1-1/+1
2023-08-21Fix computed_accessors_order swiftlint violationBug Magnet5-37/+37
2023-08-18Convert Xcode schemes to use test planAndrej Mihajlov11-27/+237
2023-08-18Enable APPLICATION_EXTENSION_API_ONLY for PacketTunnelCoreAndrej Mihajlov1-0/+2
2023-08-18Do not embed MullvadLogging into PacketTunnelCoreAndrej Mihajlov1-13/+0
2023-08-18Enable parallel testing for PacketTunnelCoreTestsAndrej Mihajlov2-0/+2
2023-08-18Run xcodebuild manually, pass output to xcbeautifyAndrej Mihajlov1-0/+8
2023-08-17PacketTunnel: refactor parsing of start optionsAndrej Mihajlov3-32/+74
2023-08-17Log reconnection attemptsAndrej Mihajlov1-1/+17
2023-08-17TunnelMonitor: add initial connection testAndrej Mihajlov8-2/+403
2023-08-17Extract router and break it down on smaller filesAndrej Mihajlov6-361/+419