summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-02Use notifier property delegates instead of settersJanito Vaqueiro Ferreira Filho1-11/+4
2020-09-02Change property orderJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-02Move setter side effects to the event listenerJanito Vaqueiro Ferreira Filho1-2/+2
2020-09-02Initialize notifiers before setters can use themJanito Vaqueiro Ferreira Filho1-4/+4
2020-09-02Merge branch 'create-account-input-widget'Janito Vaqueiro Ferreira Filho6-244/+308
2020-09-02Remove `usingErrorColor` propertyJanito Vaqueiro Ferreira Filho1-18/+7
2020-09-02Refactor to rename `newInput` into `input`Janito Vaqueiro Ferreira Filho1-10/+8
2020-09-02Replace text watcher with a text changed eventJanito Vaqueiro Ferreira Filho2-18/+8
2020-09-02Remove click handler for account input containerJanito Vaqueiro Ferreira Filho1-2/+0
2020-09-02Open account history when focus is receivedJanito Vaqueiro Ferreira Filho1-13/+9
2020-09-02Emit focus change events from the account inputJanito Vaqueiro Ferreira Filho1-2/+13
2020-09-02Create `loginWith` helper method in the widgetJanito Vaqueiro Ferreira Filho2-4/+6
2020-09-02Remove unused fieldsJanito Vaqueiro Ferreira Filho1-3/+0
2020-09-02Move input view management to the widgetJanito Vaqueiro Ferreira Filho2-27/+28
2020-09-02Finish moving button enabling to the widgetJanito Vaqueiro Ferreira Filho2-13/+24
2020-09-02Move button visibility handling to the widgetJanito Vaqueiro Ferreira Filho2-9/+5
2020-09-02Move configuring if button is enabled to widgetJanito Vaqueiro Ferreira Filho2-18/+40
2020-09-02Move the `onLogin` property to the widgetJanito Vaqueiro Ferreira Filho2-4/+15
2020-09-02Add a `loginState` property to the widgetJanito Vaqueiro Ferreira Filho3-2/+11
2020-09-02Use the `observable` delegate in the controllerJanito Vaqueiro Ferreira Filho1-20/+17
2020-09-02Rename controller into `AccountInputController`Janito Vaqueiro Ferreira Filho2-3/+3
2020-09-02Change the view ID of the login input areaJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-02Create `AccountInput` widget classJanito Vaqueiro Ferreira Filho3-27/+63
2020-09-02Bump iOS version (2020.4, build 2)Andrej Mihajlov1-4/+4
2020-09-02Merge branch 'fix-set-network-settings-callback'Andrej Mihajlov10-293/+480
2020-09-02Always call the completion handlerAndrej Mihajlov1-12/+12
2020-09-02Make sure to call the system completionHandler after the stop operation is fu...Andrej Mihajlov1-2/+4
2020-09-02Prevent wrapping KVO in stateLock as it may cause a deadlock in property acce...Andrej Mihajlov1-16/+29
2020-09-02Change logging queue priority from background to utilityAndrej Mihajlov1-1/+1
2020-09-02Pass queue for completion callbacksAndrej Mihajlov6-88/+134
2020-09-02When disconnecting, make the UI appear as if the tunnel is already disconnectedAndrej Mihajlov1-2/+2
2020-09-02Add PacketTunnelState and rework tunnelAndrej Mihajlov2-153/+268
2020-09-02AppDelegate: forward packet tunnel logs and print them to stdout in DEBUGAndrej Mihajlov2-10/+28
2020-09-02Use work queue in network monitorAndrej Mihajlov1-44/+37
2020-09-02Merge branch 'linux-use-wg-kernel-module'Emīls22-111/+1835
2020-09-02Update changelogEmīls1-0/+4
2020-09-02Add WireGuard kernel implementationEmīls6-6/+1650
2020-09-02Adjust tunnel traitEmīls3-6/+6
2020-09-02Update netlink related dependenciesEmīls4-54/+82
2020-09-02Use a mark to whitelist tunnel trafficEmīls10-46/+88
2020-09-02Expose routing runtimeEmīls1-0/+6
2020-09-02Merge branch 'update-splittunneling-translations' into masterOskar Nyberg1-2/+2
2020-09-02Update Linux split tunneling dialog messagesOskar Nyberg1-2/+2
2020-09-02Merge branch 'update-electron-devtools-installer' into masterOskar Nyberg2-20/+91
2020-09-02Update electron-devtools-installer to 3.1.1Oskar Nyberg2-20/+91
2020-09-01Merge branch 'percent-encode-pubkey'Andrej Mihajlov1-1/+4
2020-09-01REST: Percent encode public keysAndrej Mihajlov1-1/+4
2020-09-01Merge branch 'daemon-tokio-updates'David Lönnhager35-1330/+929
2020-09-01Simplify returned value for SetTargetStateDavid Lönnhager2-20/+7
2020-09-01Asynchronously write account history to fileDavid Lönnhager2-29/+56