summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Move ConnectViewController to XIBAndrej Mihajlov5-125/+138
2020-09-03Rename SelectLocationController to SelectLocationViewControllerAndrej Mihajlov5-15/+14
2020-09-03Move LoginViewController to XIBAndrej Mihajlov7-219/+218
2020-09-03Move ConsentViewController to XIBAndrej Mihajlov5-144/+165
2020-09-03Delegate view controller managementAndrej Mihajlov5-33/+83
2020-09-03RootContainer: add popToRootViewControllerAndrej Mihajlov1-0/+6
2020-09-03Move AccountViewController to XIBAndrej Mihajlov6-244/+261
2020-09-03SettingsController: add navigation route to wireguard keysAndrej Mihajlov1-3/+7
2020-09-03Move WireguardKeysViewController to XIBAndrej Mihajlov6-242/+269
2020-09-03Merge branch 'upgrade-rustls'Linus Färnstrand2-27/+27
2020-09-03Upgrade to rustls 0.18Linus Färnstrand2-27/+27
2020-09-03Bump iOS version (2020.4, build 3)ios/2020.4Andrej Mihajlov1-4/+4
2020-09-03Merge branch 'linux-fix-systemd-resolved'Emīls1-9/+19
2020-09-03Allow more systemd-resovled config pathsEmīls1-9/+19
2020-09-03Merge branch 'enable-account-view-on-insufficient-funds'Andrej Mihajlov1-1/+1
2020-09-03Undo the change that prevents the account view from appearing when account ha...Andrej Mihajlov1-1/+1
2020-09-03Merge branch 'remove-dup-ios'Andrej Mihajlov2-21/+12
2020-09-03Remove dup() callAndrej Mihajlov1-19/+1
2020-09-03Update wireguard-go-bridgeAndrej Mihajlov1-2/+11
2020-09-03Merge branch 'fix-leak-after-upgrade'Emīls9-35/+42
2020-09-03Update changelogEmīls1-0/+1
2020-09-03Make cached target state start Firewall correctlyEmīls8-35/+41
2020-09-03Merge branch 'update-ui-even-without-focus'Janito Vaqueiro Ferreira Filho12-39/+40
2020-09-03Describe lifecycle change effect in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-03Change fragment visibility lifecycleJanito Vaqueiro Ferreira Filho10-35/+35
2020-09-03Leave launch screen even if window isn't focusedJanito Vaqueiro Ferreira Filho1-4/+4
2020-09-03Merge branch 'create-switch-location-widget'Janito Vaqueiro Ferreira Filho8-133/+120
2020-09-03Describe resulting fix for a crash in changelogJanito Vaqueiro Ferreira Filho1-0/+1
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