summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Fix broken UI testsJon Petersson8-41/+60
2024-03-07Allow deleting custom listsJon Petersson6-25/+42
2024-03-07Add comments explaining decisionsBug Magnet1-0/+3
2024-03-06Define the PostQuantumKeyReceiving protocol, along with an extension to decod...Andrew Bulhak2-0/+39
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 Bulhak9-32/+148
2024-03-05Fix shellcheck warnings and notesJoakim Hulthe1-1/+2
2024-03-04Fix bug where relay selector evaluates only first location constraint when a ...Jon Petersson3-19/+67
2024-03-04Split select location view into two sectionsJon Petersson31-511/+1086
2024-03-04Fix LocationDataSource crash in MockRelease buildJon Petersson1-8/+13
2024-02-28Add problem report testNiklas Berglund10-10/+102
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