summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Allow users to import settings by pasting JSON blobsJon Petersson17-29/+796
2024-02-06Get rid of swiftlint warnings and move files aroundBug Magnet5-200/+224
2024-02-06Whitespace fixesAndrew Bulhak2-2/+2
2024-02-06Whitespace fixesAndrew Bulhak4-5/+3
2024-02-06Refactor TunnelManager account setting methods replacing callbacks with asyncAndrew Bulhak10-68/+59
2024-02-02Stop quoting RELFLAG in buildscriptEmīls1-3/+3
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin2-11/+9
2024-02-02Modified test flow to avoid race conditionNiklas Berglund2-11/+16
2024-02-02Remove old and unused Localizible fileJon Petersson3-41/+7
2024-01-31Enable API access methods for release buildsJon Petersson4-16/+17
2024-01-31Add setup and teardown for iOS UI testsNiklas Berglund17-140/+388
2024-01-30Currently in use API access method should be visible in UIJon Petersson22-153/+315
2024-01-30Add a local network probe to trigger local network privacy dialogBug Magnet4-0/+35
2024-01-25Update API access methods functionality UI to conform with designsJon Petersson74-2121/+1870
2024-01-24Enable testing API access with a given configurationBug Magnet15-31/+259
2024-01-24Add ad blocking testNiklas Berglund20-22/+318
2024-01-23Add preliminary settings page for relay IP overridesJon Petersson8-2/+300
2024-01-23removing socks5 authentication check from the TransportStrategy layermojganii5-19/+35
2024-01-23reusing existing connection for upcoming requests if it is still validmojganii8-50/+65
2024-01-18Add a staging configuration that automatically targets the staging environmentBug Magnet14-110/+1269
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand2-0/+2
2024-01-16using different API access methods when it encounters a network errormojganii24-456/+726
2024-01-16Added iOS login testsNiklas Berglund17-1/+517
2024-01-09Remove version and publish cargo metadataLinus Färnstrand2-4/+0
2024-01-08Change OK text into Delete Account textBug Magnet1-3/+3
2024-01-08Add username password commandBug Magnet11-24/+205
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin2-4/+5
2024-01-04Add workspace level lintsLinus Färnstrand2-0/+6
2023-12-22moving AccessMethodRepository into MullvadSettingsmojganii32-260/+500
2023-12-22removing network operation from settings migrationmojganii8-30/+8
2023-12-20Export identifiers for accessibility elementsJon Petersson29-128/+221
2023-12-20Fix Swiftlint warningsJon Petersson9-259/+281
2023-12-20Create build profile that resembles Release but without signingJon Petersson1-0/+88
2023-12-13Store API access method settingsJon Petersson5-62/+231
2023-12-13Add API access methods UI/part of backendAndrej Mihajlov97-255/+6596
2023-12-12Add socks5 forwarding proxyAndrej Mihajlov24-1/+1556
2023-12-11Categorize files based on functionalitiesmojganii62-190/+228
2023-12-11Moving MullvadTransport into MullvadRESTmojganii38-574/+75
2023-12-11Moving RelayCache into MullvadRESTmojganii28-294/+34
2023-12-08Run screenshots action on GithubJon Petersson2-5/+5
2023-12-08Fix screenshots testJon Petersson2-3/+8
2023-12-08Querying the outgoing connection IP should not affect the in IPJon Petersson3-38/+47
2023-12-08Mention UDP-over-TCP obfuscation in changelogBug Magnet1-1/+2
2023-12-06Reflect obfuscation transport layer in the UIBug Magnet15-148/+265
2023-12-05Add a privacy manifest for Apple complianceBug Magnet2-0/+23
2023-12-05Do not show account revoked banner when on account revoked screenJon Petersson1-9/+18
2023-12-04Add custom decoder to fix a migration bug in obfuscation settingsJon Petersson1-1/+9
2023-12-04Refactor account deletion in TunnelManagerJon Petersson7-113/+73
2023-11-30Have the PacketTunnel use UDP-over-TCP ObfuscationBug Magnet21-31/+337
2023-11-29Refactor packet tunnel to use only a single network path observerJon Petersson6-76/+48