| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-09-03 | Merge branch 'linux-fix-systemd-resolved' | Emīls | 1 | -9/+19 |
| 2020-09-03 | Allow more systemd-resovled config paths | Emīls | 1 | -9/+19 |
| 2020-09-03 | Merge branch 'enable-account-view-on-insufficient-funds' | Andrej Mihajlov | 1 | -1/+1 |
| 2020-09-03 | Undo the change that prevents the account view from appearing when account ha... | Andrej Mihajlov | 1 | -1/+1 |
| 2020-09-03 | Merge branch 'remove-dup-ios' | Andrej Mihajlov | 2 | -21/+12 |
| 2020-09-03 | Remove dup() call | Andrej Mihajlov | 1 | -19/+1 |
| 2020-09-03 | Update wireguard-go-bridge | Andrej Mihajlov | 1 | -2/+11 |
| 2020-09-03 | Merge branch 'fix-leak-after-upgrade' | Emīls | 9 | -35/+42 |
| 2020-09-03 | Update changelog | Emīls | 1 | -0/+1 |
| 2020-09-03 | Make cached target state start Firewall correctly | Emīls | 8 | -35/+41 |
| 2020-09-03 | Merge branch 'update-ui-even-without-focus' | Janito Vaqueiro Ferreira Filho | 12 | -39/+40 |
| 2020-09-03 | Describe lifecycle change effect in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-03 | Change fragment visibility lifecycle | Janito Vaqueiro Ferreira Filho | 10 | -35/+35 |
| 2020-09-03 | Leave launch screen even if window isn't focused | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-09-03 | Merge branch 'create-switch-location-widget' | Janito Vaqueiro Ferreira Filho | 8 | -133/+120 |
| 2020-09-03 | Describe resulting fix for a crash in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-03 | Rename `normal_button_height` to `button_height` | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-03 | Remove obsoleted dimension resource | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-09-03 | Remove obsoleted `SwitchLocationButton` controller | Janito Vaqueiro Ferreira Filho | 1 | -118/+0 |
| 2020-09-03 | Use new `SwitchLocationButton` widget | Janito Vaqueiro Ferreira Filho | 2 | -10/+9 |
| 2020-09-03 | Update selected relay in UI thread | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2020-09-03 | Create `SwitchLocationButton` widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+103 |
| 2020-09-03 | Set button minimum height instead of height | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-09-03 | Merge branch 'linux-fix-nm-openvpn-dns' | Emīls | 1 | -1/+8 |
| 2020-09-03 | Fix NM for IPv6 with OpenVPN | Emīls | 1 | -1/+8 |
| 2020-09-02 | Merge branch 'fix-connection-proxy-init-races' | Janito Vaqueiro Ferreira Filho | 2 | -16/+13 |
| 2020-09-02 | Describe connection proxy fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-09-02 | Fetch initial state after initializing properties | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-09-02 | Use notifier property delegates instead of setters | Janito Vaqueiro Ferreira Filho | 1 | -11/+4 |
| 2020-09-02 | Change property order | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-02 | Move setter side effects to the event listener | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-09-02 | Initialize notifiers before setters can use them | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-09-02 | Merge branch 'create-account-input-widget' | Janito Vaqueiro Ferreira Filho | 6 | -244/+308 |
| 2020-09-02 | Remove `usingErrorColor` property | Janito Vaqueiro Ferreira Filho | 1 | -18/+7 |
| 2020-09-02 | Refactor to rename `newInput` into `input` | Janito Vaqueiro Ferreira Filho | 1 | -10/+8 |
| 2020-09-02 | Replace text watcher with a text changed event | Janito Vaqueiro Ferreira Filho | 2 | -18/+8 |
| 2020-09-02 | Remove click handler for account input container | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 |
| 2020-09-02 | Open account history when focus is received | Janito Vaqueiro Ferreira Filho | 1 | -13/+9 |
| 2020-09-02 | Emit focus change events from the account input | Janito Vaqueiro Ferreira Filho | 1 | -2/+13 |
| 2020-09-02 | Create `loginWith` helper method in the widget | Janito Vaqueiro Ferreira Filho | 2 | -4/+6 |
| 2020-09-02 | Remove unused fields | Janito Vaqueiro Ferreira Filho | 1 | -3/+0 |
| 2020-09-02 | Move input view management to the widget | Janito Vaqueiro Ferreira Filho | 2 | -27/+28 |
| 2020-09-02 | Finish moving button enabling to the widget | Janito Vaqueiro Ferreira Filho | 2 | -13/+24 |
| 2020-09-02 | Move button visibility handling to the widget | Janito Vaqueiro Ferreira Filho | 2 | -9/+5 |
| 2020-09-02 | Move configuring if button is enabled to widget | Janito Vaqueiro Ferreira Filho | 2 | -18/+40 |
| 2020-09-02 | Move the `onLogin` property to the widget | Janito Vaqueiro Ferreira Filho | 2 | -4/+15 |
| 2020-09-02 | Add a `loginState` property to the widget | Janito Vaqueiro Ferreira Filho | 3 | -2/+11 |
| 2020-09-02 | Use the `observable` delegate in the controller | Janito Vaqueiro Ferreira Filho | 1 | -20/+17 |
| 2020-09-02 | Rename controller into `AccountInputController` | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-09-02 | Change the view ID of the login input area | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
