| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2020-04-28 | Use custom button widget in login screen | Janito Vaqueiro Ferreira Filho | 1 | -7/+6 |
| 2020-04-28 | Merge branch 'fix-disabling-ipv6-wg' | Emīls | 1 | -5/+28 |
| 2020-04-28 | Disable IPv6 in WireGuard according to options | Emīls | 1 | -5/+28 |
| 2020-04-28 | Merge branch 'fix-login' | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-04-28 | Fix invalid account error detection | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-04-28 | Merge branch 'styled-components-experimentation' | Oskar Nyberg | 12 | -469/+653 |
| 2020-04-28 | Convert account view to styled components | Oskar Nyberg | 2 | -125/+106 |
| 2020-04-28 | Convert Layout and Container to styled components | Oskar Nyberg | 2 | -26/+15 |
| 2020-04-28 | Convert ClipboardLabel to a styled component | Oskar Nyberg | 6 | -39/+46 |
| 2020-04-28 | Convert Switch.tsx to styled components | Oskar Nyberg | 1 | -162/+80 |
| 2020-04-28 | Convert Accordion component to use styled-components | Oskar Nyberg | 3 | -122/+411 |
| 2020-04-28 | Merge branch 'route-manager-update' | David Lönnhager | 7 | -88/+133 |
| 2020-04-28 | Encapsulate required routes | David Lönnhager | 7 | -43/+53 |
| 2020-04-28 | Clean up default routes in RouteManager | David Lönnhager | 1 | -0/+28 |
| 2020-04-28 | Let RouteManager update required routes in any given table | David Lönnhager | 2 | -19/+54 |
| 2020-04-28 | Remove error types not used by RouteManager | David Lönnhager | 1 | -28/+0 |
| 2020-04-28 | Merge branch 'android-fix-problem-report' | Emīls | 4 | -9/+32 |
| 2020-04-28 | Pass resource directory to problem report | Emīls | 4 | -9/+32 |
| 2020-04-28 | Merge branch 'fix-linux-routing' | Emīls Piņķis | 1 | -14/+16 |
| 2020-04-28 | Actually loop over netlink messages | Emīls Piņķis | 1 | -14/+16 |
| 2020-04-28 | Merge branch 'route-man-fix' | David Lönnhager | 1 | -2/+2 |
| 2020-04-27 | Find all default routes in RouteManager | David Lönnhager | 1 | -2/+2 |
| 2020-04-27 | Merge branch 'update-wireguard-screen' | Janito Vaqueiro Ferreira Filho | 22 | -488/+1051 |
| 2020-04-27 | Describe WireGuard Key UI changes in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-04-27 | Set full public key as information | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 |
| 2020-04-27 | Allow setting a maximum length for the information | Janito Vaqueiro Ferreira Filho | 2 | -1/+15 |
| 2020-04-27 | Change generate key button text when regenerating | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 |
| 2020-04-27 | Reset to idle state when resuming | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-27 | Show generation error messages | Janito Vaqueiro Ferreira Filho | 1 | -9/+15 |
| 2020-04-27 | Allow showing errors in `InformationView` | Janito Vaqueiro Ferreira Filho | 2 | -5/+28 |
| 2020-04-27 | Allow changing the information text color | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2020-04-27 | Update key spinners separately | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-04-27 | Update Generate Key button text | Janito Vaqueiro Ferreira Filho | 1 | -8/+9 |
| 2020-04-27 | Update verifying key spinner separately | Janito Vaqueiro Ferreira Filho | 1 | -9/+12 |
| 2020-04-27 | Send key generation failure event on `null` result | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-04-27 | Update button states separately | Janito Vaqueiro Ferreira Filho | 1 | -5/+12 |
| 2020-04-27 | Don't update Manage Keys button with other buttons | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-04-27 | Spawn UI tasks when events are received | Janito Vaqueiro Ferreira Filho | 1 | -45/+43 |
