| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-14 | Merge branch 'remove-moment-js' | Oskar Nyberg | 15 | -627/+668 |
| 2021-04-14 | Add changelog entry for "time left" translation fix | Oskar Nyberg | 1 | -0/+1 |
| 2021-04-14 | Update translations | Oskar Nyberg | 1 | -60/+64 |
| 2021-04-14 | Switch to native APIs and own implementation from moment.js | Oskar Nyberg | 9 | -72/+49 |
| 2021-04-14 | Add tests for date helper functions | Oskar Nyberg | 1 | -0/+152 |
| 2021-04-14 | Implement date helper functions | Oskar Nyberg | 1 | -0/+121 |
| 2021-04-14 | Remove moment.js | Oskar Nyberg | 2 | -10/+10 |
| 2021-04-14 | Update TypeScript to 4.2.3 | Oskar Nyberg | 2 | -485/+271 |
| 2021-04-14 | Update version in package files to 2021.3-beta1 | Linus Färnstrand | 10 | -17/+17 |
| 2021-04-14 | Merge branch 'add-adaptive-icons-for-android' | Aleksandr Granin | 6 | -0/+49 |
| 2021-04-14 | Added the source icon and updated readme | Aleksandr Granin | 3 | -1/+20 |
| 2021-04-14 | Add support for adaptive icons. | Aleksandr Granin | 4 | -0/+30 |
| 2021-04-14 | Merge branch 'change-public-custom-dns-warning' | Oskar Nyberg | 2 | -2/+5 |
| 2021-04-14 | Change custom DNS warning message for public IPs | Oskar Nyberg | 2 | -2/+5 |
| 2021-04-13 | Merge branch 'split-custom-dns' | Janito Vaqueiro Ferreira Filho | 10 | -119/+198 |
| 2021-04-13 | Remove unnecessary parameter | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2021-04-13 | Remove `ArrayList` import | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2021-04-13 | Make `dnsServers` property a `val` | Janito Vaqueiro Ferreira Filho | 1 | -2/+3 |
| 2021-04-13 | Move `CustomDns` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 3 | -9/+3 |
| 2021-04-13 | Remove unused service side methods | Janito Vaqueiro Ferreira Filho | 1 | -20/+6 |
| 2021-04-13 | Refactor `CustomDns` into an actor | Janito Vaqueiro Ferreira Filho | 1 | -22/+62 |
| 2021-04-13 | Remove UI values used only on UI side | Janito Vaqueiro Ferreira Filho | 1 | -13/+3 |
| 2021-04-13 | Replace two methods with a single method | Janito Vaqueiro Ferreira Filho | 1 | -17/+5 |
| 2021-04-13 | Remove notifiers from service side `CustomDns` | Janito Vaqueiro Ferreira Filho | 1 | -14/+2 |
| 2021-04-13 | Remove `CustomDns` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -19/+2 |
| 2021-04-13 | Use UI-side `CustomDns` management class | Janito Vaqueiro Ferreira Filho | 3 | -3/+4 |
| 2021-04-13 | Implement `CustomDns` requests | Janito Vaqueiro Ferreira Filho | 5 | -5/+86 |
| 2021-04-13 | Create initial UI-side `CustomDns` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 |
| 2021-04-13 | Merge branch 'fix-libc-regression' | David Lönnhager | 1 | -2/+2 |
| 2021-04-13 | Bump libc dependency | David Lönnhager | 1 | -2/+2 |
| 2021-04-13 | Port desktop 2021.3-beta1 changelog to master | Linus Färnstrand | 1 | -10/+20 |
| 2021-04-13 | Merge branch 'wg-over-tcp' | David Lönnhager | 13 | -91/+263 |
| 2021-04-13 | Update CLI for custom tunnels | David Lönnhager | 1 | -29/+23 |
| 2021-04-13 | Substitute 'invalid' for 'unknown' where appropriate | David Lönnhager | 3 | -7/+7 |
| 2021-04-13 | Update changelog | David Lönnhager | 1 | -0/+1 |
| 2021-04-13 | Add TCP WireGuard custom tunnel option | David Lönnhager | 9 | -148/+221 |
| 2021-04-13 | Pass tokio runtime to WireguardMonitor | David Lönnhager | 4 | -8/+18 |
| 2021-04-13 | Add udp-over-tcp dependency | David Lönnhager | 2 | -36/+130 |
| 2021-04-12 | Merge branch 'upgrade-openvpn' | Linus Färnstrand | 2 | -0/+1 |
| 2021-04-12 | Add to changelog | Linus Färnstrand | 1 | -0/+1 |
| 2021-04-12 | Upgrade binaries submodule to version with OpenVPN 2.5.1 | Linus Färnstrand | 1 | -0/+0 |
| 2021-04-12 | Merge branch 'split-connection-proxy' | Janito Vaqueiro Ferreira Filho | 24 | -179/+291 |
| 2021-04-12 | Refactor how initial tunnel state is sent | Janito Vaqueiro Ferreira Filho | 2 | -18/+7 |
| 2021-04-12 | Send tunnel state when IPC connection is up | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-04-12 | Set `SplitTunneling` listener once | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2021-04-12 | Remove `ConnectionProxy` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -3/+0 |
| 2021-04-12 | Use `ConnectionProxy` in `TunnelStateUpdater` | Janito Vaqueiro Ferreira Filho | 2 | -19/+5 |
| 2021-04-12 | Use `ConnectionProxy` in notification manager | Janito Vaqueiro Ferreira Filho | 2 | -16/+7 |
| 2021-04-12 | Decouple service `ConnectionProxy` from activity | Janito Vaqueiro Ferreira Filho | 3 | -13/+1 |
| 2021-04-12 | Remove UI state from service `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 1 | -111/+9 |
