| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-09-21 | Change where border elevation is configured | Janito Vaqueiro Ferreira Filho | 2 | -14/+2 |
| 2020-09-21 | Move account input out of the border | Janito Vaqueiro Ferreira Filho | 1 | -9/+9 |
| 2020-09-21 | Change conditions when reconnect is anticipated | Janito Vaqueiro Ferreira Filho | 1 | -6/+17 |
| 2020-09-17 | Only use `setMetered` on newer API versions | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2020-09-10 | Mark VPN connection as not metered | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-09 | Avoid infinite recursion | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-09 | Always handle commands the same way | Janito Vaqueiro Ferreira Filho | 1 | -13/+7 |
| 2020-09-09 | Create `handlePendingAction` helper method | Janito Vaqueiro Ferreira Filho | 1 | -16/+19 |
| 2020-09-09 | Clear the task stack as needed when opening the UI | Janito Vaqueiro Ferreira Filho | 2 | -0/+2 |
| 2020-09-09 | Mark main activity to run as a single task | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 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 | 2 | -7/+7 |
| 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 | Move history into `AccountLogin` widget | Janito Vaqueiro Ferreira Filho | 2 | -7/+8 |
| 2020-09-04 | Create `AccountLogin` widget | Janito Vaqueiro Ferreira Filho | 3 | -9/+46 |
| 2020-09-04 | Rename account input resources into account login | Janito Vaqueiro Ferreira Filho | 10 | -31/+31 |
| 2020-09-04 | Rename container widget into `AccountLoginBorder` | Janito Vaqueiro Ferreira Filho | 4 | -9/+9 |
| 2020-09-04 | Move `AccountInputContainer` into `widget` package | Janito Vaqueiro Ferreira Filho | 3 | -6/+7 |
| 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 | Rename `normal_button_height` to `button_height` | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-03 | Remove obsoleted dimension resource | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 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 | 2 | -10/+9 |
| 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 | 2 | -0/+103 |
| 2020-09-03 | Set button minimum height instead of height | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 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 | 3 | -2/+11 |
| 2020-09-02 | Use the `observable` delegate in the controller | Janito Vaqueiro Ferreira Filho | 1 | -20/+17 |
