| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-09-04 | Rename widget reference property to `accountLogin` | Janito Vaqueiro Ferreira Filho | 1 | -10/+10 |
| 2020-09-04 | Shorten layout IDs inside the widget | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2020-09-04 | Fix account login widget jumping when logging in | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-09-04 | Move controller code into `AccountLogin` widget | Janito Vaqueiro Ferreira Filho | 3 | -122/+119 |
| 2020-09-04 | Create `AccountLogin` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2020-09-04 | Rename account input resources into account login | Janito Vaqueiro Ferreira Filho | 1 | -9/+9 |
| 2020-09-04 | Rename container widget into `AccountLoginBorder` | Janito Vaqueiro Ferreira Filho | 2 | -5/+5 |
| 2020-09-04 | Move `AccountInputContainer` into `widget` package | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 |
| 2020-09-04 | Notify current list when listener is first set | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-09-04 | Notify listener after fetching initial list | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-03 | Change fragment visibility lifecycle | Janito Vaqueiro Ferreira Filho | 10 | -35/+35 |
| 2020-09-03 | Leave launch screen even if window isn't focused | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-09-03 | Remove obsoleted `SwitchLocationButton` controller | Janito Vaqueiro Ferreira Filho | 1 | -118/+0 |
| 2020-09-03 | Use new `SwitchLocationButton` widget | Janito Vaqueiro Ferreira Filho | 1 | -4/+5 |
| 2020-09-03 | Update selected relay in UI thread | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2020-09-03 | Create `SwitchLocationButton` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+89 |
| 2020-09-02 | Fetch initial state after initializing properties | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-09-02 | Use notifier property delegates instead of setters | Janito Vaqueiro Ferreira Filho | 1 | -11/+4 |
| 2020-09-02 | Change property order | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-02 | Move setter side effects to the event listener | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-09-02 | Initialize notifiers before setters can use them | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-09-02 | Remove `usingErrorColor` property | Janito Vaqueiro Ferreira Filho | 1 | -18/+7 |
| 2020-09-02 | Refactor to rename `newInput` into `input` | Janito Vaqueiro Ferreira Filho | 1 | -10/+8 |
| 2020-09-02 | Replace text watcher with a text changed event | Janito Vaqueiro Ferreira Filho | 2 | -18/+8 |
| 2020-09-02 | Remove click handler for account input container | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 |
| 2020-09-02 | Open account history when focus is received | Janito Vaqueiro Ferreira Filho | 1 | -13/+9 |
| 2020-09-02 | Emit focus change events from the account input | Janito Vaqueiro Ferreira Filho | 1 | -2/+13 |
| 2020-09-02 | Create `loginWith` helper method in the widget | Janito Vaqueiro Ferreira Filho | 2 | -4/+6 |
| 2020-09-02 | Remove unused fields | Janito Vaqueiro Ferreira Filho | 1 | -3/+0 |
| 2020-09-02 | Move input view management to the widget | Janito Vaqueiro Ferreira Filho | 2 | -27/+28 |
| 2020-09-02 | Finish moving button enabling to the widget | Janito Vaqueiro Ferreira Filho | 2 | -13/+24 |
| 2020-09-02 | Move button visibility handling to the widget | Janito Vaqueiro Ferreira Filho | 2 | -9/+5 |
| 2020-09-02 | Move configuring if button is enabled to widget | Janito Vaqueiro Ferreira Filho | 2 | -18/+40 |
| 2020-09-02 | Move the `onLogin` property to the widget | Janito Vaqueiro Ferreira Filho | 2 | -4/+15 |
| 2020-09-02 | Add a `loginState` property to the widget | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2020-09-02 | Use the `observable` delegate in the controller | Janito Vaqueiro Ferreira Filho | 1 | -20/+17 |
| 2020-09-02 | Rename controller into `AccountInputController` | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-09-02 | Change the view ID of the login input area | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-02 | Create `AccountInput` widget class | Janito Vaqueiro Ferreira Filho | 1 | -0/+35 |
| 2020-09-01 | Explain the usage of duplicate drawables | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-09-01 | Update border views | Janito Vaqueiro Ferreira Filho | 1 | -12/+38 |
| 2020-09-01 | Remove border overlay | Janito Vaqueiro Ferreira Filho | 1 | -31/+2 |
| 2020-09-01 | Build border sides using image views | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-09-01 | Change corner image based on state | Janito Vaqueiro Ferreira Filho | 1 | -3/+19 |
| 2020-09-01 | Remove clipping outline | Janito Vaqueiro Ferreira Filho | 2 | -20/+1 |
| 2020-09-01 | Use views to make account input corners round | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2020-09-01 | Make `AccountInputContainer` a `RelativeLayout` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-25 | Fix when account is marked as not new | Janito Vaqueiro Ferreira Filho | 1 | -3/+14 |
| 2020-08-25 | Fix missing divider | Janito Vaqueiro Ferreira Filho | 1 | -6/+1 |
| 2020-08-25 | Fix destruction of `SelectLocationFragment`'s view | Janito Vaqueiro Ferreira Filho | 1 | -2/+1 |
