summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-04-14Merge branch 'remove-moment-js'Oskar Nyberg15-627/+668
2021-04-14Add changelog entry for "time left" translation fixOskar Nyberg1-0/+1
2021-04-14Update translationsOskar Nyberg1-60/+64
2021-04-14Switch to native APIs and own implementation from moment.jsOskar Nyberg9-72/+49
2021-04-14Add tests for date helper functionsOskar Nyberg1-0/+152
2021-04-14Implement date helper functionsOskar Nyberg1-0/+121
2021-04-14Remove moment.jsOskar Nyberg2-10/+10
2021-04-14Update TypeScript to 4.2.3Oskar Nyberg2-485/+271
2021-04-14Update version in package files to 2021.3-beta1Linus Färnstrand10-17/+17
2021-04-14Merge branch 'add-adaptive-icons-for-android'Aleksandr Granin6-0/+49
2021-04-14Added the source icon and updated readmeAleksandr Granin3-1/+20
2021-04-14Add support for adaptive icons.Aleksandr Granin4-0/+30
2021-04-14Merge branch 'change-public-custom-dns-warning'Oskar Nyberg2-2/+5
2021-04-14Change custom DNS warning message for public IPsOskar Nyberg2-2/+5
2021-04-13Merge branch 'split-custom-dns'Janito Vaqueiro Ferreira Filho10-119/+198
2021-04-13Remove unnecessary parameterJanito Vaqueiro Ferreira Filho1-5/+5
2021-04-13Remove `ArrayList` importJanito Vaqueiro Ferreira Filho1-1/+0
2021-04-13Make `dnsServers` property a `val`Janito Vaqueiro Ferreira Filho1-2/+3
2021-04-13Move `CustomDns` into `ServiceEndpoint`Janito Vaqueiro Ferreira Filho3-9/+3
2021-04-13Remove unused service side methodsJanito Vaqueiro Ferreira Filho1-20/+6
2021-04-13Refactor `CustomDns` into an actorJanito Vaqueiro Ferreira Filho1-22/+62
2021-04-13Remove UI values used only on UI sideJanito Vaqueiro Ferreira Filho1-13/+3
2021-04-13Replace two methods with a single methodJanito Vaqueiro Ferreira Filho1-17/+5
2021-04-13Remove notifiers from service side `CustomDns`Janito Vaqueiro Ferreira Filho1-14/+2
2021-04-13Remove `CustomDns` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-19/+2
2021-04-13Use UI-side `CustomDns` management classJanito Vaqueiro Ferreira Filho3-3/+4
2021-04-13Implement `CustomDns` requestsJanito Vaqueiro Ferreira Filho5-5/+86
2021-04-13Create initial UI-side `CustomDns` classJanito Vaqueiro Ferreira Filho1-0/+28
2021-04-13Merge branch 'fix-libc-regression'David Lönnhager1-2/+2
2021-04-13Bump libc dependencyDavid Lönnhager1-2/+2
2021-04-13Port desktop 2021.3-beta1 changelog to masterLinus Färnstrand1-10/+20
2021-04-13Merge branch 'wg-over-tcp'David Lönnhager13-91/+263
2021-04-13Update CLI for custom tunnelsDavid Lönnhager1-29/+23
2021-04-13Substitute 'invalid' for 'unknown' where appropriateDavid Lönnhager3-7/+7
2021-04-13Update changelogDavid Lönnhager1-0/+1
2021-04-13Add TCP WireGuard custom tunnel optionDavid Lönnhager9-148/+221
2021-04-13Pass tokio runtime to WireguardMonitorDavid Lönnhager4-8/+18
2021-04-13Add udp-over-tcp dependencyDavid Lönnhager2-36/+130
2021-04-12Merge branch 'upgrade-openvpn'Linus Färnstrand2-0/+1
2021-04-12Add to changelogLinus Färnstrand1-0/+1
2021-04-12Upgrade binaries submodule to version with OpenVPN 2.5.1Linus Färnstrand1-0/+0
2021-04-12Merge branch 'split-connection-proxy'Janito Vaqueiro Ferreira Filho24-179/+291
2021-04-12Refactor how initial tunnel state is sentJanito Vaqueiro Ferreira Filho2-18/+7
2021-04-12Send tunnel state when IPC connection is upJanito Vaqueiro Ferreira Filho1-0/+1
2021-04-12Set `SplitTunneling` listener onceJanito Vaqueiro Ferreira Filho1-6/+6
2021-04-12Remove `ConnectionProxy` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-3/+0
2021-04-12Use `ConnectionProxy` in `TunnelStateUpdater`Janito Vaqueiro Ferreira Filho2-19/+5
2021-04-12Use `ConnectionProxy` in notification managerJanito Vaqueiro Ferreira Filho2-16/+7
2021-04-12Decouple service `ConnectionProxy` from activityJanito Vaqueiro Ferreira Filho3-13/+1
2021-04-12Remove UI state from service `ConnectionProxy`Janito Vaqueiro Ferreira Filho1-111/+9