| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-04-27 | Rename `uiJobTracker` to `jobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2020-04-27 | Use job creation helper method | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2020-04-27 | Hide spinner correctly | Janito Vaqueiro Ferreira Filho | 1 | -11/+5 |
| 2020-04-27 | Add helper functions to spawn specific job types | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-04-27 | Refactor how key information is shown | Janito Vaqueiro Ferreira Filho | 1 | -42/+25 |
| 2020-04-27 | Don't consider key status for "Manage Key" state | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-04-27 | Change how key status message is shown | Janito Vaqueiro Ferreira Filho | 1 | -30/+53 |
| 2020-04-27 | Create `keyStatus` property | Janito Vaqueiro Ferreira Filho | 1 | -4/+13 |
| 2020-04-27 | Refactor how buttons are updated | Janito Vaqueiro Ferreira Filho | 1 | -16/+34 |
| 2020-04-27 | Implement support for named jobs in `JobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -0/+21 |
| 2020-04-27 | Replace flags with `ActionState` enum | Janito Vaqueiro Ferreira Filho | 1 | -13/+16 |
| 2020-04-27 | Move `resetReconnectionExpected` method | Janito Vaqueiro Ferreira Filho | 1 | -11/+11 |
| 2020-04-27 | Create new `widget` package | Janito Vaqueiro Ferreira Filho | 5 | -3/+8 |
| 2020-04-27 | Refactor to move pause and resume methods | Janito Vaqueiro Ferreira Filho | 1 | -36/+36 |
| 2020-04-27 | Disable copying information when it is `null` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-04-27 | Allow enabling or disabling the `InformationView` | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2020-04-27 | Use new widgets in WireGuard key screen | Janito Vaqueiro Ferreira Filho | 2 | -105/+20 |
| 2020-04-27 | Create `TimeAgoFormatter` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+36 |
| 2020-04-27 | Allow showing spinner when information is missing | Janito Vaqueiro Ferreira Filho | 1 | -10/+17 |
| 2020-04-27 | Use `whenMissing` attribute in account layout | Janito Vaqueiro Ferreira Filho | 1 | -13/+2 |
| 2020-04-27 | Add `whenMissing` attribute to the new widget | Janito Vaqueiro Ferreira Filho | 1 | -3/+42 |
| 2020-04-27 | Use new widgets in `AccountFragment` | Janito Vaqueiro Ferreira Filho | 1 | -34/+10 |
| 2020-04-27 | Create `CopyableInformationView` helper widget | Janito Vaqueiro Ferreira Filho | 2 | -1/+66 |
| 2020-04-27 | Create `InformationView` helper widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+78 |
| 2020-04-27 | Add spinners to WireGuard key information | Janito Vaqueiro Ferreira Filho | 2 | -1/+25 |
| 2020-04-27 | Add spinner to show when verifying key | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-04-27 | Show time since WireGuard key was generated | Janito Vaqueiro Ferreira Filho | 1 | -13/+5 |
| 2020-04-27 | Create `TimeSinceLabel` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+53 |
| 2020-04-27 | Change how public key is copied to the clipboard | Janito Vaqueiro Ferreira Filho | 1 | -10/+18 |
| 2020-04-27 | Make the "Generate key" a button | Janito Vaqueiro Ferreira Filho | 1 | -29/+13 |
| 2020-04-27 | Make "Verify key" a button | Janito Vaqueiro Ferreira Filho | 1 | -26/+10 |
| 2020-04-27 | Use the custom button widget for "Manage keys" | Janito Vaqueiro Ferreira Filho | 1 | -20/+10 |
| 2020-04-27 | Create custom `Button` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2020-04-27 | Move `WireGuard key` option into `Advanced` screen | Janito Vaqueiro Ferreira Filho | 2 | -8/+23 |
| 2020-04-27 | Show specific error when VPN permission is denied | Janito Vaqueiro Ferreira Filho | 3 | -2/+9 |
| 2020-04-27 | Ensure `prepare` is called before creating tunnel | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-04-27 | Adjust android code for new mullvad-rpc | Emīls | 2 | -2/+3 |
| 2020-04-22 | Migrate files to new location | Janito Vaqueiro Ferreira Filho | 1 | -0/+11 |
| 2020-04-22 | Create `FileMigrator` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-04-22 | Remove hard-coded log directory for problem report | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-04-22 | Store problem report file in app's files directory | Janito Vaqueiro Ferreira Filho | 2 | -6/+16 |
| 2020-04-22 | Refactor `FileResourceExtractor` | Janito Vaqueiro Ferreira Filho | 2 | -6/+8 |
| 2020-04-22 | Refactor to create `prepareFiles()` method | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-04-22 | Use Android app files directory for resources | Janito Vaqueiro Ferreira Filho | 2 | -12/+8 |
| 2020-04-22 | Use Android app's files directory for logs | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-04-22 | Use cache directory given by Android | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-03-30 | Don't overwrite MTU value when user is editing it | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-03-30 | Only submit values that are inside the range | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-03-30 | Add `hasFocus` property to `CellInput` | Janito Vaqueiro Ferreira Filho | 1 | -5/+14 |
| 2020-03-30 | Listen for MTU value setting changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
