summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-10-09Add persistent firewall filters iff block_when_disconnected or auto_connect i...David Lönnhager15-12/+432
2020-10-09Merge branch 'fix-beta-rust-windows'David Lönnhager1-3/+3
2020-10-08Avoid mut ref to const itemDavid Lönnhager1-3/+3
2020-10-06Merge branch 'merge-release-changes-to-master'Linus Färnstrand12-39/+46
2020-10-06Updating version in package filesLinus Färnstrand11-19/+19
2020-10-06Backport changelog changes from 2020.6-beta3 releaseLinus Färnstrand1-20/+27
2020-10-06Merge branch 'update-send-problem-report-ui'Janito Vaqueiro Ferreira Filho21-29/+16
2020-10-06Show the "Thanks!" part of the message in green.Janito Vaqueiro Ferreira Filho1-2/+14
2020-10-06Split the `sent_thanks` message string in twoJanito Vaqueiro Ferreira Filho19-19/+2
2020-10-06Remove "Secure Connection" messageJanito Vaqueiro Ferreira Filho1-8/+0
2020-10-06Fix CLI version output indentationLinus Färnstrand1-1/+1
2020-10-05Merge branch 'refactor-tunnel-sm'David Lönnhager10-329/+274
2020-10-05Fix route manager blocking forever on shutdownDavid Lönnhager1-6/+0
2020-10-05Use tokio runtime for tunnel state machineDavid Lönnhager10-58/+76
2020-10-05Refactor the tunnel state machine to use 0.3 futuresDavid Lönnhager11-332/+265
2020-10-05Merge branch 'refactor-payment-buttons'Janito Vaqueiro Ferreira Filho11-88/+126
2020-10-05Change payment button ID and rename propertiesJanito Vaqueiro Ferreira Filho4-8/+8
2020-10-05Consolidate repeated payment buttons layoutJanito Vaqueiro Ferreira Filho7-40/+28
2020-10-05Use `SitePaymentButton` widgetJanito Vaqueiro Ferreira Filho6-33/+27
2020-10-05Create `SitePaymentButton` widgetJanito Vaqueiro Ferreira Filho2-1/+36
2020-10-05Allow changing the button label programaticallyJanito Vaqueiro Ferreira Filho1-0/+4
2020-10-05Use `RedeemVoucherButton`Janito Vaqueiro Ferreira Filho6-48/+28
2020-10-05Create `RedeemVoucherButton` widgetJanito Vaqueiro Ferreira Filho1-0/+37
2020-10-05Merge branch 'quit-when-notification-is-dismissed'Janito Vaqueiro Ferreira Filho6-11/+49
2020-10-05Describe quit fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-10-05Quit when notification is dismissedJanito Vaqueiro Ferreira Filho1-1/+15
2020-10-05Allow specifying intent for notification dismissalJanito Vaqueiro Ferreira Filho1-7/+21
2020-10-05React to a start command with a quit actionJanito Vaqueiro Ferreira Filho2-1/+9
2020-10-05Allow `onForeground` property to be readJanito Vaqueiro Ferreira Filho1-2/+3
2020-10-05Merge branch 'fix-account-token-used-for-login'Janito Vaqueiro Ferreira Filho1-1/+1
2020-10-05Remove spaces from account token before logging inJanito Vaqueiro Ferreira Filho1-1/+1
2020-10-05Merge branch 'update-kotlin-version'Janito Vaqueiro Ferreira Filho3-5/+5
2020-10-02Update Kotlin plugin and librariesJanito Vaqueiro Ferreira Filho1-3/+3
2020-10-02Replace property assignment with setter usageJanito Vaqueiro Ferreira Filho2-2/+2
2020-10-02Merge branch 'linux-improve-error-log'David Lönnhager1-6/+19
2020-10-02Remove unnecessary loggingDavid Lönnhager1-6/+19
2020-10-02Merge branch 'monitor-thread-reset-dns'David Lönnhager1-0/+1
2020-10-01Reset DNS config if the tunnel monitor thread goes downDavid Lönnhager1-0/+1
2020-10-01Merge branch 'installer-cleanup'David Lönnhager2-18/+62
2020-10-01Remove directories created by ElectronDavid Lönnhager1-15/+59
2020-10-01Clean up installer.exe in updater directoryDavid Lönnhager1-3/+3
2020-09-30Merge branch 'exponential-backoff-helper-class'Janito Vaqueiro Ferreira Filho3-41/+76
2020-09-29Use `ExponentialBackoff` in `LocationInfoCache`Janito Vaqueiro Ferreira Filho1-22/+8
2020-09-29Use `ExponentialBackoff` helper in `AccountCache`Janito Vaqueiro Ferreira Filho1-19/+16
2020-09-29Create `ExponentialBackoff` helper classJanito Vaqueiro Ferreira Filho1-0/+52
2020-09-29Merge branch 'add-focus-reset' into masterOskar Nyberg9-62/+183
2020-09-29Switch roles of NotificationArea and SecuredLabel to statusOskar Nyberg2-2/+2
2020-09-29Make notification live-area politeOskar Nyberg1-1/+1
2020-09-29Restore focus when closing modalOskar Nyberg1-3/+34
2020-09-29Add focus fallback to Connect viewOskar Nyberg4-6/+23