summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2024-02-27GitHub actions workflow for iOS end to end testsNiklas Berglund6-5/+78
2024-02-26Include IP Overrides in changelogBug Magnet1-1/+10
2024-02-26Enable IP Override, and fix text color in itBug Magnet2-3/+1
2024-02-26Adjust relay selector to support custom listsJon Petersson8-36/+107
2024-02-21Add UI for creating and editing a custom listJon Petersson22-79/+851
2024-02-21Review fixesJon Petersson10-129/+154
2024-02-21refactoring location datasourcemojganii12-432/+608
2024-02-20Fix welcome screen not shown on account creationJon Petersson2-2/+5
2024-02-20Fix location pin shown on map when disconnectedJon Petersson1-1/+5
2024-02-16storing custom lists in settingsmojganii6-0/+256
2024-02-15Fix the mullvad API ffi, consume the header after building itBug Magnet2-8/+3
2024-02-14Add MullvadApi to MullvadVPNUITetstsEmīls3-4/+231
2024-02-14Add data-driven TunnelSettingsUpdate type and method for atomically applying ...Andrew Bulhak9-57/+155
2024-02-14Add iOS test for connecting to API via bridgesNiklas Berglund19-98/+584
2024-02-13Add quantum resistance items to preferences view, Disable quantum resistance ...Andrew Bulhak8-4/+179
2024-02-13Resurface the list of allowedIPs to make it configurableBug Magnet5-7/+12
2024-02-12Reorder ProblemReportViewController and get rid of swiftlint warningsBug Magnet5-429/+472
2024-02-12Backport TunnelSettingsV4 from quantum resistance exploratory branchAndrew Bulhak5-4/+76
2024-02-08Update build instructionsEmīls1-59/+73
2024-02-07Miscellaneous PR feedbackAndrew Bulhak1-9/+6
2024-02-07Fix typeAndrew Bulhak1-1/+1
2024-02-07SwiftFormat passAndrew Bulhak4-77/+83
2024-02-07Add test for starting a tunnel from a disconnected stateAndrew Bulhak6-44/+144
2024-02-07Muscellaneous changes from pull requestAndrew Bulhak1-6/+6
2024-02-07Alphabetise test files in projectAndrew Bulhak1-1/+1
2024-02-07TidyingAndrew Bulhak2-21/+8
2024-02-07Initial tests for StartTunnelOperation, testing non-logged-in state and trans...Andrew Bulhak3-61/+125
2024-02-07Add initial (nonbuilding) testsAndrew Bulhak2-0/+107
2024-02-07Fix background color in report view controllerBug Magnet1-0/+1
2024-02-07Always destroy tunnel when reconfiguringEmīls1-1/+2
2024-02-07Relay selector should use overridden IP addresses for relaysJon Petersson27-96/+429
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