summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Show selected locationAndrej Mihajlov3-90/+233
2019-12-10Commit new project fileAndrej Mihajlov4-161/+370
2019-12-10Add methods to refresh header bar appearanceAndrej Mihajlov1-10/+11
2019-12-10Filter attempts to unwind to exactly the same controllerAndrej Mihajlov1-0/+3
2019-12-10Update StoryboardAndrej Mihajlov2-91/+309
2019-12-10Update colorsAndrej Mihajlov1-11/+23
2019-12-10Add TunnelControlViewControllerAndrej Mihajlov1-0/+96
2019-12-10Update title colors on custom buttonsAndrej Mihajlov1-1/+3
2019-12-10Wireup Connect controller with the tunnel managerAndrej Mihajlov1-3/+135
2019-12-10Remove CocoaPodsAndrej Mihajlov3-92/+0
2019-12-09Add packet tunnel implementationAndrej Mihajlov15-21/+1001
2019-12-06Adjust settings cell margins and fix disclosure tint colorAndrej Mihajlov2-8/+26
2019-12-06Add version suffix and display it under SettingsAndrej Mihajlov3-4/+33
2019-12-05Wire up Settings with the new Account facilitiesAndrej Mihajlov1-13/+2
2019-12-05Remove Optional+UnwrapAndrej Mihajlov1-23/+0
2019-12-05Remove WeakBoxAndrej Mihajlov1-17/+0
2019-12-05Use enum for SegueIdentifierAndrej Mihajlov1-3/+3
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 c...Andrej Mihajlov1-3/+5
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
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