| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-15 | Add function for retrieving applications on Windows | Oskar Nyberg | 1 | -0/+350 |
| 2021-04-15 | Persist browsed-for split-tunneling applications | Oskar Nyberg | 3 | -7/+40 |
| 2021-04-15 | Add code for parsing Windows PE format | Oskar Nyberg | 1 | -0/+379 |
| 2021-04-15 | Merge branch 'fix-account-cache-actor-crashing' | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2021-04-15 | Fix `AccountCache` only handled first request | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2021-04-15 | Merge branch 'remove-public-custom-dns-warning-dialog-on-android' | Janito Vaqueiro Ferreira Filho | 25 | -39/+11 |
| 2021-04-15 | Describe warning dialog removal in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-04-15 | Restore hard-coded dialog message | Janito Vaqueiro Ferreira Filho | 3 | -11/+5 |
| 2021-04-15 | Remove obsoleted message | Janito Vaqueiro Ferreira Filho | 22 | -25/+1 |
| 2021-04-15 | Don't show dialog for local DNS server addresses | Janito Vaqueiro Ferreira Filho | 1 | -6/+4 |
| 2021-04-14 | Merge branch 'add-custom-split-controller' | Andrej Mihajlov | 3 | -0/+65 |
| 2021-04-14 | Add CustomSplitViewController | Andrej Mihajlov | 3 | -0/+65 |
| 2021-04-14 | Merge branch 'connect-controller-ipad' | Andrej Mihajlov | 6 | -20/+124 |
| 2021-04-14 | Connect: adapt for iPad | Andrej Mihajlov | 3 | -8/+63 |
| 2021-04-14 | Xcode: enable iPad support | Andrej Mihajlov | 1 | -2/+2 |
| 2021-04-14 | AppButton: make buttons larger on iPad | Andrej Mihajlov | 2 | -10/+59 |
| 2021-04-14 | Merge branch 'update-account-expiry-notification' | Janito Vaqueiro Ferreira Filho | 2 | -24/+24 |
| 2021-04-14 | Use `LoginStatus` in `AccountExpiryNotification` | Janito Vaqueiro Ferreira Filho | 1 | -9/+11 |
| 2021-04-14 | Use an intermittent daemon in expiry notification | Janito Vaqueiro Ferreira Filho | 2 | -15/+13 |
| 2021-04-14 | Merge branch 'fix-return-value-of-add-dns-server' | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2021-04-14 | Fix return value of `CustomDns.addServer` method | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 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 |
