| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-12 | Merge branch 'add-out-of-time-screen' | Janito Vaqueiro Ferreira Filho | 9 | -11/+321 |
| 2020-05-12 | Describe Out Of Time screen in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 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 | Merge branch 'fix-ci' | Andrej Mihajlov | 1 | -0/+10 |
| 2020-05-12 | Add Keychain related files to test target | Andrej Mihajlov | 1 | -0/+10 |
| 2020-05-12 | Updating version in package files | Linus Färnstrand | 10 | -17/+17 |
| 2020-05-12 | Add 2020.4 changelog header | Linus Färnstrand | 1 | -0/+4 |
| 2020-05-11 | Merge branch 'add-keychain-abstractions' | Andrej Mihajlov | 7 | -9/+493 |
| 2020-05-11 | Add keychain abstractions | Andrej Mihajlov | 7 | -9/+493 |
| 2020-05-11 | Merge branch 'add-redeem-voucher' | Janito Vaqueiro Ferreira Filho | 24 | -25/+548 |
| 2020-05-11 | Describe redeeming vouchers in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-11 | Update message about payment methods | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-11 | Log voucher submission errors | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2020-05-11 | Handle voucher submission errors | Janito Vaqueiro Ferreira Filho | 2 | -0/+21 |
| 2020-05-11 | Use `VoucherSubmissionResult` instead | Janito Vaqueiro Ferreira Filho | 4 | -20/+17 |
| 2020-05-11 | Create `VoucherSubmissionResult` type | Janito Vaqueiro Ferreira Filho | 2 | -1/+37 |
| 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 | 2 | -0/+37 |
| 2020-05-11 | Implement `DaemonInterface::submit_voucher` | Janito Vaqueiro Ferreira Filho | 1 | -1/+12 |
| 2020-05-11 | Create `VoucherSubmission` class | Janito Vaqueiro Ferreira Filho | 3 | -0/+8 |
| 2020-05-11 | Update `jnix` dependency to version `0.2.3` | Janito Vaqueiro Ferreira Filho | 5 | -13/+13 |
| 2020-05-11 | Disable button while click action is executed | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-05-11 | Remove unnecessary crate path | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 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 | Merge branch 'fix-leftover-notification' | Janito Vaqueiro Ferreira Filho | 3 | -29/+37 |
| 2020-05-11 | Describe leftover notification fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-11 | Handle login listener separately | Janito Vaqueiro Ferreira Filho | 2 | -12/+25 |
