summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers
AgeCommit message (Expand)AuthorFilesLines
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