| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2021-04-23 | Merge branch 'fix-vpn-permission-request-on-tvs' | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 |
| 2021-04-23 | Select `TVActivity` class when running on TVs | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 |
| 2021-04-23 | Merge branch 'fix-vpn-permission-request' | Janito Vaqueiro Ferreira Filho | 7 | -30/+40 |
| 2021-04-22 | Describe VPN permission fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-04-22 | Remove starting activity while asking to connect | Janito Vaqueiro Ferreira Filho | 2 | -22/+0 |
| 2021-04-22 | Request for VPN permission when service asks to | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-04-22 | Refactor `requestVpnPermission` to obtain `Intent` | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2021-04-22 | Send initial VPN request when UI connects | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2021-04-22 | Keep track of when waiting for permission response | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2021-04-22 | Send requests from service side `VpnPermission` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-04-22 | Update UI side `VpnPermission` to receive requests | Janito Vaqueiro Ferreira Filho | 2 | -2/+12 |
| 2021-04-22 | Add `Event.VpnPermissionRequest` variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-04-22 | Merge branch 'split-voucher-redeemer' | Janito Vaqueiro Ferreira Filho | 9 | -25/+128 |
| 2021-04-22 | Use `VoucherRedeemer` in redeem voucher fragment | Janito Vaqueiro Ferreira Filho | 1 | -13/+8 |
| 2021-04-22 | Add `VoucherRedeemer` to `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-22 | Remove leftover ID code in redeem voucher fragment | Janito Vaqueiro Ferreira Filho | 1 | -5/+0 |
| 2021-04-22 | Create UI side `VoucherRedeemer` | Janito Vaqueiro Ferreira Filho | 1 | -0/+43 |
| 2021-04-22 | Instantiate `VoucherRedeemer` in endpoint | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-22 | Create service side `VoucherRedeemer` | Janito Vaqueiro Ferreira Filho | 1 | -0/+40 |
| 2021-04-22 | Implement voucher submission messages | Janito Vaqueiro Ferreira Filho | 2 | -0/+10 |
| 2021-04-22 | Make `VoucherSubmissionResult` parcelable | Janito Vaqueiro Ferreira Filho | 2 | -7/+23 |
