summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)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 Mihajlov12-273/+111
2020-09-03Move ConnectViewController to XIBAndrej Mihajlov5-125/+138
2020-09-03Rename SelectLocationController to SelectLocationViewControllerAndrej Mihajlov5-15/+14
2020-09-03Move LoginViewController to XIBAndrej Mihajlov7-219/+218
2020-09-03Move ConsentViewController to XIBAndrej Mihajlov5-144/+165
2020-09-03Delegate view controller managementAndrej Mihajlov5-33/+83
2020-09-03RootContainer: add popToRootViewControllerAndrej Mihajlov1-0/+6
2020-09-03Move AccountViewController to XIBAndrej Mihajlov6-244/+261
2020-09-03SettingsController: add navigation route to wireguard keysAndrej Mihajlov1-3/+7
2020-09-03Move WireguardKeysViewController to XIBAndrej Mihajlov6-242/+269
2020-09-03Bump iOS version (2020.4, build 3)ios/2020.4Andrej Mihajlov1-4/+4
2020-09-03Undo the change that prevents the account view from appearing when account ↵Andrej Mihajlov1-1/+1
has insufficient funds
2020-09-03Remove dup() callAndrej Mihajlov1-19/+1
2020-09-03Update wireguard-go-bridgeAndrej Mihajlov1-2/+11
https://git.zx2c4.com/wireguard-apple/commit/?id=737f847c0db36429f7136fb514409c22e13a70ee
2020-09-02Bump iOS version (2020.4, build 2)Andrej Mihajlov1-4/+4
2020-09-02Always call the completion handlerAndrej Mihajlov1-12/+12
2020-09-02Make sure to call the system completionHandler after the stop operation is ↵Andrej Mihajlov1-2/+4
fully finished On iOS 13.4 the tunnel process is terminated when the completion handler is called. Postponing the call until we clear out the operation queue lets PacketTunnel deallocate before the process exits
2020-09-02Prevent wrapping KVO in stateLock as it may cause a deadlock in property ↵Andrej Mihajlov1-16/+29
accessors
2020-09-02Change logging queue priority from background to utilityAndrej Mihajlov1-1/+1
2020-09-02Pass queue for completion callbacksAndrej Mihajlov6-88/+134
2020-09-02When disconnecting, make the UI appear as if the tunnel is already disconnectedAndrej Mihajlov1-2/+2
2020-09-02Add PacketTunnelState and rework tunnelAndrej Mihajlov2-153/+268
2020-09-02AppDelegate: forward packet tunnel logs and print them to stdout in DEBUGAndrej Mihajlov2-10/+28
2020-09-02Use work queue in network monitorAndrej Mihajlov1-44/+37
2020-09-01REST: Percent encode public keysAndrej Mihajlov1-1/+4
2020-08-28Turn off WireGuard when no active network interfaces available.Andrej Mihajlov2-32/+122
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 ↵Andrej Mihajlov3-8/+13
types without top level container
2020-08-19Remove blur backgroundAndrej Mihajlov5-161/+56
2020-08-18Parse logs and shorten UI outputAndrej Mihajlov4-12/+182
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 Mihajlov4-46/+71
2020-08-18Trim newline character from WireGuard logsAndrej Mihajlov1-1/+2
2020-08-18Add log streamer controllerAndrej Mihajlov5-6/+195
2020-08-18Add consolidated log streamerAndrej Mihajlov3-2/+90
2020-08-18Add text file streamerAndrej Mihajlov2-0/+121
2020-08-17Fix header view layout insetsAndrej Mihajlov4-98/+48
2020-08-13Add SwiftLogAndrej Mihajlov26-166/+478
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 CHANGELOGAndrej Mihajlov1-0/+1
2020-07-30Update corner mask based on the contained AppButtonAndrej Mihajlov1-0/+28
2020-07-30Add DisconnectSplitButtonAndrej Mihajlov3-0/+161
2020-07-30Add method to reconnect the tunnelAndrej Mihajlov1-0/+22
2020-07-30Add split button stylesAndrej Mihajlov1-5/+24