aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/AppDelegate.swift (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-30XCode: fall back to default settingsJason A. Donenfeld2-35/+16
2018-10-30ZIP: fix linter warningsJason A. Donenfeld2-2/+2
2018-10-30VPN: Better error messagesRoopesh Chander3-5/+27
2018-10-29VPN: Specify an error when there are no peers with an endpointRoopesh Chander1-0/+5
2018-10-29Export: Exporting config filesRoopesh Chander5-2/+138
2018-10-29mv Parsing/ ConfigFile/Roopesh Chander2-3/+3
2018-10-29Settings: Add a settings panelRoopesh Chander3-0/+161
2018-10-29Model: Cap networkPrefixLengths to valid valuesRoopesh Chander1-1/+7
2018-10-29Tunnel edit: Support for exclude private IPsRoopesh Chander1-5/+60
2018-10-29Tunnel view model: Support for exclude private IPsRoopesh Chander1-0/+70
2018-10-29Tunnel edit: Fix keyboard type for reused cellsRoopesh Chander1-0/+1
2018-10-29Tunnel detail: Assume there's just one section per peerRoopesh Chander1-24/+17
2018-10-29Tunnel edit: Assume there's just one section per peerRoopesh Chander1-30/+19
2018-10-29Tunnel edit: Set correct keyboard typesRoopesh Chander1-0/+19
2018-10-29VPN: If we don't have to make a DNS request, we shouldn't enter that statusRoopesh Chander2-13/+43
2018-10-29VPN: Cache DNS resolutions while the app is in memoryRoopesh Chander1-6/+22
2018-10-29VPN: Reload the tunnel before starting it upRoopesh Chander1-9/+12
2018-10-29Tunnel list, detail: Deletion of tunnelsRoopesh Chander2-2/+31
2018-10-29VPN: Fix deletion of tunnelsRoopesh Chander1-1/+3
2018-10-29Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2-0/+4
2018-10-29Tunnel edit: Set correct title when editingRoopesh Chander1-1/+1
2018-10-29Tunnel detail: Change title after editing completesRoopesh Chander1-0/+1
2018-10-29Tunnel detail: Copying the public keyRoopesh Chander1-1/+1
2018-10-29Tunnel editing: Fix cell class namesRoopesh Chander1-16/+16
2018-10-29Import: Use the refactored function for Open-inRoopesh Chander1-1/+1
2018-10-29Import: Minor refactoringRoopesh Chander1-41/+46
2018-10-29Import: Show errors when importing failsRoopesh Chander1-0/+8
2018-10-29Import config: Directly add config, don't open up the editorRoopesh Chander1-1/+9
2018-10-29Zip: Import configs from zip filesRoopesh Chander3-25/+29
2018-10-29Zip: Add zip file readerRoopesh Chander2-0/+84
2018-10-29Zip: Include minizip in our Xcode projectRoopesh Chander2-0/+44
2018-10-29Zip: Add code from the minizip projectRoopesh Chander7-0/+5460
2018-10-28QR code: Save the scanned tunnelRoopesh Chander1-1/+6
2018-10-28QR code: Ask for title when scanning a QR codeJeroen Leenarts1-2/+14
2018-10-28QR code: Minor refactoringRoopesh Chander1-5/+5
2018-10-28QR code: Support some form of rotation.Jeroen Leenarts1-0/+32
2018-10-28QR code: Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts1-1/+1
2018-10-28QR code: Integrate Eric's QR code scannerRoopesh Chander3-14/+36
2018-10-28Info.plist: Indicate that the app shall use the cameraRoopesh Chander1-0/+2
2018-10-28Tunnels list: Need to pass in a name to the parserRoopesh Chander1-1/+1
2018-10-28Revert "Parser: Interface name can be added after parsing"Roopesh Chander1-2/+4