| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-01 | Merge branch 'fix-settings-crash' | Janito Vaqueiro Ferreira Filho | 11 | -60/+62 |
| 2020-05-01 | Describe settings listener crash fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-01 | Use `SettingsListener` in `LaunchFragment` | Janito Vaqueiro Ferreira Filho | 2 | -21/+2 |
| 2020-05-01 | Restart initialization if daemon acts weird | Janito Vaqueiro Ferreira Filho | 2 | -5/+12 |
| 2020-05-01 | Refactor to create `setUpInstance` method | Janito Vaqueiro Ferreira Filho | 1 | -17/+21 |
| 2020-05-01 | Move `SettingsListener` to service package | Janito Vaqueiro Ferreira Filho | 8 | -7/+17 |
| 2020-05-01 | Refactor to simplify service clean-up | Janito Vaqueiro Ferreira Filho | 2 | -23/+22 |
| 2020-05-01 | Merge branch 'new-account-welcome-screen' | Janito Vaqueiro Ferreira Filho | 6 | -9/+245 |
| 2020-04-30 | Describe welcome screen in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-30 | Copy account token to clipboard when clicked | Janito Vaqueiro Ferreira Filho | 2 | -3/+26 |
| 2020-04-30 | Advance to Connect screen when payment is detected | Janito Vaqueiro Ferreira Filho | 1 | -1/+33 |
| 2020-04-30 | Enable Buy Credit button | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-04-30 | Show account number in Welcome screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+49 |
| 2020-04-30 | Implement Settings button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2020-04-30 | Enter Welcome screen after creating a new account | Janito Vaqueiro Ferreira Filho | 1 | -9/+17 |
| 2020-04-30 | Create Welcome screen for newly created accounts | Janito Vaqueiro Ferreira Filho | 3 | -0/+108 |
| 2020-04-30 | Fix `Button` still clickable when disabled | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-30 | Merge branch 'fix-crash-on-wireguard-key-screen' | Janito Vaqueiro Ferreira Filho | 3 | -9/+30 |
| 2020-04-30 | Describe crash fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-04-30 | Cache text color value | Janito Vaqueiro Ferreira Filho | 1 | -8/+15 |
| 2020-04-30 | Clear named jobs map | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-30 | Separate actual jobs from reaper jobs | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2020-04-30 | Merge branch 'update-changelog' | David Lönnhager | 1 | -1/+6 |
| 2020-04-30 | Update changelog | David Lönnhager | 1 | -1/+6 |
| 2020-04-30 | Merge branch 'version-check-fix' | David Lönnhager | 3 | -6/+9 |
| 2020-04-30 | Fix deserialization of AppVersionInfo in GUI | David Lönnhager | 3 | -6/+9 |
| 2020-04-29 | Merge branch 'remove-wireguard-key-generation-error' | Oskar Nyberg | 3 | -15/+16 |
| 2020-04-29 | Remove wireguard key generation error notification | Oskar Nyberg | 2 | -11/+0 |
| 2020-04-29 | Add message when connection failed due to missing WireGuard key | Oskar Nyberg | 2 | -4/+16 |
| 2020-04-29 | Updating version in package files | Linus Färnstrand | 10 | -17/+17 |
| 2020-04-29 | Add 2020.4-beta3 changelog header and improve an entry | Linus Färnstrand | 1 | -4/+9 |
| 2020-04-29 | Merge branch 'block-when-disconnected-confirm' | Oskar Nyberg | 7 | -235/+311 |
| 2020-04-29 | Add block-when-disconnected name change to changelog | Oskar Nyberg | 1 | -0/+1 |
| 2020-04-29 | Renamed block-when-disconnected to always-require-vpn in CLI | Oskar Nyberg | 1 | -4/+4 |
| 2020-04-29 | Add reason to notification when block-when-disconnected is enabled | Oskar Nyberg | 1 | -1/+1 |
| 2020-04-29 | Fix modal flickering | Oskar Nyberg | 2 | -2/+12 |
| 2020-04-29 | Add confirmation for block when disconnected setting | Oskar Nyberg | 2 | -220/+278 |
| 2020-04-29 | Add ModalMessage in Modal.tsx | Oskar Nyberg | 1 | -8/+15 |
| 2020-04-28 | Merge branch 'move-account-history-to-settings-dir' | Janito Vaqueiro Ferreira Filho | 3 | -1/+33 |
| 2020-04-28 | Describe location change in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-28 | Migrate the account history file location | Janito Vaqueiro Ferreira Filho | 2 | -0/+30 |
| 2020-04-28 | Use settings directory to store account history | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2020-04-28 | Merge branch 'create-account' | Janito Vaqueiro Ferreira Filho | 8 | -47/+113 |
| 2020-04-28 | Describe account creation in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-04-28 | Implement creating a new account | Janito Vaqueiro Ferreira Filho | 2 | -14/+29 |
| 2020-04-28 | Implement `MullvadDaemon.createNewAccount` | Janito Vaqueiro Ferreira Filho | 2 | -0/+30 |
| 2020-04-28 | Implement `DaemonInterface::create_new_account` | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-04-28 | Register Create Account button's on click action | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-04-28 | Refactor `LoginFragment` to use `JobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -27/+25 |
| 2020-04-28 | Implement tracking background computations | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
