summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2020-11-02Bump 2020.5-b1Andrej Mihajlov1-8/+8
2020-10-27Fix regression where "Internal error" was displayed instead of server error ↵Andrej Mihajlov4-7/+35
(i.e too many WireGuard keys)
2020-09-15Use UInt32 constantsAndrej Mihajlov1-1/+1
2020-09-15Remove never unused optionsAndrej Mihajlov1-8/+2
2020-09-15Move AnyIPEndpoint to a separate file & implement CustomStringConvertible on ↵Andrej Mihajlov5-74/+76
IPEndpoint<T>
2020-09-15Update copyright notice in PacketTunnelSettingsGenerator.swiftAndrej Mihajlov1-0/+1
2020-09-11Edit changelog and add iOS 2020.4 release headerLinus Färnstrand1-4/+10
2020-09-10Screenshots: stop taking a screenshot of Login screenAndrej Mihajlov1-1/+0
2020-09-10Snapfile: clean up device status barAndrej Mihajlov2-37/+4
2020-09-10Update snapshot 2.158.0Andrej Mihajlov3-88/+66
2020-09-10Add missing button identifiersAndrej Mihajlov6-7/+13
2020-09-09Refactor DNS64 resolution codeAndrej Mihajlov3-40/+68
2020-09-09Add missing copyright noticesAndrej Mihajlov2-0/+2
2020-09-08Rename IpAddress+Codable.swift to IPAddress+Codable.swiftAndrej Mihajlov2-9/+9
Aligns the naming convention with other files.
2020-09-08Improve IPAddressRange and add testsAndrej Mihajlov3-35/+136
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 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