summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Base.lproj
AgeCommit message (Expand)AuthorFilesLines
2021-05-27LaunchScreen: disable localizationAndrej Mihajlov1-32/+0
2021-05-27Remove unused Main.storyboardAndrej Mihajlov1-33/+0
2020-09-03Move SettingsViewController to XIBAndrej Mihajlov1-183/+0
2020-09-03Move ConnectViewController to XIBAndrej Mihajlov1-116/+14
2020-09-03Move LoginViewController to XIBAndrej Mihajlov1-177/+2
2020-09-03Move ConsentViewController to XIBAndrej Mihajlov1-141/+14
2020-09-03Move AccountViewController to XIBAndrej Mihajlov1-229/+18
2020-09-03Move WireguardKeysViewController to XIBAndrej Mihajlov1-237/+0
2020-08-18Add log streamer controllerAndrej Mihajlov1-5/+31
2020-07-30Revamp Connect controller buttonsAndrej Mihajlov1-247/+26
2020-07-23Move SelectLocationController from Storyboard into codeAndrej Mihajlov1-110/+0
2020-07-22Prefetch relays before showing the SelectLocationControllerAndrej Mihajlov1-35/+15
2020-07-15Fix separator color in Settings on iOS 12Andrej Mihajlov1-1/+1
2020-07-15Remove the use of Combine in SelectLocationControllerAndrej Mihajlov1-26/+18
2020-07-15Uncombine tunnel managementAndrej Mihajlov1-3/+3
2020-07-07Move root controller out of StoryboardAndrej Mihajlov1-78/+4
2020-04-13Add account token text input formattingAndrej Mihajlov1-15/+12
2020-04-01Show account view when the app starts or when user logs in with expired accountAndrej Mihajlov1-8/+8
2020-04-01Add ability to log in using the newly created account tokenAndrej Mihajlov1-21/+25
2020-04-01Convert to using vector PDF vs. rasterAndrej Mihajlov1-14/+17
2020-04-01Take a screenshot of "Select location" controllerAndrej Mihajlov1-30/+32
2020-03-30Add in-app purchases UIAndrej Mihajlov1-27/+93
2020-03-17Copy public key to clipboard on tapAndrej Mihajlov1-25/+30
2020-02-26Skip consent screen when taking screenshotsAndrej Mihajlov1-0/+1
2020-02-26Xcode's voodoo magic with StoryboardsAndrej Mihajlov1-22/+22
2020-02-26Reverse the storyboard experimentAndrej Mihajlov1-3/+2
2020-02-26Update copyAndrej Mihajlov1-11/+11
2020-02-26Fix storyboardAndrej Mihajlov1-16/+8
2020-02-26Add consent view controller and rework app buttonAndrej Mihajlov1-34/+169
2020-02-26Rename Paid until -> Active untilAndrej Mihajlov1-1/+1
2020-02-26Delete "manage keys" buttonAndrej Mihajlov1-33/+21
2020-02-26Hide create account footerAndrej Mihajlov1-1/+1
2020-02-26Remove buy buttonAndrej Mihajlov1-45/+18
2020-02-18Show relay location and connection infoAndrej Mihajlov1-24/+57
2020-02-11Add screenshot script and simulated tunnelsAndrej Mihajlov1-16/+26
2020-01-10Add function to copy account token to pasteboardAndrej Mihajlov1-14/+19
2020-01-10Implement data source using UITableViewDiffableDataSourceAndrej Mihajlov1-1/+0
2020-01-08Add Wireguard keys management viewAndrej Mihajlov1-19/+286
2020-01-08Enable multiline support on failure label on Login viewAndrej Mihajlov1-2/+2
2020-01-03Formalize color paletteAndrej Mihajlov2-18/+35
2019-12-10Update StoryboardAndrej Mihajlov1-91/+304
2019-12-05Wire up AppDelegate with TunnelManagerAndrej Mihajlov1-6/+19
2019-09-09Adjust header alpha on iOSLinus Färnstrand1-1/+1
2019-05-29Fix the header bar marginAndrej Mihajlov1-3/+3
2019-05-29Add account expiry refreshAndrej Mihajlov1-5/+9
2019-05-28Add account viewAndrej Mihajlov1-144/+334
2019-05-22Disable the settings button on successful loginAndrej Mihajlov1-4/+4
2019-05-22Update title labelAndrej Mihajlov1-4/+5
2019-05-22Add account input validationAndrej Mihajlov1-0/+3
2019-05-22Show login errorsAndrej Mihajlov1-0/+17