| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 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 | Merge branch 'fix-android-ci-xml-formatting' | Janito Vaqueiro Ferreira Filho | 23 | -179/+122 |
| 2020-05-11 | Format Android XML files | Janito Vaqueiro Ferreira Filho | 21 | -178/+119 |
| 2020-05-11 | Increase line length for word wrapping to 100 | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-11 | Change working directory before verifying XML | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-05-11 | Merge branch 'update-settings' | David Lönnhager | 1 | -56/+58 |
| 2020-05-11 | Simplify Windows update code in daemon settings | David Lönnhager | 1 | -33/+37 |
| 2020-05-11 | Handle different errors when loading settings | David Lönnhager | 1 | -13/+21 |
| 2020-05-11 | Simplify read of settings | David Lönnhager | 1 | -17/+7 |
| 2020-05-08 | Merge branch 'update-location-cli' | David Lönnhager | 3 | -22/+29 |
| 2020-05-08 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+1 |
| 2020-05-08 | Ensure country codes, city codes, and hostnames are lowercase in relay list | David Lönnhager | 1 | -8/+18 |
| 2020-05-08 | Make locations case-insensitive in the CLI | David Lönnhager | 1 | -14/+10 |
| 2020-05-08 | Merge branch 'add-tunnel-simulator-ondemand' | Andrej Mihajlov | 2 | -1/+27 |
| 2020-05-08 | Fix comment | Andrej Mihajlov | 1 | -1/+1 |
| 2020-05-08 | Add ondemand fields to the simulated tunnel | Andrej Mihajlov | 1 | -0/+26 |
| 2020-05-08 | Merge branch 'rework-mullvad-rpc-errors' | Andrej Mihajlov | 6 | -104/+109 |
| 2020-05-08 | Rename MullvadAPI -> MullvadRpc and rework MullvadRpc.Error type | Andrej Mihajlov | 6 | -104/+109 |
| 2020-05-08 | Merge branch 'rework-cancellable-delay' | Andrej Mihajlov | 1 | -125/+13 |
| 2020-05-08 | Rework cancellable delay | Andrej Mihajlov | 1 | -125/+13 |
| 2020-05-08 | Merge branch 'fix-account-cache' | Janito Vaqueiro Ferreira Filho | 8 | -43/+38 |
| 2020-05-08 | Describe account cache fixes in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 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-08 | Merge branch 'convert-imageview-to-styled-component' | Oskar Nyberg | 15 | -164/+150 |
| 2020-05-08 | Convert ImageView into a styled component | Oskar Nyberg | 15 | -164/+150 |
| 2020-05-08 | Merge branch 'scroll-to-show-exposed-cities' | Oskar Nyberg | 8 | -52/+186 |
| 2020-05-08 | Scroll to expose expanded items in location list | Oskar Nyberg | 8 | -52/+186 |
