summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2019-12-05Adjust Login controller to the new Account facilitiesAndrej Mihajlov2-28/+16
2019-12-05Wire up AppDelegate with TunnelManagerAndrej Mihajlov3-15/+44
2019-12-05Wire up Account with TunnelManagerAndrej Mihajlov5-329/+87
2019-12-05Add NEVPNStatus+DebugAndrej Mihajlov1-0/+33
2019-12-05Add TunnelManagerAndrej Mihajlov1-0/+683
2019-12-04Add naive relay selectorAndrej Mihajlov6-0/+365
2019-12-04Remove unused codeAndrej Mihajlov1-46/+0
2019-12-04Migrate to RelayList v3Andrej Mihajlov1-19/+51
2019-12-04Rewrite MullvadAPI using CombineAndrej Mihajlov1-42/+122
2019-12-04Add MutuallyExclusive publisherAndrej Mihajlov1-0/+58
2019-12-04Migrate RelayCache to CombineAndrej Mihajlov1-123/+145
2019-12-03Add PacketTunnel IPCAndrej Mihajlov2-0/+171
2019-12-03Add tunnel configurationAndrej Mihajlov6-0/+490
2019-12-02Update wireguard-go for iOSAndrej Mihajlov6-490/+43
2019-12-02Add iOS iconAndrej Mihajlov19-1/+1
2019-09-23Add RelayCacheAndrej Mihajlov5-36/+337
2019-09-09Adjust header alpha on iOSLinus Färnstrand1-1/+1
2019-09-05Update red to 227, 64, 57 / #E34039Linus Färnstrand2-2/+2
2019-08-16Add wireguard related API methodsAndrej Mihajlov8-31/+305
2019-08-16Add ProcedureKit to PacketTunnel targetAndrej Mihajlov2-3/+9
2019-08-13Make sure that the new observer is registered in the observers array before ↵Andrej Mihajlov1-3/+5
calling makePeriodicUpdateProcedure
2019-06-14Add lib-wg.go to products and link PacketTunnel with itAndrej Mihajlov2-2/+86
2019-06-14Add bridging header to MullvadVPN targetAndrej Mihajlov2-0/+31
2019-06-14Add bridging header for packet tunnelAndrej Mihajlov2-0/+33
2019-06-14Add dependencies to PacketTunnelAndrej Mihajlov1-0/+13
2019-06-14Add wireguard bridge targetAndrej Mihajlov1-0/+55
2019-06-14Add wireguard bridgeAndrej Mihajlov8-0/+828
https://github.com/WireGuard/wireguard-ios/tree/master/wireguard-go-bridge
2019-05-29Trim whitespaceAndrej Mihajlov1-4/+4
2019-05-29Fix the header bar marginAndrej Mihajlov2-6/+3
2019-05-29Add account expiry refreshAndrej Mihajlov7-11/+234
2019-05-28Add account viewAndrej Mihajlov34-357/+1221
2019-05-22Remove default case in favor of listing all of the cases manuallyAndrej Mihajlov1-2/+2
2019-05-22Disable the settings button on successful loginAndrej Mihajlov2-7/+18
2019-05-22Update title labelAndrej Mihajlov2-6/+25
2019-05-22Add account input validationAndrej Mihajlov2-1/+12
2019-05-22Scope colors into UIColor sub-structsAndrej Mihajlov4-14/+17
2019-05-22Show login errorsAndrej Mihajlov8-40/+320
2019-05-17Implement account verification and loginAndrej Mihajlov11-41/+551
2019-05-17Unpack the JSON RPC errorsAndrej Mihajlov1-7/+9
2019-05-17Add CocoaPods and ProcedureKitAndrej Mihajlov6-0/+166
2019-05-14Switch deployment target to iOS 12Andrej Mihajlov1-2/+2
2019-05-14Add SelectLocation controllerAndrej Mihajlov24-110/+1004
2019-05-14Add Optional.unwrapAndrej Mihajlov1-0/+23
2019-05-14Add RelayList typesAndrej Mihajlov1-0/+35
2019-05-14Add JsonRpc helpersAndrej Mihajlov1-0/+70
2019-03-27Bootstrap iOS appAndrej Mihajlov133-0/+2513