summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Add localization commentAndrej Mihajlov1-1/+1
2020-09-03Remove storyboards from projectAndrej Mihajlov2-3/+15
2020-09-03BasicTableViewCell already creates background viewsAndrej Mihajlov1-2/+0
2020-09-03Move SettingsViewController to XIBAndrej Mihajlov11-261/+111
2020-09-03Move ConnectViewController to XIBAndrej Mihajlov4-125/+134
2020-09-03Rename SelectLocationController to SelectLocationViewControllerAndrej Mihajlov4-11/+10
2020-09-03Move LoginViewController to XIBAndrej Mihajlov6-215/+214
2020-09-03Move ConsentViewController to XIBAndrej Mihajlov4-144/+161
2020-09-03Delegate view controller managementAndrej Mihajlov5-33/+83
2020-09-03RootContainer: add popToRootViewControllerAndrej Mihajlov1-0/+6
2020-09-03Move AccountViewController to XIBAndrej Mihajlov5-244/+257
2020-09-03SettingsController: add navigation route to wireguard keysAndrej Mihajlov1-3/+7
2020-09-03Move WireguardKeysViewController to XIBAndrej Mihajlov5-241/+264
2020-09-03Undo the change that prevents the account view from appearing when account ha...Andrej Mihajlov1-1/+1
2020-09-02Always call the completion handlerAndrej Mihajlov1-12/+12
2020-09-02Prevent wrapping KVO in stateLock as it may cause a deadlock in property acce...Andrej Mihajlov1-16/+29
2020-09-02Pass queue for completion callbacksAndrej Mihajlov3-26/+55
2020-09-02When disconnecting, make the UI appear as if the tunnel is already disconnectedAndrej Mihajlov1-2/+2
2020-09-02AppDelegate: forward packet tunnel logs and print them to stdout in DEBUGAndrej Mihajlov2-10/+28
2020-09-01REST: Percent encode public keysAndrej Mihajlov1-1/+4
2020-08-28Enable autoscroll on scroll to bottomAndrej Mihajlov1-0/+7
2020-08-19Wrap IPC response in container type to fix JSON encoding issue of primitive t...Andrej Mihajlov2-7/+12
2020-08-19Remove blur backgroundAndrej Mihajlov4-157/+56
2020-08-18Parse logs and shorten UI outputAndrej Mihajlov3-12/+178
2020-08-18Add milliseconds to the log outputAndrej Mihajlov1-13/+10
2020-08-18Watch file renames in the log streamerAndrej Mihajlov2-8/+48
2020-08-18Conditionally compile classes used in DEBUG onlyAndrej Mihajlov3-44/+65
2020-08-18Add log streamer controllerAndrej Mihajlov4-5/+190
2020-08-18Add consolidated log streamerAndrej Mihajlov2-2/+86
2020-08-18Add text file streamerAndrej Mihajlov1-0/+117
2020-08-17Fix header view layout insetsAndrej Mihajlov3-94/+48
2020-08-13Add SwiftLogAndrej Mihajlov18-77/+351
2020-08-13Fix Swift compiler segfault in release buildAndrej Mihajlov1-1/+1
2020-07-30Use observer to adjust the title labelAndrej Mihajlov2-8/+15
2020-07-30Make completion handler optionalAndrej Mihajlov2-5/+7
2020-07-30Update corner mask based on the contained AppButtonAndrej Mihajlov1-0/+28
2020-07-30Add DisconnectSplitButtonAndrej Mihajlov2-0/+153
2020-07-30Add method to reconnect the tunnelAndrej Mihajlov1-0/+22
2020-07-30Add split button stylesAndrej Mihajlov1-5/+24
2020-07-30Preserve vector for IconReloadAndrej Mihajlov1-0/+4
2020-07-30Regenerate graphical assetsAndrej Mihajlov6-13/+13
2020-07-30Add split button assetsAndrej Mihajlov4-0/+52
2020-07-30Get rid of Bundle+MullvadVersion since all versions shipped via TestFlight ar...Andrej Mihajlov2-25/+2
2020-07-30Revamp Connect controller buttonsAndrej Mihajlov10-392/+244
2020-07-23Remove DisplayChainedError for AppStoreReceipt.ErrorAndrej Mihajlov1-16/+0
2020-07-23Refactor IAP error messagesAndrej Mihajlov1-1/+8
2020-07-23Fix default row animationAndrej Mihajlov1-1/+1
2020-07-23Align disabled cells style with the desktop appAndrej Mihajlov2-21/+8
2020-07-23Bump the collapse button width to account for scrollbarAndrej Mihajlov1-1/+1
2020-07-23Drop zPosition as it's been messing up with table viewAndrej Mihajlov1-14/+0