summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/LoginViewController.swift
AgeCommit message (Expand)AuthorFilesLines
2021-09-16REST: refactorAndrej Mihajlov1-2/+2
2021-07-21Localize LoginAndrej Mihajlov1-14/+58
2021-06-21Login: add login buttonAndrej Mihajlov1-17/+20
2021-05-27Add missing accessibility identifiersAndrej Mihajlov1-1/+4
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov1-1/+1
2021-05-12HeaderBar: add dividerAndrej Mihajlov1-2/+2
2021-05-04Login: set inputAccessoryView only on iPhoneAndrej Mihajlov1-12/+15
2021-04-29Login: make sure the keyboard can be dismissed in formSheet presentationAndrej Mihajlov1-0/+5
2021-04-12LoginViewController: add delegateAndrej Mihajlov1-27/+32
2021-03-23Extract LoginContentViewAndrej Mihajlov1-102/+55
2021-02-24Implement problem report UI and log consolidationAndrej Mihajlov1-3/+3
2020-10-27Fix regression where "Internal error" was displayed instead of server error (...Andrej Mihajlov1-2/+24
2020-09-03Move LoginViewController to XIBAndrej Mihajlov1-2/+7
2020-09-03Delegate view controller managementAndrej Mihajlov1-6/+8
2020-08-13Add SwiftLogAndrej Mihajlov1-3/+5
2020-07-30Revamp Connect controller buttonsAndrej Mihajlov1-2/+2
2020-07-22Adopt MullvadRest in LoginViewControllerAndrej Mihajlov1-2/+2
2020-07-15Clean up unused codeAndrej Mihajlov1-1/+0
2020-07-15Uncombine tunnel managementAndrej Mihajlov1-28/+43
2020-04-13Add account token text input formattingAndrej Mihajlov1-15/+7
2020-04-02Update keyboard toolbar after resetting the account token fieldAndrej Mihajlov1-0/+1
2020-04-01Show account view when the app starts or when user logs in with expired accountAndrej Mihajlov1-1/+4
2020-04-01Update login status messages when logging in with the new accountAndrej Mihajlov1-10/+20
2020-04-01Do not automatically pull the keyboard since it occludes the "Create account"...Andrej Mihajlov1-6/+0
2020-04-01Add ability to log in using the newly created account tokenAndrej Mihajlov1-1/+21
2020-02-26Automatically pull keyboard in Login controllerAndrej Mihajlov1-0/+6
2020-02-26Add prefersHeaderBarHidden to RootContainment protocolAndrej Mihajlov1-0/+4
2020-02-26Hide create account footerAndrej Mihajlov1-3/+1
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand1-1/+1
2020-02-04Fix placeholder color so it remains the same in dark modeAndrej Mihajlov1-0/+3
2020-01-08Rework spinner interface and expose thickness via IBAndrej Mihajlov1-2/+2
2020-01-08Display error failure reason on Login viewAndrej Mihajlov1-5/+1
2020-01-08Remove tableName from localizationAndrej Mihajlov1-7/+7
2019-12-05Adjust Login controller to the new Account facilitiesAndrej Mihajlov1-27/+15
2019-05-28Add account viewAndrej Mihajlov1-17/+14
2019-05-22Remove default case in favor of listing all of the cases manuallyAndrej Mihajlov1-2/+2
2019-05-22Disable the settings button on successful loginAndrej Mihajlov1-3/+14
2019-05-22Update title labelAndrej Mihajlov1-2/+20
2019-05-22Add account input validationAndrej Mihajlov1-1/+9
2019-05-22Show login errorsAndrej Mihajlov1-21/+157
2019-05-17Implement account verification and loginAndrej Mihajlov1-3/+52
2019-05-14Add SelectLocation controllerAndrej Mihajlov1-20/+20
2019-03-27Bootstrap iOS appAndrej Mihajlov1-0/+87