summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-25Describe connect w/o permission fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-25Reset UI state if VPN permission is neededJanito Vaqueiro Ferreira Filho1-0/+2
2020-05-25Clear activity reference from connection proxyJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-25Add missing flag to start the activityJanito Vaqueiro Ferreira Filho1-2/+4
2020-05-25Merge branch 'refactor-event-notifier-ids'Janito Vaqueiro Ferreira Filho16-114/+88
2020-05-25Remove old subscription API from `EventNotifier`Janito Vaqueiro Ferreira Filho1-12/+0
2020-05-25Remove old API from `SettingsListener`Janito Vaqueiro Ferreira Filho1-4/+0
2020-05-25Use new API in `PreferencesFragment`Janito Vaqueiro Ferreira Filho1-3/+4
2020-05-25Use new API in `AdvancedFragment`Janito Vaqueiro Ferreira Filho1-3/+4
2020-05-25Use new API in `AppVersionInfoCache`Janito Vaqueiro Ferreira Filho1-5/+7
2020-05-25Add new subscription API to `SettingsListener`Janito Vaqueiro Ferreira Filho1-1/+5
2020-05-25Use new `EventNotifier` API in `SettingsListener`Janito Vaqueiro Ferreira Filho1-5/+7
2020-05-25Use new API in `WireguardKeyFragment`Janito Vaqueiro Ferreira Filho1-11/+4
2020-05-25Use new API in `ServiceAwareFragment`Janito Vaqueiro Ferreira Filho1-6/+2
2020-05-25Use new API in `RedeemVoucherDialogFragment`Janito Vaqueiro Ferreira Filho1-5/+2
2020-05-25Use new API in `TunnelStateUpdater`Janito Vaqueiro Ferreira Filho1-3/+3
2020-05-25Use new API in `ForegroundNotificationManager`Janito Vaqueiro Ferreira Filho1-15/+10
2020-05-25Use new `EventNotifier` API in `OutOfTimeFragment`Janito Vaqueiro Ferreira Filho1-7/+2
2020-05-25Use new `EventNotifier` API in `MainActivity`Janito Vaqueiro Ferreira Filho1-9/+2
2020-05-25Use new `EventNotifier` API in `ConnectFragment`Janito Vaqueiro Ferreira Filho1-11/+4
2020-05-25Use new `EventNotifier` API in `MullvadVpnService`Janito Vaqueiro Ferreira Filho1-1/+1
2020-05-25Use new `EventNotifier` API in `LocationInfoCache`Janito Vaqueiro Ferreira Filho1-13/+14
2020-05-25Use new `EventNotifier` API in `AccountCache`Janito Vaqueiro Ferreira Filho1-4/+7
2020-05-25Document `EventNotifier`'s object ID usage risksJanito Vaqueiro Ferreira Filho1-0/+8
2020-05-25Refactor `EventNotifier` to use objects as IDsJanito Vaqueiro Ferreira Filho1-4/+10
2020-05-25Remove unnecessary class specifierJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-25Merge branch 'improve-beta-program-gui'Oskar Nyberg10-52/+131
2020-05-25Disable beta program toggle when running betaOskar Nyberg7-7/+31
2020-05-25Add disabled functionality to switch, cell input and cell labelOskar Nyberg3-33/+86
2020-05-25Use null instead of undefined to represent up to date in nextUpdateOskar Nyberg4-12/+10
2020-05-25Update version state on beta-program setting changeOskar Nyberg1-0/+4
2020-05-25Merge branch 'win-fix-network-event-race'Odd Stranne3-1/+15
2020-05-25Update changelogOdd Stranne1-0/+2
2020-05-22Add lock in NotifyIpInterfaceChange() callbackOdd Stranne2-1/+13
2020-05-22Merge branch 'fix-missing-account-expiry'Janito Vaqueiro Ferreira Filho3-4/+5
2020-05-22Describe account cache retry fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-22Try to fetch account expiry at least onceJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-22Set-up listener before requesting account fetchJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-22Merge branch 'update-win-error'David Lönnhager2-2/+4
2020-05-22Update error message formatDavid Lönnhager1-2/+2
2020-05-22Fix error line number formatting in driverlogicDavid Lönnhager1-0/+2
2020-05-22Bump submodule windows-librariesDavid Lönnhager1-0/+0
2020-05-22Merge branch 'convert-modal-to-styled-components'Oskar Nyberg3-101/+89
2020-05-22Convert Modal.tsx to styled componentsOskar Nyberg3-101/+89
2020-05-21Merge branch 'change-key-rotation-interval'Andrej Mihajlov1-1/+1
2020-05-21Change key rotation interval to 4 daysAndrej Mihajlov1-1/+1
2020-05-20Merge branch 'fix-dropped-key-events'Janito Vaqueiro Ferreira Filho4-19/+18
2020-05-20Describe listener fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-20Replace callback with event notifierJanito Vaqueiro Ferreira Filho3-19/+17
2020-05-20Merge branch 'fix-bind-handling'Janito Vaqueiro Ferreira Filho2-9/+4