| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-28 | Automatically update expiry after adding time | Janito Vaqueiro Ferreira Filho | 1 | -1/+28 |
| 2020-05-28 | Allow adding an extra action in the `UrlButton` | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2020-05-28 | Invalidate account expiry when voucher is redeemed | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-05-28 | Refactor to create `handleAddedTime` method | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-05-28 | Update `AccountCache` to look for an expiry update | Janito Vaqueiro Ferreira Filho | 1 | -5/+39 |
| 2020-05-28 | Add Redeem Voucher button | Janito Vaqueiro Ferreira Filho | 2 | -0/+19 |
| 2020-05-28 | Add Buy More Time button | Janito Vaqueiro Ferreira Filho | 2 | -1/+14 |
| 2020-05-28 | Use custom Button widget in Account screen | Janito Vaqueiro Ferreira Filho | 2 | -9/+14 |
| 2020-05-28 | Don't spawn job while updating data | Janito Vaqueiro Ferreira Filho | 1 | -14/+16 |
| 2020-05-28 | Clear expiry before changing the account number | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-28 | Remove old event notifications | Janito Vaqueiro Ferreira Filho | 1 | -15/+1 |
| 2020-05-28 | Use new event notifiers in `SettingsFragment` | Janito Vaqueiro Ferreira Filho | 1 | -9/+13 |
| 2020-05-28 | Use new event notifiers in `WelcomeFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-05-28 | Use new event notifiers in `OutOfTimeFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-28 | Use new event notifiers in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-28 | Use new event notifiers in `AccountFragment` | Janito Vaqueiro Ferreira Filho | 1 | -7/+12 |
| 2020-05-28 | Add event notifiers to `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-05-28 | Implement `EventNotifier.hasListeners` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-05-27 | Apply Gradle Play Publisher plugin | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-05-27 | Add release notes | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-05-27 | Add phone screenshots | Janito Vaqueiro Ferreira Filho | 5 | -0/+0 |
| 2020-05-27 | Add high-resolution icon image | Janito Vaqueiro Ferreira Filho | 1 | -0/+0 |
| 2020-05-27 | Move Android feature graphics to metadata dir. | Janito Vaqueiro Ferreira Filho | 1 | -0/+0 |
| 2020-05-27 | Add product information metadata | Janito Vaqueiro Ferreira Filho | 6 | -0/+49 |
| 2020-05-27 | Hide notification action button on lock screen | Janito Vaqueiro Ferreira Filho | 2 | -3/+27 |
| 2020-05-27 | Remove obsolete listener ID | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-05-27 | Ignore (dis)connect commands when device is locked | Janito Vaqueiro Ferreira Filho | 1 | -5/+12 |
| 2020-05-27 | Remove seconds from shown account expiry timestamp | Janito Vaqueiro Ferreira Filho | 1 | -8/+5 |
| 2020-05-27 | Show account number with spaces | Janito Vaqueiro Ferreira Filho | 1 | -1/+17 |
| 2020-05-27 | Add `displayFormatter` prop. to `InformationView` | Janito Vaqueiro Ferreira Filho | 1 | -3/+11 |
| 2020-05-27 | Show remaining time in days if less than 3 months | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2020-05-26 | Use the job tracker in `ProblemReportFragment` | Janito Vaqueiro Ferreira Filho | 1 | -12/+10 |
| 2020-05-26 | Use the job tracker in `SelectLocationFragment` | Janito Vaqueiro Ferreira Filho | 1 | -18/+13 |
| 2020-05-26 | Refactor `LaunchFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -9/+7 |
| 2020-05-26 | Refactor `SettingsFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -23/+8 |
| 2020-05-26 | Refactor `AdvancedFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -10/+2 |
| 2020-05-26 | Refactor `PreferencesFragment` to use `jobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -8/+1 |
| 2020-05-26 | Refactor `ConnectFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -25/+8 |
| 2020-05-26 | Refactor `AccountFragment` to use a job tracker | Janito Vaqueiro Ferreira Filho | 1 | -15/+14 |
| 2020-05-26 | Use `jobTracker` in `ServiceDependentFragment` | Janito Vaqueiro Ferreira Filho | 1 | -4/+1 |
| 2020-05-26 | Automatically cancel jobs when destroying views | Janito Vaqueiro Ferreira Filho | 6 | -12/+6 |
| 2020-05-26 | Move `jobTracker` field to `ServiceAwareFragment` | Janito Vaqueiro Ferreira Filho | 6 | -14/+3 |
| 2020-05-26 | Remove unnecessary job schedule | Janito Vaqueiro Ferreira Filho | 1 | -4/+1 |
| 2020-05-26 | Upgrade Gradle and Android Gradle Plugin versions | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-05-26 | Remove `kotlinter` Gradle plugin | Janito Vaqueiro Ferreira Filho | 1 | -18/+0 |
| 2020-05-25 | Reset UI state if VPN permission is needed | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-05-25 | Clear activity reference from connection proxy | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-25 | Add missing flag to start the activity | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2020-05-25 | Remove old subscription API from `EventNotifier` | Janito Vaqueiro Ferreira Filho | 1 | -12/+0 |
| 2020-05-25 | Remove old API from `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
