summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-12Add time left properly displayed testNiklas Berglund5-2/+43
2024-04-11Move the title 'Server IP Override' upJon Petersson11-80/+199
2024-04-11Revise navigation for empty Custom Listsmojganii2-23/+8
2024-04-11Add custom lists to iOS changelogEmīls1-1/+3
2024-04-10Fix for screenshot tests failingNiklas Berglund1-3/+3
2024-04-10Change action sheet tint colormojganii1-3/+3
2024-04-09Enable release mode for custom listmojganii4-71/+1
2024-04-09Fix bug where offline servers can be selectedJon Petersson2-2/+14
2024-04-08Add custom DNS testNiklas Berglund3-1/+91
2024-04-08Add WireGuard tests for iOS appNiklas Berglund2-0/+13
2024-04-08Fix location selection bug on iPadJon Petersson2-11/+8
2024-04-08Add connection retry logic testNiklas Berglund8-28/+129
2024-04-08Move KeyPolicy under State's namespaceAndrew Bulhak4-15/+15
2024-04-08Move ReconnectReason under PacketTunnelActorAndrew Bulhak2-10/+10
2024-04-08Move TargetStateForReconnect under State´s namespaceAndrew Bulhak2-5/+5
2024-04-08Rename StatePriorToBlockedState to State.BlockingData.PriorStateAndrew Bulhak2-5/+7
2024-04-08Fix RelaySelector not resolving locations under certain constraintsJon Petersson1-22/+23
2024-04-08Fix RelaySelector not being able to resolve locations under certain constraintsJon Petersson1-4/+27
2024-04-05Combine parts of LocationDataSource and AddLocationDataSource to oneJon Petersson22-312/+288
2024-04-05Combine AddLocationCell and LocationCell to oneJon Petersson8-353/+181
2024-04-05Add locations to a custom listmojganii16-106/+719
2024-04-05Implement addLocationCellmojganii4-22/+227
2024-04-05Create LocationNode from CustomListmojganii2-0/+55
2024-04-05Implement CellIdentifierProtocol for Select Locationmojganii2-31/+9
2024-04-04Add settings migration tests for iOSNiklas Berglund22-43/+604