summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2024-05-21Fix certificate signing for MockRelease targetBug Magnet1-82/+68
2024-05-21Add a connection timeout check for the in-tunnel TCP connectionBug Magnet11-130/+256
Signed-off-by: Bug Magnet <marco.nikic@mullvad.net>
2024-05-21Implement PQ PSKEmīls41-399/+1446
2024-05-21Make vpn settings page not crash in release modeJon Petersson1-0/+6
2024-05-21Improve UI of list items in vpn settings viewJon Petersson2-4/+6
2024-05-16Change checkboxes in location cells to the correct onesJon Petersson1-6/+13
2024-05-16Fix cell colors in location viewJon Petersson3-10/+7
2024-05-14Remove some unnecessary LocationNode subclassesJon Petersson4-22/+21
2024-05-13Fix user input string validationJon Petersson12-19/+93
2024-05-13Mock data for snapshot testmojganii19-109/+637
2024-05-13Add iOS test making sure app functioning when API is downNiklas Berglund24-34/+401
2024-05-13Fix problem report logs being duplicatedJon Petersson6-26/+61
2024-05-13Add a new container view to wrap the whole location selectionJon Petersson7-111/+229
2024-05-06Add iOS test verifying API can be reached from blocked stateNiklas Berglund14-16/+197
2024-05-06Trim whitespace from list names on saveJon Petersson1-0/+3
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson16-66/+171
2024-05-02Stop filtering edit view of custom listsJon Petersson1-6/+8
2024-04-30Show custom lists even if no filter constraints matchJon Petersson4-11/+10
2024-04-30Make custom list names case sensitiveJon Petersson4-15/+17
2024-04-30Remove dead codeBug Magnet1-10/+0
2024-04-29Reorganise MullvadVPNTests hierarchy to match that of code under testAndrew Bulhak49-54/+190
2024-04-25Add a test to delete, edit and create a custom listBug Magnet17-12/+435
2024-04-25Fix iPad location selection entries not being unmarked as selectedJon Petersson2-8/+22
2024-04-24Revert "Remove support for iPad layout"Bug Magnet2-140/+57
This reverts commit 25fb6959b91fce23d1eba877fa1763553046f745.
2024-04-18Remove support for iPad layoutBug Magnet2-57/+140
2024-04-18Add test for login to account with too many devicesNiklas Berglund8-9/+116
2024-04-17Fix for failing nightly iOS end to end testsNiklas Berglund7-36/+41
2024-04-17Remove logs older than 7 days, instead all of themEmīls1-1/+1
2024-04-17Fix rebase from mainBug Magnet1-1/+1
2024-04-17Make logging tests synchronous on file writes / add testAndrew Bulhak1-2/+13
2024-04-17Wait for the logfile to settle before attempting to read it in testsAndrew Bulhak1-4/+6
2024-04-17Make changes suggested in PRAndrew Bulhak2-13/+1
2024-04-17Adjust indentationAndrew Bulhak1-1/+1
2024-04-17Disable failing testAndrew Bulhak1-3/+4
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak5-28/+39
2024-04-17Add bundle version to log headerAndrew Bulhak3-2/+4
2024-04-17Fix tests for log headerAndrew Bulhak2-10/+35
2024-04-17Add a header to log filesEmils4-2/+38
2024-04-17Fix formatting issues with swiftformatBug Magnet1-6/+12
2024-04-17Change log rotation to a quota based systemJon Petersson10-43/+210
2024-04-16Limit the name of a custom list to 30 charactersJon Petersson2-3/+3
2024-04-16Move tracking unsaved changes into coordinatormojganii6-102/+114
2024-04-16Intercept back button when leaving an unsaved custom listJon Petersson15-78/+243
2024-04-16Add default settings when app is uninstalledJon Petersson1-0/+2
2024-04-15Prevent duplicate list names in custom listsJon Petersson1-3/+4
2024-04-15Update privacy manifestmojganii1-17/+26
2024-04-12Add alphabetical sorting for custom list locationsmojganii1-0/+29
2024-04-12Add iOS app connection testNiklas Berglund3-12/+90
2024-04-12Add WireGuard tests for iOS appNiklas Berglund3-23/+7
2024-04-12Bump key rotation interval to 30 days on iOSEmīls1-1/+1