summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Move IP Overrides into VPN Settings menuJon Petersson22-184/+254
2024-03-15Fix memory leak at LocationNodemojganii1-1/+1
2024-03-14Create view with custom lists to editJon Petersson12-108/+476
2024-03-14Add log out testNiklas1-3/+1
2024-03-12adding section header view in select location
mojganii10-219/+206
2024-03-12adding stub for custom listsmojganii6-12/+215
2024-03-11Add account creation and deletion testsNiklas Berglund9-2/+22
2024-03-11Introduce ObservedState.negotiatingKey and TunnelState.negotiatingKey, behind...Andrew Bulhak7-66/+159
2024-03-11Make the 'Clear all overrides' button only active when there are overridesJon Petersson3-4/+12
2024-03-07Fix broken UI testsJon Petersson5-22/+41
2024-03-07Allow deleting custom listsJon Petersson5-23/+40
2024-03-05Fix bug where location list is empty on release buildJon Petersson1-9/+9
2024-03-05Implement initial tests: start rotation on account set, stop on account unsetAndrew Bulhak1-3/+15
2024-03-04Split select location view into two sectionsJon Petersson24-486/+731
2024-03-04Fix LocationDataSource crash in MockRelease buildJon Petersson1-8/+13
2024-02-28Add problem report testNiklas Berglund3-0/+4
2024-02-26Enable IP Override, and fix text color in itBug Magnet2-3/+1
2024-02-26Adjust relay selector to support custom listsJon Petersson1-2/+6
2024-02-21Add UI for creating and editing a custom listJon Petersson17-38/+759
2024-02-21Review fixesJon Petersson7-124/+127
2024-02-21refactoring location datasourcemojganii10-410/+580
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-14Add data-driven TunnelSettingsUpdate type and method for atomically applying ...Andrew Bulhak6-57/+25
2024-02-14Add iOS test for connecting to API via bridgesNiklas Berglund3-0/+14
2024-02-13Add quantum resistance items to preferences view, Disable quantum resistance ...Andrew Bulhak8-4/+179
2024-02-12Reorder ProblemReportViewController and get rid of swiftlint warningsBug Magnet3-426/+461
2024-02-07Fix typeAndrew Bulhak1-1/+1
2024-02-07Add test for starting a tunnel from a disconnected stateAndrew Bulhak1-1/+2
2024-02-07Fix background color in report view controllerBug Magnet1-0/+1
2024-02-07Relay selector should use overridden IP addresses for relaysJon Petersson12-29/+82
2024-02-07Allow users to import settings by pasting JSON blobsJon Petersson11-29/+417
2024-02-06Get rid of swiftlint warnings and move files aroundBug Magnet1-2/+1
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-02Remove old and unused Localizible fileJon Petersson2-17/+7
2024-01-31Enable API access methods for release buildsJon Petersson3-16/+16
2024-01-31Add setup and teardown for iOS UI testsNiklas Berglund4-50/+56
2024-01-30Currently in use API access method should be visible in UIJon Petersson12-44/+210
2024-01-30Add a local network probe to trigger local network privacy dialogBug Magnet3-0/+31
2024-01-25Update API access methods functionality UI to conform with designsJon Petersson69-1965/+1777
2024-01-24Enable testing API access with a given configurationBug Magnet7-28/+58
2024-01-24Add ad blocking testNiklas Berglund7-0/+22
2024-01-23Add preliminary settings page for relay IP overridesJon Petersson7-0/+284
2024-01-23removing socks5 authentication check from the TransportStrategy layermojganii2-4/+7
2024-01-16using different API access methods when it encounters a network errormojganii9-256/+50
2024-01-16Added iOS login testsNiklas Berglund6-0/+18
2024-01-08Change OK text into Delete Account textBug Magnet1-3/+3
2023-12-22moving AccessMethodRepository into MullvadSettingsmojganii21-218/+111