| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 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 |
| 2020-10-19 | Make account history entries focusable | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 |
| 2020-10-19 | Make account focusable in Welcome screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-10-19 | Make apps focusable on Split Tunneling screen | Janito Vaqueiro Ferreira Filho | 2 | -2/+10 |
| 2020-10-19 | Make MTU cell not focusable | Janito Vaqueiro Ferreira Filho | 1 | -2/+5 |
| 2020-10-19 | Mark `InformationView` as focusable if clickable | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2020-10-19 | Use observable delegate in `InformationView` | Janito Vaqueiro Ferreira Filho | 1 | -44/+11 |
| 2020-10-19 | Change green button background color when focused | Janito Vaqueiro Ferreira Filho | 2 | -1/+10 |
| 2020-10-19 | Mark settings back buttons as focusable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-10-19 | Make cell buttons focusable | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2020-10-19 | Refactor relay list item to add keyboard support | Janito Vaqueiro Ferreira Filho | 2 | -36/+51 |
| 2020-10-19 | Change button background color when focused | Janito Vaqueiro Ferreira Filho | 6 | -6/+56 |
| 2020-10-19 | Make tunnel information collapsable area focusable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-10-19 | Make Navigation Bar widget focusable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-10-06 | Show the "Thanks!" part of the message in green. | Janito Vaqueiro Ferreira Filho | 1 | -2/+14 |
| 2020-10-06 | Split the `sent_thanks` message string in two | Janito Vaqueiro Ferreira Filho | 19 | -19/+2 |
| 2020-10-06 | Remove "Secure Connection" message | Janito Vaqueiro Ferreira Filho | 1 | -8/+0 |
| 2020-10-05 | Change payment button ID and rename properties | Janito Vaqueiro Ferreira Filho | 4 | -8/+8 |
| 2020-10-05 | Consolidate repeated payment buttons layout | Janito Vaqueiro Ferreira Filho | 7 | -40/+28 |
| 2020-10-05 | Use `SitePaymentButton` widget | Janito Vaqueiro Ferreira Filho | 6 | -33/+27 |
| 2020-10-05 | Create `SitePaymentButton` widget | Janito Vaqueiro Ferreira Filho | 2 | -1/+36 |
| 2020-10-05 | Allow changing the button label programatically | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-10-05 | Use `RedeemVoucherButton` | Janito Vaqueiro Ferreira Filho | 6 | -48/+28 |
| 2020-10-05 | Create `RedeemVoucherButton` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+37 |
| 2020-10-05 | Quit when notification is dismissed | Janito Vaqueiro Ferreira Filho | 1 | -1/+15 |
| 2020-10-05 | Allow specifying intent for notification dismissal | Janito Vaqueiro Ferreira Filho | 1 | -7/+21 |
| 2020-10-05 | React to a start command with a quit action | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2020-10-05 | Allow `onForeground` property to be read | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2020-10-05 | Remove spaces from account token before logging in | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-10-02 | Replace property assignment with setter usage | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-29 | Use `ExponentialBackoff` in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -22/+8 |
| 2020-09-29 | Use `ExponentialBackoff` helper in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -19/+16 |
| 2020-09-29 | Create `ExponentialBackoff` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+52 |
| 2020-09-25 | Keep account login static when removing entries | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 |
| 2020-09-25 | Remove account from history when button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-25 | Refactor to use `.apply` block | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2020-09-25 | Add `AccountCache.removeAccountFromHistory` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-09-25 | Add `AccountLogin.onRemoveFromHistory` callback | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-09-25 | Add account entry removal callback to the adapter | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-09-25 | Add `onRemove` callback to `AccountHistoryHolder` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-09-25 | Implement `MullvadDaemon.removeAccountFromHistory` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-09-25 | Add remove button to the account history entries | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-09-25 | Create drawables for the remove button | Janito Vaqueiro Ferreira Filho | 3 | -0/+84 |
| 2020-09-25 | Use a `FrameLayout` for the account history entry | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 |
| 2020-09-24 | Format account history entries | Janito Vaqueiro Ferreira Filho | 2 | -3/+14 |
| 2020-09-24 | Create `SegmentedTextFormatter` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2020-09-24 | Format account string in `AccountInput` | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
