| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 | 3 | -2/+11 |
| 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 | 2 | -2/+2 |
| 2020-09-02 | Create `AccountInput` widget class | Janito Vaqueiro Ferreira Filho | 3 | -27/+63 |
| 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 | Change account input border drawables | Janito Vaqueiro Ferreira Filho | 2 | -6/+2 |
| 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 | 3 | -0/+41 |
| 2020-09-01 | Add unfocused border drawable | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-09-01 | Change corner image based on state | Janito Vaqueiro Ferreira Filho | 1 | -3/+19 |
| 2020-09-01 | Create corner images for focused and error states | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 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 | 3 | -1/+56 |
| 2020-09-01 | Create account input corner drawable | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-09-01 | Simplify account input backgrounds | Janito Vaqueiro Ferreira Filho | 2 | -36/+12 |
| 2020-09-01 | Make `AccountInputContainer` a `RelativeLayout` | Janito Vaqueiro Ferreira Filho | 2 | -26/+29 |
| 2020-08-27 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
| 2020-08-27 | Update Android beta.txt changelog | Linus Färnstrand | 1 | -6/+5 |
| 2020-08-25 | Fix when account is marked as not new | Janito Vaqueiro Ferreira Filho | 1 | -3/+14 |
| 2020-08-25 | Use standard side margin in app list item | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2020-08-25 | Don't place "Split tunneling" menu in new section | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-08-25 | Fix missing divider | Janito Vaqueiro Ferreira Filho | 1 | -6/+1 |
| 2020-08-25 | Make description text color white | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-08-25 | Use cell dimensions for "Exclude applications" | Janito Vaqueiro Ferreira Filho | 1 | -3/+4 |
| 2020-08-25 | Fix side margin of "Exclude applications" header | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-25 | Fix text size of "Exclude applications" header | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-08-25 | Increase space between icon and text | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-08-25 | Add missing margin to spinner | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-08-25 | Reduce app list item icon size | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-08-25 | Create dimension for app list item icon size | Janito Vaqueiro Ferreira Filho | 2 | -4/+5 |
| 2020-08-25 | Fix app toggle dimensions | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-25 | Fix destruction of `SelectLocationFragment`'s view | Janito Vaqueiro Ferreira Filho | 1 | -2/+1 |
| 2020-08-24 | Update doc. to describe how plurals are handled | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-08-24 | Update plurals to remove unnecessary parameters | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2020-08-24 | Append plural messages to gettext template file | Janito Vaqueiro Ferreira Filho | 1 | -2/+37 |
| 2020-08-24 | Only append to template if needed | Janito Vaqueiro Ferreira Filho | 1 | -12/+12 |
