summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2020-10-27Fix regression where "Internal error" was displayed instead of server error (...Andrej Mihajlov3-6/+31
2020-09-15Remove never unused optionsAndrej Mihajlov1-8/+2
2020-09-15Move AnyIPEndpoint to a separate file & implement CustomStringConvertible on ...Andrej Mihajlov1-41/+7
2020-09-10Add missing button identifiersAndrej Mihajlov5-4/+10
2020-09-09Add missing copyright noticesAndrej Mihajlov1-0/+1
2020-09-08Rename IpAddress+Codable.swift to IPAddress+Codable.swiftAndrej Mihajlov1-1/+1
2020-09-08Improve IPAddressRange and add testsAndrej Mihajlov1-35/+78
2020-09-08Add missing copyright noticeAndrej Mihajlov1-0/+1
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