| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
| 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 |
| 2020-11-23 | Extract `api-ip-address.txt` file on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-23 | Try to connect even if VPN permission is denied | Janito Vaqueiro Ferreira Filho | 1 | -3/+2 |
| 2020-11-23 | Return boolean to indicate if tunnel is up | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-11-23 | Treat all Kotlin compiler warnings as errors | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-23 | Remove unused variable | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-11-23 | Rename unused `action` paramater to `_` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-11-23 | Ignore warnings related to channel coroutines API | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-11-20 | Remove incorrect `LocalBinder.setUiVisible` usage | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-11-20 | Mark service reference as `null` when disconnected | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-20 | Use an actor for updating the notification | Janito Vaqueiro Ferreira Filho | 1 | -21/+59 |
| 2020-11-19 | Bundle API address cache with the app | David Lönnhager | 1 | -0/+1 |
| 2020-11-18 | Updating version in package files to 2020.7 | Linus Färnstrand | 1 | -2/+2 |
| 2020-11-16 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
