| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-01-14 | Stop the service if VPN permission is revoked | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-01-14 | Document assumption in `onNewServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-01-14 | Notify UI when daemon has stopped | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-01-14 | Ignore service events if fragment is paused | Janito Vaqueiro Ferreira Filho | 1 | -24/+58 |
| 2020-01-14 | Only call lifecycle methods if connection is ready | Janito Vaqueiro Ferreira Filho | 7 | -40/+120 |
| 2020-01-14 | Stop daemon earlier | Janito Vaqueiro Ferreira Filho | 1 | -6/+1 |
| 2020-01-13 | Restart service if daemon stops unexpectedly | Janito Vaqueiro Ferreira Filho | 1 | -2/+12 |
| 2020-01-13 | Refactor tear down in `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-01-13 | Notify when daemon thread has stopped | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-01-07 | Handle no service connection in `SettingsFragment` | Janito Vaqueiro Ferreira Filho | 1 | -18/+46 |
| 2020-01-07 | Remove listener handling in `RemainingTimeLabel` | Janito Vaqueiro Ferreira Filho | 2 | -32/+21 |
| 2020-01-07 | Handle no service in service dependent fragments | Janito Vaqueiro Ferreira Filho | 7 | -6/+29 |
| 2020-01-07 | Remove `WwwAuthTokenRetriever` | Janito Vaqueiro Ferreira Filho | 6 | -27/+6 |
| 2020-01-07 | Use synchronous daemon in `WwwAuthTokenRetriever` | Janito Vaqueiro Ferreira Filho | 2 | -14/+3 |
| 2020-01-07 | Fetch WWW auth. token in the background | Janito Vaqueiro Ferreira Filho | 3 | -14/+6 |
| 2020-01-07 | Use synchronous daemon in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 2 | -20/+5 |
| 2020-01-07 | Use synchronous daemon in `RelayListListener` | Janito Vaqueiro Ferreira Filho | 2 | -16/+7 |
| 2020-01-07 | Use synchronous `ConnectivityListener` | Janito Vaqueiro Ferreira Filho | 2 | -10/+6 |
| 2020-01-07 | Use synchronous daemon in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 2 | -4/+3 |
| 2020-01-07 | Use synchronous daemon in `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 2 | -30/+26 |
| 2020-01-07 | Use synchronous daemon in `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 2 | -9/+3 |
| 2020-01-07 | Use synchronous daemon in `AccountCache` | Janito Vaqueiro Ferreira Filho | 2 | -4/+3 |
| 2019-12-17 | Replace `resetComplete` with `isStopping` flag | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 |
| 2019-12-17 | Remove service connection coroutines | Janito Vaqueiro Ferreira Filho | 2 | -40/+17 |
| 2019-12-17 | Remove unused properties from `LocalBinder` | Janito Vaqueiro Ferreira Filho | 1 | -6/+1 |
| 2019-12-17 | Refactor to remove `connectionProxy` variable | Janito Vaqueiro Ferreira Filho | 1 | -6/+15 |
| 2019-12-17 | Remove properties replaced by service connection | Janito Vaqueiro Ferreira Filho | 1 | -26/+0 |
| 2019-12-17 | Refactor `LaunchFragment` to make it service aware | Janito Vaqueiro Ferreira Filho | 1 | -17/+17 |
| 2019-12-17 | Make `LoginFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -12/+1 |
| 2019-12-17 | Make `AccountFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -14/+3 |
| 2019-12-17 | Decouple `RemainingTimeLabel` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -7/+7 |
| 2019-12-17 | Make `SettingsFragment` service aware | Janito Vaqueiro Ferreira Filho | 1 | -10/+4 |
| 2019-12-17 | Make `SelectLocationFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -18/+4 |
| 2019-12-17 | Make `WireguardKeyFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -18/+2 |
| 2019-12-17 | Make `ConnectFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -30/+3 |
| 2019-12-17 | Create `ServiceDependentFragment` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+57 |
| 2019-12-17 | Create `ServiceAwareFragment` helper class | Janito Vaqueiro Ferreira Filho | 2 | -1/+48 |
| 2019-12-17 | Add a service connection event notifier | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2019-12-13 | Add blocking wait for TunnelDevice to come up on Android | Emīls | 1 | -0/+1 |
| 2019-12-13 | Use `ConnectionProxy` directly | Janito Vaqueiro Ferreira Filho | 4 | -55/+21 |
| 2019-12-13 | Use `ServiceConnection` in `MainActivity` | Janito Vaqueiro Ferreira Filho | 1 | -27/+41 |
| 2019-12-13 | Rename old `MainActivity.serviceConnection` field | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2019-12-13 | Handle set up and tear down in `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-12-13 | Create UI-side `ServiceConnection` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+38 |
| 2019-12-13 | Decouple `RelayListListener` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -9/+8 |
| 2019-12-13 | Decouple `SettingsListener` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -4/+4 |
| 2019-12-13 | Decouple `AppVersionInfoCache` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -5/+5 |
| 2019-12-13 | Add `ServiceInstance` notifier to the service | Janito Vaqueiro Ferreira Filho | 1 | -1/+12 |
| 2019-12-13 | Create `ServiceInstance` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-12-12 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
