summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Rename `normal_button_height` to `button_height`Janito Vaqueiro Ferreira Filho2-2/+2
2020-09-03Remove obsoleted dimension resourceJanito Vaqueiro Ferreira Filho1-1/+0
2020-09-03Remove obsoleted `SwitchLocationButton` controllerJanito Vaqueiro Ferreira Filho1-118/+0
2020-09-03Use new `SwitchLocationButton` widgetJanito Vaqueiro Ferreira Filho2-10/+9
2020-09-03Update selected relay in UI threadJanito Vaqueiro Ferreira Filho1-2/+4
2020-09-03Create `SwitchLocationButton` widgetJanito Vaqueiro Ferreira Filho2-0/+103
2020-09-03Set button minimum height instead of heightJanito Vaqueiro Ferreira Filho1-1/+2
2020-09-03Merge branch 'linux-fix-nm-openvpn-dns'Emīls1-1/+8
2020-09-03Fix NM for IPv6 with OpenVPNEmīls1-1/+8
2020-09-02Merge branch 'fix-connection-proxy-init-races'Janito Vaqueiro Ferreira Filho2-16/+13
2020-09-02Describe connection proxy fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+3
2020-09-02Fetch initial state after initializing propertiesJanito Vaqueiro Ferreira Filho1-1/+2
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