| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 | Update Kotlin plugin and libraries | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 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 |
| 2020-09-24 | Replace XML attributes with `KeyListener` instance | Janito Vaqueiro Ferreira Filho | 2 | -2/+5 |
| 2020-09-24 | Treat input as `EditText` instead of `TextView` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2020-09-24 | Fix use of separator in `SegmentedInputFormatter` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-09-24 | Refactor to improve consistency | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-24 | Remove obsoleted methods | Janito Vaqueiro Ferreira Filho | 2 | -4/+0 |
| 2020-09-24 | Allow expanding country with cities but no relays | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-24 | Allow expanding locations that only have one relay | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-24 | Avoid receiving events while tile listening stops | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-09-24 | Avoid using a null tile object | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-24 | Use an observable delegate for `secured` property | Janito Vaqueiro Ferreira Filho | 1 | -6/+5 |
| 2020-09-23 | Configure divider in the account history list | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-09-23 | Allow setting the top offset of the decoration | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-09-23 | Make `ListItemDividerDecoration` more generic | Janito Vaqueiro Ferreira Filho | 3 | -5/+21 |
| 2020-09-23 | Remove unnecessary property | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-23 | Replace `ListView` with `RecyclerView` | Janito Vaqueiro Ferreira Filho | 2 | -28/+20 |
| 2020-09-23 | Create `AccountHistoryAdapter` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+30 |
| 2020-09-23 | Create `AccountHistoryHolder` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 |
| 2020-09-23 | Remove unnecessary divider drawable | Janito Vaqueiro Ferreira Filho | 2 | -6/+0 |
| 2020-09-23 | Change view ID of the label in the history entry | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-23 | Remove unnecessary parameter | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-23 | Simplify property update in callback | Janito Vaqueiro Ferreira Filho | 1 | -8/+2 |
| 2020-09-23 | Only notify of changes if the value has changed | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
