| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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 | |
| 2020-05-11 | Open dialog when Redeem Voucher button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 | |
| 2020-05-11 | Create Redeem Voucher dialog | Janito Vaqueiro Ferreira Filho | 5 | -0/+116 | |
| 2020-05-11 | Add inset to dialogs | Janito Vaqueiro Ferreira Filho | 3 | -6/+12 | |
| 2020-05-11 | Add button to redeem voucher | Janito Vaqueiro Ferreira Filho | 2 | -0/+7 | |
| 2020-05-11 | Extend account number touch area to whole width | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-05-11 | Handle login listener separately | Janito Vaqueiro Ferreira Filho | 2 | -12/+25 | |
| 2020-05-11 | Skip using `serviceInstance` property | Janito Vaqueiro Ferreira Filho | 1 | -20/+13 | |
| 2020-05-11 | Save subscription ID for unsubscribing later | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-05-11 | Force unsubscription from tunnel events | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-05-11 | Format Android XML files | Janito Vaqueiro Ferreira Filho | 21 | -178/+119 | |
| 2020-05-08 | Move `AccountCache` to service package | Janito Vaqueiro Ferreira Filho | 6 | -8/+9 | |
| 2020-05-08 | Don't fetch expiry when account isn't set | Janito Vaqueiro Ferreira Filho | 1 | -13/+14 | |
| 2020-05-08 | Don't overwrite expiry if fetch failed | Janito Vaqueiro Ferreira Filho | 1 | -4/+3 | |
| 2020-05-08 | Use `JobTracker` in `AccountCache` | Janito Vaqueiro Ferreira Filho | 3 | -35/+28 | |
| 2020-05-07 | Remove premature tear-down of `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 | |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 3 | -9/+4 | |
| 2020-05-05 | Fix order of `AppVersionInfo` ctor. parameters | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-05-05 | Sort relay list alphabetically | Emīls | 1 | -1/+8 | |
| 2020-05-04 | Promise service is foreground in quick-settings | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2020-05-04 | Promise service is foreground in notification | Janito Vaqueiro Ferreira Filho | 1 | -2/+7 | |
| 2020-05-04 | Check login status before handling pending action | Janito Vaqueiro Ferreira Filho | 1 | -13/+14 | |
| 2020-05-04 | Change how the service knows if user is logged in | Janito Vaqueiro Ferreira Filho | 1 | -5/+6 | |
