| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-06-19 | Show toast when copying account number | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-06-19 | Copy Mullvad account number to clipboard | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-06-18 | Wait for previous VPN connection to finish | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2019-06-18 | Create `ConnectivityListener` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+59 |
| 2019-06-18 | Remove obsoleted variable | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 |
| 2019-06-18 | Use `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 4 | -55/+37 |
| 2019-06-18 | Create `LocationInfoCache` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+67 |
| 2019-06-18 | Create `dataproxy` sub-package | Janito Vaqueiro Ferreira Filho | 4 | -6/+8 |
| 2019-06-17 | Show spinner while relay list is loading | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-06-17 | Use `RelayListListener` to handle the relay list | Janito Vaqueiro Ferreira Filho | 3 | -61/+68 |
| 2019-06-17 | Create `RelayListListener` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+113 |
| 2019-06-17 | Add relay list callback to `MullvadDaemon` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-17 | Refetch settings when logging in | Janito Vaqueiro Ferreira Filho | 1 | -5/+19 |
| 2019-06-17 | Animate transition to login screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-06-17 | Clear back stack when logging out | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-06-17 | Clear account number when logging out | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2019-06-17 | Go to login screen when logging out | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-06-17 | Show account expiry in Account screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2019-06-17 | Show account number in Account screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+35 |
| 2019-06-17 | Fetch account data when resuming Settings screen | Janito Vaqueiro Ferreira Filho | 3 | -0/+19 |
| 2019-06-17 | Create `AccountCache` helper class | Janito Vaqueiro Ferreira Filho | 3 | -24/+61 |
| 2019-06-17 | Implement back to settings button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2019-06-17 | Animate Account screen transitions | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-06-17 | Create initial empty Account screen | Janito Vaqueiro Ferreira Filho | 2 | -0/+25 |
| 2019-06-17 | Show remaining time of account in Settings | Janito Vaqueiro Ferreira Filho | 2 | -0/+103 |
| 2019-06-14 | Add Quit button to Settings fragment | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-14 | Animate opening and closing Settings fragment | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-06-14 | Add close button to Settings fragment | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2019-06-14 | Create initial empty Settings fragment | Janito Vaqueiro Ferreira Filho | 3 | -0/+28 |
| 2019-06-14 | Filter out OpenVPN relays and locations | Janito Vaqueiro Ferreira Filho | 1 | -9/+13 |
| 2019-06-14 | Add flag to `Relay` if it has Wireguard tunnels | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-06-13 | Move to Disconnecting screen as soon as possible | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-06-13 | Retry fetching real location if it fails | Janito Vaqueiro Ferreira Filho | 1 | -4/+16 |
| 2019-06-13 | Consider tunnel state when updating location info | Janito Vaqueiro Ferreira Filho | 2 | -13/+39 |
| 2019-06-13 | Clear location info when disconnecting | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-06-13 | Fetch location when updating Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-06-13 | Create `LocationInfo` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2019-06-13 | Implement `MullvadDaemon::getCurrentLocation` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2019-06-13 | Create `GeoIpLocation` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-06-11 | Move daemon thread to service | Janito Vaqueiro Ferreira Filho | 2 | -19/+33 |
| 2019-06-11 | Make `MullvadVpnService` a service | Janito Vaqueiro Ferreira Filho | 2 | -42/+52 |
| 2019-06-11 | Allow starting the service without an intent | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-06-11 | Fetch current state when `ConnectFragment` appears | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2019-06-11 | Implement `MullvadDaemon::getState` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-06-10 | Fix conversion from `Short` to `Int` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-05-29 | Request for VPN permissions before connecting | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 |
| 2019-05-29 | Pass `MullvadVpnService` to `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 2 | -4/+4 |
| 2019-05-29 | Create `MullvadVpnService` service | Janito Vaqueiro Ferreira Filho | 1 | -0/+79 |
| 2019-05-29 | Create `TunConfig` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-05-29 | Create `InetNetwork` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
