| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-12-10 | Create initial `CustomDnsAdapter` class | Janito Vaqueiro Ferreira Filho | 2 | -0/+25 |
| 2020-12-04 | Expose `CustomDns` in `ServiceDependentFragment` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-12-04 | Expose `CustomDns` through `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-12-04 | Create and add `CustomDns` to `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 |
| 2020-12-04 | Create `CustomDns` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+68 |
| 2020-12-04 | Add event notifier for DNS options | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-12-04 | Implement `MullvadDaemon.setDnsOptions` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-12-04 | Include `DnsOptions` in `TunnelOptions` class | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-12-04 | Derive `IntoJava` for `DnsOptions` | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-12-03 | Replace setters with observable delegates | Janito Vaqueiro Ferreira Filho | 1 | -37/+29 |
| 2020-12-03 | Replace boolean with an enumeration | Janito Vaqueiro Ferreira Filho | 1 | -13/+23 |
| 2020-12-03 | Refactor `LocationInfoCache` into an actor | Janito Vaqueiro Ferreira Filho | 1 | -51/+52 |
| 2020-12-03 | Run location info. cache fetches in the background | Janito Vaqueiro Ferreira Filho | 1 | -6/+2 |
| 2020-12-03 | Remove obsolete virtual adapter code and errors | David Lönnhager | 2 | -2/+0 |
| 2020-12-02 | Load and show problem report in View Logs screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2020-12-02 | Allow loading the problem report file | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2020-12-02 | Set `collectJob` to `null` when deleting report | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-12-02 | Open View Logs screen when button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-12-02 | Create initial View App Logs fragment | Janito Vaqueiro Ferreira Filho | 2 | -0/+58 |
| 2020-12-02 | Add View App Logs button to Problem Report screen | Janito Vaqueiro Ferreira Filho | 2 | -1/+7 |
| 2020-11-30 | Update Android changes | Linus Färnstrand | 1 | -5/+5 |
| 2020-11-30 | Close account history when back button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-11-30 | Allow checking if `AccountLogin` has focus | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-11-30 | Allow intercepting back button presses | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-11-30 | Allow navigating to remove button of account entry | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-30 | Set account input state when showing login screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-27 | Advance to next screen if already logged in | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2020-11-27 | Create `loginResultForExpiry` helper method | Janito Vaqueiro Ferreira Filho | 1 | -5/+9 |
| 2020-11-26 | Fix title collapse animation hook | Janito Vaqueiro Ferreira Filho | 2 | -9/+24 |
| 2020-11-26 | Mark that `getSettings` can return `null` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-11-26 | Handle `null` version string | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-11-26 | Handle a `null` WWW auth token | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-11-26 | Handle `null` account history | Janito Vaqueiro Ferreira Filho | 2 | -3/+5 |
| 2020-11-26 | Handle fetching a `null` tunnel state | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-11-26 | Don't overwrite `instance` if not running | Janito Vaqueiro Ferreira Filho | 1 | -7/+9 |
| 2020-11-26 | Set `instance` to `null` when force stopping | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-11-26 | Update state in the `restart` method | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2020-11-26 | Don't restart if `onDestroy` has executed | Janito Vaqueiro Ferreira Filho | 1 | -4/+8 |
| 2020-11-25 | Refactor to use a `State` enumeration | Janito Vaqueiro Ferreira Filho | 1 | -17/+16 |
| 2020-11-25 | Don't restart after `onDestroy` has been called | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-11-25 | Rename TAP adapter error cause on Android | David Lönnhager | 3 | -3/+3 |
| 2020-11-24 | Make sure notification is removed when closing | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-11-24 | Don't delay updating the notification | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-11-24 | Call `startForeground` as soon as possible | Janito Vaqueiro Ferreira Filho | 1 | -16/+8 |
| 2020-11-24 | Refactor to simplify daemon lifecycle in service | Janito Vaqueiro Ferreira Filho | 1 | -27/+6 |
| 2020-11-24 | Wait for split tunneling to be ready | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-11-24 | Move daemon file preparation to `DaemonInstance` | Janito Vaqueiro Ferreira Filho | 2 | -28/+31 |
| 2020-11-24 | Use `DaemonInstance` helper in `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -12/+27 |
| 2020-11-24 | Create `DaemonInstance` helper actor | Janito Vaqueiro Ferreira Filho | 1 | -0/+78 |
| 2020-11-24 | Pass resource dir. when sending problem report | Janito Vaqueiro Ferreira Filho | 2 | -3/+9 |
