summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Login
AgeCommit message (Expand)AuthorFilesLines
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-12suggest logout option when user enters account number instead of voucherMojgan2-0/+5
2023-09-08Fix Swiftlint warnings in LoginContentViewJon Petersson1-65/+24
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson2-0/+4
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet1-1/+1
2023-08-29fix some linting violationsMojgan1-82/+51
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-4/+5
2023-08-23implement in-app purchase in new account flowMojgan1-1/+4
2023-08-21Fix computed_accessors_order swiftlint violationBug Magnet1-6/+6
2023-08-03implement account deletionMojgan1-6/+30
2023-07-12Implement redeeming voucher on creation accountMojgan1-0/+8
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet3-14/+13
2023-06-08Format text based on group size via separatorMojgan3-244/+14
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov2-6/+6
2023-04-26Change to directional layout marginsMojgan1-4/+4
2023-04-13Prevent exotic characters to be input in the account text fieldBug Magnet1-2/+8
2023-04-12Fix formatting issuesAndrej Mihajlov1-2/+1
2023-03-27Fix many typosAlexander Seiler1-1/+1
2023-03-27Change all straight apostrophes to curly in textJon Petersson1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov6-0/+1633