summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Settings
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet2-3/+3
2023-08-23Introduce new Routing framework for high level router and coordinator codeJon Petersson1-0/+1
2023-08-22Fix swiftlint mark violationBug Magnet1-1/+1
2023-08-21Fix computed_accessors_order swiftlint violationBug Magnet1-15/+15
2023-08-09Add an accessibilityCustomActionName to SettingsHeaderViewBug Magnet1-8/+10
2023-08-09Add a UI for wireguard obfuscation preferencesBug Magnet1-0/+3
2023-08-03Use UIAction based handlers for bar itemsAndrej Mihajlov1-4/+7
2023-08-01Fix DNS server info inconsistencies in settings viewJon Petersson3-53/+40
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet6-20/+20
2023-06-06Add custom port selection to settingsJon Petersson6-14/+220
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov2-3/+3
2023-04-28TunnelManager: pass previous DeviceState to observersAndrej Mihajlov1-1/+1
2023-04-26Backport block based handler for UIBarButtonItemAndrej Mihajlov1-11/+5
2023-04-26Change to directional layout marginsMojgan4-7/+9
2023-04-25Improve content blocker settings interfaceJon Petersson2-6/+191
2023-04-20Add a dedicated account button on the main view and remove it from settingsJon Petersson4-112/+5
2023-04-19Reduce code duplication by providing cell reuse identifier per data source itemAndrej Mihajlov2-19/+11
2023-04-04Settings: handle .subtitle layoutAndrej Mihajlov1-21/+15
2023-03-27Change a few title textsJon Petersson1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov12-0/+984