summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen3-14/+19
2025-09-22Adjust navigation title margins to match new designAndrew Bulhak1-2/+2
2025-08-08Extract strings to translatemojganii1-24/+4
2025-07-17Fix dynamic sizing and layout issues across multiple viewsmojganii1-3/+5
2025-06-23Enable more use of dynamic fontsBug Magnet1-0/+2
2025-06-12Use new SoT values for the global header bar viewBug Magnet1-2/+2
2025-06-12Introduce a generic HostingController with sensible default valuesBug Magnet1-0/+34
2025-06-12Rewrite Terms Of Service in SwiftUIBug Magnet1-2/+2
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak3-13/+8
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak1-1/+1
2025-02-04Update copyright string in switft filesOskar5-5/+5
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-4/+5
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak1-4/+4
2024-10-02Fix filters in LocationCoordinatorBug Magnet1-34/+0
2024-06-24Remove all complexity to do with iPad UIJon Petersson1-81/+0
2024-04-11Move the title 'Server IP Override' upJon Petersson1-1/+1
2024-01-31Add setup and teardown for iOS UI testsNiklas Berglund1-0/+1
2024-01-16Added iOS login testsNiklas Berglund1-0/+1
2023-12-20Export identifiers for accessibility elementsJon Petersson1-3/+2
2023-12-13Add API access methods UI/part of backendAndrej Mihajlov2-0/+17
2023-10-20Prevent user from navigation while requesting in-app purchaseJon Petersson1-0/+5
2023-09-20Disable Module verifier, rename Settings to MullvadSettings to avoid clash wi...Bug Magnet1-1/+1
2023-09-20Move settings into its own frameworkAndrej Mihajlov1-0/+1
2023-09-12Fix Swiftlint warnings in RootContainerViewControllerJon Petersson1-68/+129
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson1-0/+2
2023-08-23Introduce new Routing framework for high level router and coordinator codeJon Petersson1-0/+1
2023-08-22Fix void_function_in_ternary violationBug Magnet1-6/+10
2023-08-11Silence swiftlint errors, for nowBug Magnet1-0/+1
2023-08-10Remove iOS 13 codeAndrej Mihajlov1-13/+4
2023-07-12Implement redeeming voucher on creation accountMojgan3-8/+45
2023-07-10Hide notification bar at change logMojgan1-0/+22
2023-07-07Fix increased touch areas for buttons in header bar viewJon Petersson1-6/+17
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet3-23/+18
2023-06-26Hide time left when it's close to expiry or expiredMojgan3-37/+58
2023-05-24HeaderBar: hide brand name when buttons overlap itAndrej Mihajlov1-44/+40
2023-05-23Make the tappable area bigger for small buttonsMojgan2-19/+4
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov2-6/+6
2023-05-11Show registered device banner when user comes from logged out to logged inMojgan3-4/+4
2023-05-05Add notification controller into root containerAndrej Mihajlov1-0/+56
2023-04-26Change to directional layout marginsMojgan3-12/+11
2023-04-26Add in-app banner message for a new deviceMojgan3-2/+3
2023-04-20Add a dedicated account button on the main view and remove it from settingsJon Petersson3-83/+175
2023-04-19Shrink the device name when the content size of time left is biggerMojgan1-2/+5
2023-04-14Add device name and time left to headerMojgan2-3/+68
2023-04-04Drop header text in select location controllerAndrej Mihajlov1-24/+11
2023-03-22Add coordinators and app routerAndrej Mihajlov6-0/+1026