summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2024-12-13Add state to new connection viewJon Petersson14-117/+632
2024-12-11Add foundation for new connection viewJon Petersson7-1/+258
2024-12-10Make AccessibilityIdentifier.wireGuardPort tagged with its valueAndrew Bulhak4-6/+4
2024-12-10Replace circular .description definition with .asStringAndrew Bulhak7-13/+13
2024-12-10Remove String conformance of AccessibilityIdentifierAndrew Bulhak7-16/+23
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak59-165/+158
2024-12-06Add the openPortSelectorMenuButton accessibility identifier to ... buttAndrew Bulhak2-0/+2
2024-12-04Add trailing status indicators for daita and multihop cellsJon Petersson6-45/+40
2024-12-04Add the multihop and DAITA pages to the root of the settings pageJon Petersson33-263/+1454
2024-12-04Add accessibility identifiers to SingleChoiceList rows and text fieldsAndrew Bulhak1-3/+35
2024-12-03Disable selectable textmojganii1-41/+17
2024-12-03Fix log redaction loading issuemojganii4-105/+175
2024-12-03Enable custom Shadowsocks port selection on entry servers in multihopJon Petersson1-3/+1
2024-12-03Fix multiple Wireguard port selection in settings viewJon Petersson1-3/+9
2024-12-02Enable Shadowsocks obfuscation in ReleaseBug Magnet3-10/+1
2024-12-02Replace misspelling of WireGuardObfuscationShadowsocksPort type nameAndrew Bulhak3-8/+8
2024-11-28Prevent the clearing of the custom value field from clobbering the valueAndrew Bulhak1-14/+24
2024-11-28Add reenablement of Swiftlint checksAndrew Bulhak1-0/+4
2024-11-28Make SwiftLint happyAndrew Bulhak1-1/+4
2024-11-28Rename instances of UDPTCP* to UDPOverTCP*Andrew Bulhak3-11/+11
2024-11-28Make minor fixesAndrew Bulhak2-2/+2
2024-11-28Implement SwiftUI Shadowsocks settings view with custom field editingAndrew Bulhak9-38/+457
2024-11-28Remove settings table view cell for UDP port selection menuAndrew Bulhak2-26/+1
2024-11-28Move localisation out of SingleChoiceList to the clientAndrew Bulhak1-0/+1
2024-11-28Adjust spacing for UDP-over-TCP sectionAndrew Bulhak1-1/+1
2024-11-28Add changes from PRAndrew Bulhak3-3/+2
2024-11-28Replace udpTcp with udpOverTcpAndrew Bulhak3-11/+11
2024-11-28Implement SwiftUI UI for UDP TCP Obfuscation port selector viewAndrew Bulhak3-0/+26
2024-11-28Fix custom Wireguard port not being persistedJon Petersson1-1/+3
2024-11-26Fix typoBug Magnet1-2/+2
2024-11-26Set the accessibilityIdentifier on the correct elementBug Magnet1-1/+1
2024-11-26Allow API connections in blocked stateBug Magnet1-0/+3
2024-11-18Fix filter apply button being enabled with zero providersJon Petersson2-7/+37
2024-11-18Fix reloading of data in settings cellsJon Petersson3-8/+21
2024-11-18Implement SwiftUI UI for UDP TCP Obfuscation port selector viewAndrew Bulhak8-38/+255
2024-11-14Fix crash on UITableViewDiffableDataSourcemojganii9-183/+207
2024-11-11Update copy in entry selectionEmīls1-3/+3
2024-11-07Fix content inset for link buttonmojganii1-1/+1
2024-11-05Refactor chip viewmojganii8-153/+335
2024-11-05Update data structure to support new obfuscation selectionJon Petersson3-21/+36
2024-11-01Fix building for Xcode 15 and 16Bug Magnet12-129/+143
2024-10-31Fix relay testsJon Petersson1-2/+2
2024-10-30Update cell layout and behavior for obfuscation methodsJon Petersson14-71/+271
2024-10-29Add shadowsocks fields to relay list response from the APIJon Petersson2-2/+3
2024-10-24Adjust leading inset for primary buttonEmīls1-0/+2
2024-10-23Remove explanatory text for Direct only in settingsJon Petersson1-54/+2
2024-10-22Fix text color for disabled statemojganii3-5/+5
2024-10-22Fix alpha button override issues in configurationmojganii3-4/+17
2024-10-21Hide Daita section in settings when logged outJon Petersson2-4/+7
2024-10-18Set filters on the FilterView when they are shown or hiddenBug Magnet1-1/+1