| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| Synchronization is not needed because it will happen on the UI thread. | |||||
| 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 | |
| Allows the tunnel state machine to determine if it is blocking connections when entering the error state. | |||||
| 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-20 | Remove incorrect `LocalBinder.setUiVisible` usage | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 | |
| It was being called inside `MainActivity.onStart`, if the `service` property was not `null`. However, that meant it called a previous instance of the `MullvadVpnService.LocalBinder` if the service is stopped while the UI was not visible, since the activity unbinds from the service in the `onStop` method. | |||||
| 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 | |
| Ensures that all updates are done in the UI thread. | |||||
| 2020-11-13 | Initialize `SplitTunneling` in the background | Janito Vaqueiro Ferreira Filho | 1 | -9/+19 | |
| 2020-11-13 | Create `SplitTunneling` instance sooner | Janito Vaqueiro Ferreira Filho | 1 | -6/+12 | |
| Loads the excluded app list before the daemon is started. | |||||
| 2020-11-09 | Update translation strings on Android | Janito Vaqueiro Ferreira Filho | 18 | -39/+57 | |
| 2020-11-09 | Replace "Enabled" with "Enable" in Split Tunneling | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2020-11-04 | Establish minimum cell widget height | Janito Vaqueiro Ferreira Filho | 2 | -0/+3 | |
| 2020-11-04 | Fix cell widget text size | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-28 | Also call `startForegroundService` in `onCreate` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-10-28 | Always call `startForeground` on start command | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-10-28 | Remove unnecessary conditional | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-28 | Synchronize updates to the notification | Janito Vaqueiro Ferreira Filho | 1 | -11/+15 | |
| 2020-10-28 | Add a `acknowledgeStartForeground` helper method | Janito Vaqueiro Ferreira Filho | 1 | -6/+21 | |
| Used to temporarily place the notification in the foreground by calling `startForeground` in order to avoid ANR timeouts. | |||||
| 2020-10-28 | Allow sending reconnect command while reconnecting | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-23 | Intercept scroll events from item animations | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2020-10-23 | Refactor to create `dispatchScrollEvent` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-10-23 | Create `CustomItemAnimator` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+37 | |
| Allows listening for item movement animations. | |||||
| 2020-10-22 | Remove trailing separator after updating selection | Janito Vaqueiro Ferreira Filho | 1 | -2/+9 | |
| 2020-10-21 | Make screen orientation requirement optional | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-10-21 | Make touch screen requirement optional | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-10-21 | Start with the background focused | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-10-21 | Make the account input box the next focusable view | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-10-20 | Use landscape orientation on TVs | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 | |
| 2020-10-20 | Allow orientation to flip 180 degrees | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-19 | Collapse history when logging in with keyboard | Janito Vaqueiro Ferreira Filho | 1 | -2/+5 | |
| 2020-10-19 | Listen for input and history focus events | Janito Vaqueiro Ferreira Filho | 1 | -3/+9 | |
| This prevents the account history from collapsing when navigating from the input into one of the account history entries. | |||||
| 2020-10-19 | Create `Debouncer` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+39 | |
| 2020-10-19 | Allow listening for account history focus events | Janito Vaqueiro Ferreira Filho | 2 | -4/+19 | |
