summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/CreationAccount
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Update strings for translationmojganii1-1/+1
2025-09-30Apply more swift format changesSteffen2-36/+44
2025-09-30Apply new swift format rules to codebaseSteffen2-15/+22
2025-09-24Fix margins in scrollable out-of-time and welcome viewsAndrew Bulhak2-19/+60
2025-09-18Adjust strings based on other platformsmojganii2-14/+12
2025-08-08Extract strings to translatemojganii2-48/+12
2025-08-04Fix some ui elements to prepare for localizationmojganii1-0/+1
2025-06-23Enable more use of dynamic fontsBug Magnet1-5/+7
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-1/+1
2025-03-06Make account number in welcome view copyableJon Petersson2-3/+65
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak2-8/+0
2025-02-17Remove voucher from welcome and out of timeSteffen Ernst3-54/+1
2025-02-17Use overlaying spinner for in app purchaseSteffen Ernst2-37/+1
2025-02-04Update copyright string in switft filesOskar6-6/+6
2025-01-20Simplify code to create purchase action sheetSteffen Ernst1-2/+2
2025-01-20Apply code review suggestions to 90 day paymentSteffen Ernst3-10/+1
2025-01-20Make 90 day payment code compile with swift 6 compilerSteffen Ernst2-14/+16
2025-01-20Format 90 day payment codeSteffen Ernst1-3/+11
2025-01-20Add 90 day payment option to our of time viewSteffen Ernst1-12/+0
2025-01-20Add 90 day payment to welcome and account viewSteffen Ernst3-33/+45
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet5-9/+9
2024-12-10Replace circular .description definition with .asStringAndrew Bulhak2-5/+5
2024-12-10Remove String conformance of AccessibilityIdentifierAndrew Bulhak2-7/+7
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak2-7/+7
2024-07-10Fix inconsistent spacing between paragraphsJon Petersson1-8/+11
2024-03-11Add account creation and deletion testsNiklas Berglund1-0/+2
2023-12-20Export identifiers for accessibility elementsJon Petersson2-20/+12
2023-10-20Prevent user from navigation while requesting in-app purchaseJon Petersson1-0/+1
2023-10-19remove voucher redemption on productionMojgan1-0/+2
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-2/+6
2023-08-23implement in-app purchase in new account flowMojgan5-43/+187
2023-08-16Ensure the app fetches account data whenever it enters the new account flow viewJon Petersson2-1/+64
2023-08-10Remove iOS 13 codeAndrej Mihajlov1-3/+1
2023-07-12Use lowercase named enums, fix commentsBug Magnet1-5/+5
2023-07-12Implement redeeming voucher on creation accountMojgan5-0/+552