| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-04-27 | Set full public key as information | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-04-27 | Allow setting a maximum length for the information | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-04-27 | Change generate key button text when regenerating | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 |
| 2020-04-27 | Reset to idle state when resuming | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-27 | Show generation error messages | Janito Vaqueiro Ferreira Filho | 1 | -9/+15 |
| 2020-04-27 | Allow showing errors in `InformationView` | Janito Vaqueiro Ferreira Filho | 1 | -5/+27 |
| 2020-04-27 | Allow changing the information text color | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2020-04-27 | Update key spinners separately | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-04-27 | Update Generate Key button text | Janito Vaqueiro Ferreira Filho | 1 | -8/+9 |
| 2020-04-27 | Update verifying key spinner separately | Janito Vaqueiro Ferreira Filho | 1 | -9/+12 |
| 2020-04-27 | Send key generation failure event on `null` result | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-04-27 | Update button states separately | Janito Vaqueiro Ferreira Filho | 1 | -5/+12 |
| 2020-04-27 | Don't update Manage Keys button with other buttons | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-04-27 | Spawn UI tasks when events are received | Janito Vaqueiro Ferreira Filho | 1 | -45/+43 |
| 2020-04-27 | Update WireGuard Key screen buttons | Janito Vaqueiro Ferreira Filho | 1 | -19/+15 |
| 2020-04-27 | Add detail image and spinner to `UrlButton` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-27 | Add detail image to `Button` | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 |
| 2020-04-27 | Change `Button` to support showing a spinner | Janito Vaqueiro Ferreira Filho | 1 | -5/+79 |
| 2020-04-27 | Use `UrlButton` in WireGuard Key screen | Janito Vaqueiro Ferreira Filho | 1 | -30/+4 |
| 2020-04-27 | Create `UrlButton` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+100 |
| 2020-04-27 | Change `Button` to be sub-classable | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2020-04-27 | Allow asynchronous on click handlers on buttons | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2020-04-27 | Replace custom job management with `JobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -12/+4 |
| 2020-04-27 | Change how validation error is shown | Janito Vaqueiro Ferreira Filho | 1 | -40/+32 |
| 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 |
