summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Remove tunnel state storage in shared preferencesJanito Vaqueiro Ferreira Filho4-113/+0
2021-04-29Run `MullvadTileService` in a separate processJanito Vaqueiro Ferreira Filho1-1/+2
2021-04-29Use an IPC connection for the tile serviceJanito Vaqueiro Ferreira Filho1-5/+29
2021-04-29Make `onServiceReady` parameter optionalJanito Vaqueiro Ferreira Filho1-2/+2
2021-04-29Fix incorrect `super` method callJanito Vaqueiro Ferreira Filho1-1/+1
2021-04-29Create `updateTunnelState` helper methodJanito Vaqueiro Ferreira Filho1-13/+13
2021-04-29Merge branch 'fix-service-connection-destruction'Janito Vaqueiro Ferreira Filho1-1/+2
2021-04-29Remove redundant `null` service conn. notificationJanito Vaqueiro Ferreira Filho1-1/+0
2021-04-29Notify `null` service connection after unbindingJanito Vaqueiro Ferreira Filho1-0/+2
2021-04-29Merge branch 'improve-proto-conversions'David Lönnhager8-908/+1078
2021-04-29Implement TryFrom for BridgeStateDavid Lönnhager2-8/+25
2021-04-29Implement TryFrom for BridgeSettingsDavid Lönnhager2-77/+92
2021-04-29Implement From for TunnelStateDavid Lönnhager2-118/+147
2021-04-29Implement From for GeoIpLocationDavid Lönnhager2-18/+19
2021-04-29Implement From for TunnelEndpointDavid Lönnhager2-23/+25
2021-04-29Implement From for KeygenEvent and PublicKeyDavid Lönnhager2-37/+41
2021-04-29Implement From for RelayListCountryDavid Lönnhager2-98/+100
2021-04-29Implement TryFrom for RelaySettingsUpdateDavid Lönnhager2-249/+310
2021-04-29Implement From for SettingsDavid Lönnhager2-18/+20
2021-04-29Implement From for TunnelOptionsDavid Lönnhager2-32/+34
2021-04-29Implement From for BridgeStateDavid Lönnhager5-20/+22
2021-04-29Implement From for BridgeSettingsDavid Lönnhager2-56/+53
2021-04-29Implement From for RelaySettingsDavid Lönnhager2-80/+79
2021-04-29Implement From for LocationConstraintDavid Lönnhager1-0/+25
2021-04-29Implement From for IpVersionDavid Lönnhager2-7/+19
2021-04-29Implement From for AppVersionInfo, ConnectionConfig, andDavid Lönnhager5-119/+119
2021-04-28Merge branch 'add-account-observer'Andrej Mihajlov4-35/+92
2021-04-28AnyAppStorePaymentObserver: add missing formal conformance to AppStorePayment...Andrej Mihajlov1-1/+1
2021-04-28Settings: add AccountObserverAndrej Mihajlov1-9/+17
2021-04-28Account: add AccountObserverAndrej Mihajlov2-25/+74
2021-04-28Add 2021.3 desktop changelog entry and bump versionsLinus Färnstrand11-16/+22
2021-04-25Merge branch 'blur-input-on-enter'Oskar Nyberg1-0/+4
2021-04-25Blur cell input field when enter is pressedOskar Nyberg1-0/+4
2021-04-23Merge branch 'improve-voucher-submission-result'Janito Vaqueiro Ferreira Filho4-27/+45
2021-04-23Use new error enum. in `VoucherSubmissionResult`Janito Vaqueiro Ferreira Filho3-30/+13
2021-04-23Create `VoucherSubmissionError` enumerationJanito Vaqueiro Ferreira Filho2-0/+37
2021-04-23Remove redundant `Parcelable` super-class markerJanito Vaqueiro Ferreira Filho1-5/+5
2021-04-23Make `VoucherSubmissionResult.Ok` a `data class`Janito Vaqueiro Ferreira Filho1-1/+1
2021-04-23Remove unnecessary `apply` blockJanito Vaqueiro Ferreira Filho1-3/+1
2021-04-23Merge branch 'run-service-on-a-separate-process'Janito Vaqueiro Ferreira Filho8-93/+39
2021-04-23Describe split app in two processes in changelogJanito Vaqueiro Ferreira Filho1-0/+3
2021-04-23Remove `ServiceInstance`Janito Vaqueiro Ferreira Filho2-29/+3
2021-04-23Run `MullvadVpnService` in a separate processJanito Vaqueiro Ferreira Filho1-1/+2
2021-04-23Remove `LocalBinder` classJanito Vaqueiro Ferreira Filho1-11/+0
2021-04-23Replace `LocalBinder` usage with service channelJanito Vaqueiro Ferreira Filho3-36/+17
2021-04-23Refactor to centralize handling of service conn.Janito Vaqueiro Ferreira Filho1-11/+13
2021-04-23Configure class loaders for received messagesJanito Vaqueiro Ferreira Filho1-0/+2
2021-04-23Remove daemon instance from service connectionJanito Vaqueiro Ferreira Filho4-10/+4
2021-04-23Merge branch 'add-string-res-annotation-to-url-id'Janito Vaqueiro Ferreira Filho1-1/+2
2021-04-23Add `StringRes` annotation to `urlId`Janito Vaqueiro Ferreira Filho1-1/+2