| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-10-09 | Add persistent firewall filters iff block_when_disconnected or auto_connect i... | David Lönnhager | 15 | -12/+432 |
| 2020-10-09 | Merge branch 'fix-beta-rust-windows' | David Lönnhager | 1 | -3/+3 |
| 2020-10-08 | Avoid mut ref to const item | David Lönnhager | 1 | -3/+3 |
| 2020-10-06 | Merge branch 'merge-release-changes-to-master' | Linus Färnstrand | 12 | -39/+46 |
| 2020-10-06 | Updating version in package files | Linus Färnstrand | 11 | -19/+19 |
| 2020-10-06 | Backport changelog changes from 2020.6-beta3 release | Linus Färnstrand | 1 | -20/+27 |
| 2020-10-06 | Merge branch 'update-send-problem-report-ui' | Janito Vaqueiro Ferreira Filho | 21 | -29/+16 |
| 2020-10-06 | Show the "Thanks!" part of the message in green. | Janito Vaqueiro Ferreira Filho | 1 | -2/+14 |
| 2020-10-06 | Split the `sent_thanks` message string in two | Janito Vaqueiro Ferreira Filho | 19 | -19/+2 |
| 2020-10-06 | Remove "Secure Connection" message | Janito Vaqueiro Ferreira Filho | 1 | -8/+0 |
| 2020-10-06 | Fix CLI version output indentation | Linus Färnstrand | 1 | -1/+1 |
| 2020-10-05 | Merge branch 'refactor-tunnel-sm' | David Lönnhager | 10 | -329/+274 |
| 2020-10-05 | Fix route manager blocking forever on shutdown | David Lönnhager | 1 | -6/+0 |
| 2020-10-05 | Use tokio runtime for tunnel state machine | David Lönnhager | 10 | -58/+76 |
| 2020-10-05 | Refactor the tunnel state machine to use 0.3 futures | David Lönnhager | 11 | -332/+265 |
| 2020-10-05 | Merge branch 'refactor-payment-buttons' | Janito Vaqueiro Ferreira Filho | 11 | -88/+126 |
| 2020-10-05 | Change payment button ID and rename properties | Janito Vaqueiro Ferreira Filho | 4 | -8/+8 |
| 2020-10-05 | Consolidate repeated payment buttons layout | Janito Vaqueiro Ferreira Filho | 7 | -40/+28 |
| 2020-10-05 | Use `SitePaymentButton` widget | Janito Vaqueiro Ferreira Filho | 6 | -33/+27 |
| 2020-10-05 | Create `SitePaymentButton` widget | Janito Vaqueiro Ferreira Filho | 2 | -1/+36 |
| 2020-10-05 | Allow changing the button label programatically | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-10-05 | Use `RedeemVoucherButton` | Janito Vaqueiro Ferreira Filho | 6 | -48/+28 |
| 2020-10-05 | Create `RedeemVoucherButton` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+37 |
| 2020-10-05 | Merge branch 'quit-when-notification-is-dismissed' | Janito Vaqueiro Ferreira Filho | 6 | -11/+49 |
| 2020-10-05 | Describe quit fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-10-05 | Quit when notification is dismissed | Janito Vaqueiro Ferreira Filho | 1 | -1/+15 |
| 2020-10-05 | Allow specifying intent for notification dismissal | Janito Vaqueiro Ferreira Filho | 1 | -7/+21 |
| 2020-10-05 | React to a start command with a quit action | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2020-10-05 | Allow `onForeground` property to be read | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2020-10-05 | Merge branch 'fix-account-token-used-for-login' | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-10-05 | Remove spaces from account token before logging in | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-10-05 | Merge branch 'update-kotlin-version' | Janito Vaqueiro Ferreira Filho | 3 | -5/+5 |
| 2020-10-02 | Update Kotlin plugin and libraries | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2020-10-02 | Replace property assignment with setter usage | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-10-02 | Merge branch 'linux-improve-error-log' | David Lönnhager | 1 | -6/+19 |
| 2020-10-02 | Remove unnecessary logging | David Lönnhager | 1 | -6/+19 |
| 2020-10-02 | Merge branch 'monitor-thread-reset-dns' | David Lönnhager | 1 | -0/+1 |
| 2020-10-01 | Reset DNS config if the tunnel monitor thread goes down | David Lönnhager | 1 | -0/+1 |
| 2020-10-01 | Merge branch 'installer-cleanup' | David Lönnhager | 2 | -18/+62 |
| 2020-10-01 | Remove directories created by Electron | David Lönnhager | 1 | -15/+59 |
| 2020-10-01 | Clean up installer.exe in updater directory | David Lönnhager | 1 | -3/+3 |
| 2020-09-30 | Merge branch 'exponential-backoff-helper-class' | Janito Vaqueiro Ferreira Filho | 3 | -41/+76 |
| 2020-09-29 | Use `ExponentialBackoff` in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -22/+8 |
| 2020-09-29 | Use `ExponentialBackoff` helper in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -19/+16 |
| 2020-09-29 | Create `ExponentialBackoff` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+52 |
| 2020-09-29 | Merge branch 'add-focus-reset' into master | Oskar Nyberg | 9 | -62/+183 |
| 2020-09-29 | Switch roles of NotificationArea and SecuredLabel to status | Oskar Nyberg | 2 | -2/+2 |
| 2020-09-29 | Make notification live-area polite | Oskar Nyberg | 1 | -1/+1 |
| 2020-09-29 | Restore focus when closing modal | Oskar Nyberg | 1 | -3/+34 |
| 2020-09-29 | Add focus fallback to Connect view | Oskar Nyberg | 4 | -6/+23 |
