summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Login
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Update strings for translationmojganii2-4/+4
2025-10-08Do not override ip on certain obfuscationsJon Petersson1-1/+1
2025-09-30Apply new swift format rules to codebaseSteffen4-12/+14
2025-09-18Adjust strings based on other platformsmojganii1-6/+8
2025-09-02Fix setting of font attribute for account history buttonAndrew Bulhak1-1/+1
2025-08-28Add confirmation dialogs when removing saved account numberSteffen3-4/+81
2025-08-18Fix dynamic size issuemojganii1-2/+0
2025-08-08Extract strings to translatemojganii3-90/+15
2025-08-04Fix some ui elements to prepare for localizationmojganii1-0/+1
2025-06-23Enable more use of dynamic fontsBug Magnet2-9/+10
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-2/+2
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak1-4/+0
2025-02-04Update copyright string in switft filesOskar5-5/+5
2025-01-20Revisit main actor isolation in the UI ProcessBug Magnet1-2/+2
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet2-5/+7
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak3-5/+5
2024-10-17Refactor buttons to use UIButton.Configurationmojganii1-10/+16
2024-09-18Bump minimum target deployment to 15.0mojganii1-4/+2
2024-08-28Add UI for DAITA in VPN settingsmojganii2-11/+3
2024-06-24Remove all complexity to do with iPad UIJon Petersson1-19/+1
2024-05-13Add iOS test making sure app functioning when API is downNiklas Berglund1-0/+11
2024-03-11Add account creation and deletion testsNiklas Berglund1-0/+1
2024-02-20Fix welcome screen not shown on account creationJon Petersson1-1/+4
2024-02-06Whitespace fixesAndrew Bulhak1-1/+0
2024-02-06Refactor TunnelManager account setting methods replacing callbacks with asyncAndrew Bulhak2-20/+15
2024-01-16Added iOS login testsNiklas Berglund2-0/+2
2023-12-20Export identifiers for accessibility elementsJon Petersson2-2/+2
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