| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-29 | Remove tunnel state storage in shared preferences | Janito Vaqueiro Ferreira Filho | 4 | -113/+0 |
| 2021-04-29 | Run `MullvadTileService` in a separate process | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-04-29 | Use an IPC connection for the tile service | Janito Vaqueiro Ferreira Filho | 1 | -5/+29 |
| 2021-04-29 | Make `onServiceReady` parameter optional | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2021-04-29 | Fix incorrect `super` method call | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-04-29 | Create `updateTunnelState` helper method | Janito Vaqueiro Ferreira Filho | 1 | -13/+13 |
| 2021-04-29 | Merge branch 'fix-service-connection-destruction' | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-04-29 | Remove redundant `null` service conn. notification | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2021-04-29 | Notify `null` service connection after unbinding | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-29 | Merge branch 'improve-proto-conversions' | David Lönnhager | 8 | -908/+1078 |
| 2021-04-29 | Implement TryFrom for BridgeState | David Lönnhager | 2 | -8/+25 |
| 2021-04-29 | Implement TryFrom for BridgeSettings | David Lönnhager | 2 | -77/+92 |
| 2021-04-29 | Implement From for TunnelState | David Lönnhager | 2 | -118/+147 |
| 2021-04-29 | Implement From for GeoIpLocation | David Lönnhager | 2 | -18/+19 |
| 2021-04-29 | Implement From for TunnelEndpoint | David Lönnhager | 2 | -23/+25 |
| 2021-04-29 | Implement From for KeygenEvent and PublicKey | David Lönnhager | 2 | -37/+41 |
| 2021-04-29 | Implement From for RelayListCountry | David Lönnhager | 2 | -98/+100 |
| 2021-04-29 | Implement TryFrom for RelaySettingsUpdate | David Lönnhager | 2 | -249/+310 |
| 2021-04-29 | Implement From for Settings | David Lönnhager | 2 | -18/+20 |
| 2021-04-29 | Implement From for TunnelOptions | David Lönnhager | 2 | -32/+34 |
| 2021-04-29 | Implement From for BridgeState | David Lönnhager | 5 | -20/+22 |
| 2021-04-29 | Implement From for BridgeSettings | David Lönnhager | 2 | -56/+53 |
| 2021-04-29 | Implement From for RelaySettings | David Lönnhager | 2 | -80/+79 |
| 2021-04-29 | Implement From for LocationConstraint | David Lönnhager | 1 | -0/+25 |
| 2021-04-29 | Implement From for IpVersion | David Lönnhager | 2 | -7/+19 |
| 2021-04-29 | Implement From for AppVersionInfo, ConnectionConfig, and | David Lönnhager | 5 | -119/+119 |
| 2021-04-28 | Merge branch 'add-account-observer' | Andrej Mihajlov | 4 | -35/+92 |
| 2021-04-28 | AnyAppStorePaymentObserver: add missing formal conformance to AppStorePayment... | Andrej Mihajlov | 1 | -1/+1 |
| 2021-04-28 | Settings: add AccountObserver | Andrej Mihajlov | 1 | -9/+17 |
| 2021-04-28 | Account: add AccountObserver | Andrej Mihajlov | 2 | -25/+74 |
| 2021-04-28 | Add 2021.3 desktop changelog entry and bump versions | Linus Färnstrand | 11 | -16/+22 |
| 2021-04-25 | Merge branch 'blur-input-on-enter' | Oskar Nyberg | 1 | -0/+4 |
| 2021-04-25 | Blur cell input field when enter is pressed | Oskar Nyberg | 1 | -0/+4 |
| 2021-04-23 | Merge branch 'improve-voucher-submission-result' | Janito Vaqueiro Ferreira Filho | 4 | -27/+45 |
| 2021-04-23 | Use new error enum. in `VoucherSubmissionResult` | Janito Vaqueiro Ferreira Filho | 3 | -30/+13 |
| 2021-04-23 | Create `VoucherSubmissionError` enumeration | Janito Vaqueiro Ferreira Filho | 2 | -0/+37 |
| 2021-04-23 | Remove redundant `Parcelable` super-class marker | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2021-04-23 | Make `VoucherSubmissionResult.Ok` a `data class` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-04-23 | Remove unnecessary `apply` block | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2021-04-23 | Merge branch 'run-service-on-a-separate-process' | Janito Vaqueiro Ferreira Filho | 8 | -93/+39 |
| 2021-04-23 | Describe split app in two processes in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-04-23 | Remove `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -29/+3 |
| 2021-04-23 | Run `MullvadVpnService` in a separate process | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-04-23 | Remove `LocalBinder` class | Janito Vaqueiro Ferreira Filho | 1 | -11/+0 |
| 2021-04-23 | Replace `LocalBinder` usage with service channel | Janito Vaqueiro Ferreira Filho | 3 | -36/+17 |
| 2021-04-23 | Refactor to centralize handling of service conn. | Janito Vaqueiro Ferreira Filho | 1 | -11/+13 |
| 2021-04-23 | Configure class loaders for received messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-23 | Remove daemon instance from service connection | Janito Vaqueiro Ferreira Filho | 4 | -10/+4 |
| 2021-04-23 | Merge branch 'add-string-res-annotation-to-url-id' | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-04-23 | Add `StringRes` annotation to `urlId` | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
