| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-06-11 | Remove unused private method | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2020-06-11 | Remove unnecessary null-check | Janito Vaqueiro Ferreira Filho | 1 | -5/+1 |
| 2020-06-10 | Use hidden views for layout measurements | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2020-06-10 | Use `notifiable` in `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2020-06-10 | Create `EventNotifier.notifiable()` prop. delegate | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-06-08 | Make time running out warning clickable | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 |
| 2020-06-08 | Refactor to centralize click handling | Janito Vaqueiro Ferreira Filho | 1 | -20/+13 |
| 2020-06-08 | Show warning banner when account expiry is close | Janito Vaqueiro Ferreira Filho | 3 | -4/+32 |
| 2020-06-08 | Use observable property for input events | Janito Vaqueiro Ferreira Filho | 1 | -11/+2 |
| 2020-06-08 | Use `TimeLeftFormatter` in `RemainingTimeLabel` | Janito Vaqueiro Ferreira Filho | 1 | -16/+3 |
| 2020-06-08 | Create `TimeLeftFormatter` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+38 |
| 2020-06-05 | Allow screenshots to be taken in debug builds | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-06-05 | Mark support screen secure when showing email | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 |
| 2020-06-05 | Mark Account screen as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-05 | Mark WireGuard Key screen as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-05 | Make it easy for fragments to be marked as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-06-05 | Block screenshots when entering a secure screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 |
| 2020-06-05 | Ignore touch events when view is obscured | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-06-04 | Make Redeem Voucher scrollable | Janito Vaqueiro Ferreira Filho | 1 | -55/+59 |
| 2020-06-04 | Make Out Of Time screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -57/+66 |
| 2020-06-04 | Add margin above button container | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-04 | Make Welcome screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -64/+72 |
| 2020-06-04 | Make Confirm No Email dialog scrollable | Janito Vaqueiro Ferreira Filho | 1 | -23/+27 |
| 2020-06-04 | Remove incorrect ID in some layouts | Janito Vaqueiro Ferreira Filho | 5 | -5/+0 |
| 2020-06-04 | Scroll to important views during login steps | Janito Vaqueiro Ferreira Filho | 2 | -0/+21 |
| 2020-06-04 | Make Login screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -143/+146 |
| 2020-06-04 | Remove default button vertical padding | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-03 | Add a one-day margin of error to initial check | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-06-03 | Tweak margin below banner | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-06-03 | Add space for notification banner to expand | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2020-06-03 | Add `NotificationBanner.onHeightChange` callback | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2020-06-03 | Add a scroll view to the Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -119/+129 |
| 2020-06-02 | Don't recreate Activity to enter split-screen mode | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-06-02 | Clear back stack when returning to launch screen | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 |
| 2020-06-02 | Scroll to start of body when advancing the screen | Janito Vaqueiro Ferreira Filho | 2 | -0/+10 |
| 2020-06-02 | Add scroll animation to the Problem Report screen | Janito Vaqueiro Ferreira Filho | 2 | -150/+188 |
| 2020-06-02 | Add scroll animation to Preferences screen | Janito Vaqueiro Ferreira Filho | 2 | -88/+125 |
| 2020-06-02 | Add scroll animation to WireGuard Key screen | Janito Vaqueiro Ferreira Filho | 2 | -108/+147 |
| 2020-06-02 | Add scroll animation to Advanced screen | Janito Vaqueiro Ferreira Filho | 2 | -91/+129 |
| 2020-06-02 | Add scroll animation to Account screen | Janito Vaqueiro Ferreira Filho | 2 | -73/+107 |
| 2020-06-02 | Add scroll animation to Settings screen | Janito Vaqueiro Ferreira Filho | 2 | -175/+206 |
| 2020-06-02 | Create `CollapsibleTitleController` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+196 |
| 2020-06-02 | Create `ListenableScrollView` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+30 |
| 2020-06-02 | Create `LinearInterpolation` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 |
| 2020-06-01 | Fix access to uninitialized problem report object | Janito Vaqueiro Ferreira Filho | 2 | -8/+14 |
| 2020-06-01 | Delete problem report file in the background | Janito Vaqueiro Ferreira Filho | 1 | -3/+17 |
| 2020-06-01 | Refactor `KeyStatusListener` to remove `setUpJob` | Janito Vaqueiro Ferreira Filho | 1 | -11/+7 |
| 2020-06-01 | Move `KeyStatusListener` to the `service` package | Janito Vaqueiro Ferreira Filho | 4 | -6/+5 |
| 2020-06-01 | Refactor construction of `ServiceInstance` fields | Janito Vaqueiro Ferreira Filho | 2 | -15/+5 |
| 2020-05-29 | Remove redundant padding specification | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
