index
:
wireguard-apple
am/codable-ipaddress-range
am/codable-key
am/default-path
am/develop
am/fix-addrinfo-crash
am/ignore-set-network-settings-error-when-offline
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
/
ViewController
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iOS: Consolidate all showConfirmationAlert()s into one place
Roopesh Chander
2019-03-18
3
-47
/
+8
*
iOS: Tunnels list: Ability to remove multiple tunnels at a time
Roopesh Chander
2019-03-18
1
-4
/
+132
*
iOS: Tunnel edit: Add missing enum values
Roopesh Chander
2019-03-18
1
-0
/
+2
*
on-demand: View model should account for isActivateOnDemandEnabled
Roopesh Chander
2019-03-18
2
-4
/
+4
*
on-demand: iOS: Disable selection in SSID detail table view
Roopesh Chander
2019-03-18
1
-0
/
+1
*
on-demand: iOS: Only n SSIDs / Except m SSIDs
Roopesh Chander
2019-03-18
2
-2
/
+2
*
on-demand: iOS: Show list of SSIDs in a separate screen
Roopesh Chander
2019-03-18
2
-6
/
+84
*
on-demand: iOS: SSIDs view: Always show the selected SSIDs section
Roopesh Chander
2019-03-18
1
-23
/
+25
*
on-demand: Remove ActivateOnDemandSetting type
Roopesh Chander
2019-03-18
2
-7
/
+7
*
on-demand: iOS: Update on-demand info shown in tunnel edit view
Roopesh Chander
2019-03-18
1
-3
/
+10
*
on-demand: iOS: Tunnel detail: Show SSID info
Roopesh Chander
2019-03-18
2
-8
/
+37
*
on-demand: iOS: Add ability to add current SSID
Roopesh Chander
2019-03-18
1
-5
/
+71
*
on-demand: iOS: Support for SSIDs
Roopesh Chander
2019-03-18
2
-41
/
+267
*
on-demand: Infrastructure for supporting SSID-based rules
Roopesh Chander
2019-03-18
1
-2
/
+2
*
on-demand: Simplify OS-specific code for interface type selection
Roopesh Chander
2019-03-18
1
-3
/
+3
*
ringlogger: support mpsc for singlefile
Jason A. Donenfeld
2019-03-17
1
-6
/
+1
*
Importing: macOS: Support importing of multiple files at a time
Roopesh Chander
2019-02-25
1
-3
/
+1
*
iOS: On changing DNS, update AllowedIPs with the current DNS servers
Roopesh Chander
2019-02-21
1
-2
/
+12
*
Preshared key field in the detail view should just say 'enabled'
Roopesh Chander
2019-02-12
1
-0
/
+2
*
iOS: Rewrite applying runtime configuration
Roopesh Chander
2019-02-10
1
-32
/
+51
*
Global: fix swiftlint issues
Jason A. Donenfeld
2019-02-08
2
-6
/
+13
*
Key: Constant time encoding
Jason A. Donenfeld
2019-02-08
1
-1
/
+1
*
iOS: Tunnel detail: Turn off animation when showing fields changing
Roopesh Chander
2019-02-08
1
-1
/
+1
*
PrivateDataConfirmation: prompt with touch/face/pin/password ID for viewing/exporting keys
Jason A. Donenfeld
2019-02-06
2
-19
/
+25
*
iOS: Ensure fields are updated on saving
Roopesh Chander
2019-02-05
1
-0
/
+1
*
iOS: SwitchCell should hold the observation token
Roopesh Chander
2019-02-03
1
-33
/
+33
*
iOS: KeyValueCell should hold the observation token
Roopesh Chander
2019-02-03
1
-2
/
+1
*
iOS: Apply runtime configuration by diff-ing
Roopesh Chander
2019-02-02
1
-14
/
+80
*
iOS: Tunnel detail: Keep track of visible fields with a [Bool] array
Roopesh Chander
2019-02-02
1
-10
/
+28
*
iOS: Tunnel detail: Reload runtime config every second
Roopesh Chander
2019-02-01
1
-3
/
+46
*
iOS: Tunnel detail: Refactor updation of status
Roopesh Chander
2019-01-31
1
-33
/
+35
*
Fix handling of 'PersistentKeepalive: every n seconds'
Roopesh Chander
2019-01-31
1
-1
/
+5
*
iOS: Make it compile again
Roopesh Chander
2019-01-31
1
-0
/
+2
*
iOS: Fix stale tunnel being shown on iPad
Roopesh Chander
2019-01-23
2
-12
/
+7
*
iOS: Fix handling of deletion outside app
Roopesh Chander
2019-01-23
2
-24
/
+14
*
Avoid using return in single-line closures
Roopesh Chander
2019-01-22
1
-1
/
+1
*
iOS: Export log: Should present error from the main thread
Roopesh Chander
2019-01-14
1
-4
/
+4
*
iOS: Refactor importFromFile
Roopesh Chander
2019-01-14
1
-39
/
+3
*
Update copyright
Jason A. Donenfeld
2019-01-07
6
-6
/
+6
*
Tunnel edit: Fix crash
Roopesh Chander
2018-12-24
1
-1
/
+2
*
SwitchCell nits
Eric Kuck
2018-12-22
1
-5
/
+4
*
Remove more comments
Roopesh Chander
2018-12-23
4
-18
/
+0
*
Clean up trailing whitespace
Jason A. Donenfeld
2018-12-22
2
-8
/
+8
*
Removing a tunnel from iOS's settings is now immediately reflected in app
Eric Kuck
2018-12-21
2
-9
/
+26
*
RTL support
Eric Kuck
2018-12-21
2
-4
/
+4
*
Strongly recommended now appears as placeholder for DNS when needed
Eric Kuck
2018-12-21
1
-19
/
+29
*
Attempt to strongly recommend things
Jason A. Donenfeld
2018-12-22
1
-2
/
+5
*
Move name from interface to tunnel
Jason A. Donenfeld
2018-12-22
3
-4
/
+4
*
Nuke trailing spaces
Jason A. Donenfeld
2018-12-21
3
-22
/
+22
*
providerConfiguration is now a WgQuickConfig
Eric Kuck
2018-12-21
2
-2
/
+2
[next]