| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-02-06 | Allow `getRelayLocations` to return `null` | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-02-06 | Make sure `stopForeground` works on API 21 | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2020-02-04 | Fix key generation event override | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-02-04 | Gracefully handle when reconnection is expected | Janito Vaqueiro Ferreira Filho | 1 | -8/+50 |
| 2020-02-04 | Ensure status message color is always set | Janito Vaqueiro Ferreira Filho | 1 | -4/+2 |
| 2020-02-04 | Fix default value for key verification | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-02-03 | Fix NPE when the service is restarted by Android | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-01-31 | Keep notification in foreground while UI is shown | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-01-31 | Keep track if service is bound or not | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2020-01-31 | Allow notification to be locked on foreground | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 |
| 2020-01-31 | Remove service from foreground when disconnected | Janito Vaqueiro Ferreira Filho | 1 | -4/+20 |
| 2020-01-30 | Remove notification when service stops | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-01-30 | Use system settings to conenct on startup | Emīls | 1 | -0/+9 |
| 2020-01-29 | Only unsubscribe listeners if destroying activity | Janito Vaqueiro Ferreira Filho | 1 | -2/+1 |
| 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 |
