| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-25 | Use new `EventNotifier` API in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -11/+4 |
| 2020-05-25 | Use new `EventNotifier` API in `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-25 | Use new `EventNotifier` API in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -13/+14 |
| 2020-05-25 | Use new `EventNotifier` API in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -4/+7 |
| 2020-05-25 | Document `EventNotifier`'s object ID usage risks | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-05-25 | Refactor `EventNotifier` to use objects as IDs | Janito Vaqueiro Ferreira Filho | 1 | -4/+10 |
| 2020-05-25 | Remove unnecessary class specifier | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-22 | Try to fetch account expiry at least once | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-22 | Set-up listener before requesting account fetch | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-20 | Replace callback with event notifier | Janito Vaqueiro Ferreira Filho | 3 | -19/+17 |
| 2020-05-20 | Consider unbound when `onUnbind` is called | Janito Vaqueiro Ferreira Filho | 1 | -9/+3 |
| 2020-05-20 | Promise that the service will run in foreground | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2020-05-19 | Add scripts to configure F-Droid build server | Janito Vaqueiro Ferreira Filho | 3 | -0/+97 |
| 2020-05-19 | Add separate build type for F-Droid APK | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-05-19 | Simplify Maven URL syntax | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-18 | Updating version in package files2020.5-beta1 | Linus Färnstrand | 1 | -2/+2 |
| 2020-05-14 | Refetch account expiry in Account screen if needed | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-05-14 | Stop fetch retries when listener is removed | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-14 | Retry fetching expiry if it fails | Janito Vaqueiro Ferreira Filho | 1 | -3/+22 |
| 2020-05-14 | Refactor expiry fetch in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -16/+13 |
| 2020-05-14 | Always enable the beta program in beta versions | David Lönnhager | 2 | -2/+2 |
| 2020-05-12 | Periodically poll account expiry | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-05-12 | Advance to Connect screen on account time increase | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 |
| 2020-05-12 | Change header bar color based on state | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-05-12 | Disable buy buttons when app has no connectivity | Janito Vaqueiro Ferreira Filho | 1 | -2/+12 |
| 2020-05-12 | Hide disconnect button when already disconnected | Janito Vaqueiro Ferreira Filho | 1 | -0/+43 |
| 2020-05-12 | Implement Disconnect button behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-05-12 | Implement Redeem Voucher button behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 |
| 2020-05-12 | Implement Buy More Credit button behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2020-05-12 | Implement settings button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2020-05-12 | Open Out Of Time screen from the Login screen | Janito Vaqueiro Ferreira Filho | 2 | -10/+28 |
| 2020-05-12 | Recheck account time when expiry time is reached | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 |
| 2020-05-12 | Open Out Of Time screen from Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 |
| 2020-05-12 | Create Out Of Time screen | Janito Vaqueiro Ferreira Filho | 3 | -0/+107 |
| 2020-05-12 | Implement support for custom red buttons | Janito Vaqueiro Ferreira Filho | 2 | -1/+6 |
| 2020-05-12 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
| 2020-05-11 | Update message about payment methods | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-11 | Handle voucher submission errors | Janito Vaqueiro Ferreira Filho | 2 | -0/+21 |
| 2020-05-11 | Use `VoucherSubmissionResult` instead | Janito Vaqueiro Ferreira Filho | 2 | -7/+10 |
| 2020-05-11 | Create `VoucherSubmissionResult` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-05-11 | Implement voucher submission from dialog | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-05-11 | Create `MullvadDaemon.submitVoucher` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-05-11 | Create `VoucherSubmission` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-05-11 | Disable button while click action is executed | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-05-11 | Only enable Redeem Button when daemon is running | Janito Vaqueiro Ferreira Filho | 1 | -3/+34 |
| 2020-05-11 | Create `voucherIsValid` property | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2020-05-11 | Only enable Redeem button if voucher code is valid | Janito Vaqueiro Ferreira Filho | 1 | -1/+33 |
| 2020-05-11 | Format voucher code input | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2020-05-11 | Create `SegmentedInputFormatter` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+137 |
| 2020-05-11 | Implement Cancel button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+20 |
