| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2020-04-27 | Update WireGuard Key screen buttons | Janito Vaqueiro Ferreira Filho | 2 | -30/+30 |
| 2020-04-27 | Add detail image and spinner to `UrlButton` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-27 | Add detail image to `Button` | Janito Vaqueiro Ferreira Filho | 3 | -0/+31 |
| 2020-04-27 | Change `Button` to support showing a spinner | Janito Vaqueiro Ferreira Filho | 4 | -5/+104 |
| 2020-04-27 | Use `UrlButton` in WireGuard Key screen | Janito Vaqueiro Ferreira Filho | 2 | -39/+15 |
| 2020-04-27 | Create `UrlButton` widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+104 |
| 2020-04-27 | Change `Button` to be sub-classable | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2020-04-27 | Allow asynchronous on click handlers on buttons | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2020-04-27 | Replace custom job management with `JobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -12/+4 |
| 2020-04-27 | Change how validation error is shown | Janito Vaqueiro Ferreira Filho | 2 | -42/+34 |
| 2020-04-27 | Reword blocked state message | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-04-27 | Rename `uiJobTracker` to `jobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
