index
:
wireguard-apple
am/codable-key
am/develop
am/enable-include-all-networks
am/ignore-set-network-settings-error-when-offline
am/ignore-set-network-settings-error-when-offline-alternative
am/reasserting-opt-out
am/wgkit-types-subtarget
an/shortcuts-integration
master
iOS and macOS apps for WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WireGuard
/
WireGuard
/
UI
/
iOS
/
TunnelList
/
TunnelsListTableViewController.swift
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
Reorganized project structure
Eric Kuck
1
-307
/
+0
2018-12-14
Most similar views now shared between ViewControllers
Eric Kuck
1
-7
/
+9
2018-12-13
Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)
Eric Kuck
1
-214
/
+66
2018-12-13
TunnelsManager: Report activation errors through the activationDelegate
Roopesh Chander
1
-9
/
+1
2018-12-12
More formatting nits and cyclomatic complexity fixes
Eric Kuck
1
-1
/
+1
2018-12-12
More linter warnings fixed, enabled more swiftlint rules, project cleanup
Eric Kuck
1
-23
/
+22
2018-12-12
Tons more swiftlint warnings fixed. Still a few remaining.
Eric Kuck
1
-11
/
+11
2018-12-12
Added swiftlint and fixed all errors (and a bunch, but not all, warnings)
Eric Kuck
1
-5
/
+5
2018-12-12
Zip importing: importFromFile should take a completionHandler
Roopesh Chander
1
-5
/
+10
2018-12-11
Remove the feature of waiting for another tunnel to deactivate
Roopesh Chander
1
-1
/
+1
2018-12-11
Allow turning off the status switch of a waiting tunnel
Roopesh Chander
1
-1
/
+1
2018-12-10
Tunnels list: Fix AutoLayout error during deletion of a tunnel
Roopesh Chander
1
-2
/
+6
2018-12-09
Tunnels list: Dynamic Type support for the add button at the center
Roopesh Chander
1
-0
/
+2
2018-12-09
Tunnels list: Dynamic Type support for the table view
Roopesh Chander
1
-6
/
+12
2018-12-07
State restoration: Restore tunnel detail view
Roopesh Chander
1
-0
/
+4
2018-12-07
Tunnels list: Deselect rows correctly
Roopesh Chander
1
-1
/
+7
2018-12-07
Error handling: Use ErrorPresenter.showErrorAlert() instead of per-VC showErrorAlert() methods
Roopesh Chander
1
-11
/
+6
2018-12-07
Error handling: Use WireGuardAppError and WireGuardResult throughout the app
Roopesh Chander
1
-2
/
+3
2018-12-07
Error handling: Cleanup Tunnels Manager errors
Roopesh Chander
1
-4
/
+4
2018-12-03
Refactor out VPN-handling stuff from tunnels list VC to the main VC
Roopesh Chander
1
-63
/
+49
2018-12-03
VPN: Error out when tunnel activation fails because there's no internet
Roopesh Chander
1
-0
/
+9
2018-11-15
Importing: Import from zip in a background thread
Roopesh Chander
1
-12
/
+10
2018-11-14
Importing: Refactor out zip importing into a separate class
Roopesh Chander
1
-43
/
+9
2018-11-12
Tunnels manager: Keep track of NETunnelProviderManager's isOnDemandEnabled property
Roopesh Chander
1
-2
/
+2
2018-11-10
TunnelsManager: startDeactivation() need not take a completion handler
Roopesh Chander
1
-3
/
+1
2018-11-09
VPN: Refresh tunnel statuses when app gets to the foreground
Roopesh Chander
1
-0
/
+10
2018-11-09
Remove unused code
Roopesh Chander
1
-20
/
+0
2018-11-09
NE: When there's an error starting the tunnel, show it to the user using displayMessage()
Roopesh Chander
1
-0
/
+1
2018-11-07
Importing: Also support importing public.text files in the file picker
Roopesh Chander
1
-1
/
+1
2018-11-07
iPad: Set correct sourceRect for the popover anchored on the central 'Add' button
Roopesh Chander
1
-0
/
+1
2018-11-06
Importing: simplify
Jason A. Donenfeld
1
-26
/
+15
2018-11-07
Importing: Assume imported files without .conf or .zip extensions to be a config file
Roopesh Chander
1
-5
/
+5
2018-11-06
Global: swiftlint autocorrect --format
Roopesh Chander
1
-3
/
+3
2018-11-06
Importing: Error out on file with unsupported file extension
Roopesh Chander
1
-1
/
+9
2018-11-05
global: convert to Swift 4.2
Jason A. Donenfeld
1
-3
/
+3
2018-11-03
Global: run through swiftlint
Jason A. Donenfeld
1
-19
/
+18
2018-11-03
Tunnels list: Fix status switch look after flipping it off after an error
Roopesh Chander
1
-4
/
+5
2018-11-03
Tunnels list: Should deselect the row when handling the selection
Roopesh Chander
1
-0
/
+1
2018-11-03
Tunnel list: Don't show the detail view after creating a config from scratch
Roopesh Chander
1
-16
/
+0
2018-11-03
Ensure that all tunnel names are trimmed of whitespaces
Roopesh Chander
1
-2
/
+3
2018-11-03
Tunnels list: Remove separator lines in the table view
Roopesh Chander
1
-0
/
+1
2018-11-03
Tunnels list: Show an 'Add' button when there are no tunnels
Roopesh Chander
1
-2
/
+65
2018-11-03
Tunnels list: Show a busy indicator before the tunnels are loaded
Roopesh Chander
1
-29
/
+55
2018-11-03
Tunnels list: The Add and Settings buttons should be no-ops until the tunnels are loaded
Roopesh Chander
1
-0
/
+2
2018-11-03
TunnelsManager: get rid of index management
Jason A. Donenfeld
1
-4
/
+4
2018-11-03
Import: rework addMultiple logic
Jason A. Donenfeld
1
-23
/
+33
2018-11-01
Global: OK over Ok
Jason A. Donenfeld
1
-1
/
+1
2018-11-01
Tunnels list: Swipe left to delete
Roopesh Chander
1
-0
/
+17
2018-11-01
Global: fix up strings
Jason A. Donenfeld
1
-16
/
+14
2018-11-01
Tunnel errors: Consolidate tunnel activation errors into ErrorPresenter
Roopesh Chander
1
-8
/
+4
[next]