summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers/Root
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak1-4/+4
2024-10-02Fix filters in LocationCoordinatorBug Magnet1-34/+0
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-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-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 Magnet1-17/+13
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 Mihajlov1-5/+5
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 marginsMojgan2-8/+7
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-03-22Add coordinators and app routerAndrej Mihajlov3-0/+825