summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Create initial `CustomDnsAdapter` classJanito Vaqueiro Ferreira Filho2-0/+25
2020-12-10Merge branch 'format-input-value'Oskar Nyberg5-9/+151
2020-12-10Use formattable text input for voucher code fieldOskar Nyberg2-5/+12
2020-12-10Use formattable text input for login account number fieldOskar Nyberg2-4/+7
2020-12-10Add trailaing separator support to FormattableTextInputOskar Nyberg1-15/+30
2020-12-10Add text input component that formats valueOskar Nyberg1-0/+117
2020-12-10Merge branch 'remove-use-of-legacy-ipc-calls'Oskar Nyberg5-124/+49
2020-12-10Move code showing window on start when not logged in to main processOskar Nyberg2-22/+7
2020-12-10Move problem report ipc calls to ipc-event-channelOskar Nyberg5-103/+43
2020-12-09Merge branch 'improve-ipc'Oskar Nyberg10-1700/+1456
2020-12-09Remove unused send function in WindowControllerOskar Nyberg1-6/+0
2020-12-09Update app to use new IPC interfaceOskar Nyberg2-16/+19
2020-12-09Update IPC event channel to use new ipc structureOskar Nyberg1-517/+141
2020-12-09Add new IPC helper functionsOskar Nyberg3-5/+189
2020-12-09Fix promise return type in tests required by TypeScript 4.1Oskar Nyberg1-8/+8
2020-12-09Update to TypeScript 4.1Oskar Nyberg2-1148/+1099
2020-12-09Merge branch 'workaround-component-id-bug'David Lönnhager2-5/+88
2020-12-09Work around non-existent 'ComponentId' registry valueDavid Lönnhager2-5/+88
2020-12-08Merge branch 'linux-fix-nm-conn-check-disabling' into masterEmīls1-14/+10
2020-12-08Fix connectivity check disablingEmīls1-14/+10
2020-12-08Merge branch 'add-split-tunneling-docs'Linus Färnstrand2-0/+75
2020-12-08Fix according to feedback on languageLinus Färnstrand1-2/+2
2020-12-07Add initial split tunneling documentationLinus Färnstrand2-0/+75
2020-12-07Merge branch 'bump-wintun'David Lönnhager1-0/+0
2020-12-07Bump binaries submoduleDavid Lönnhager1-0/+0
2020-12-07Merge branch 'ready-check-openvpn'David Lönnhager3-6/+168
2020-12-07Update formattingDavid Lönnhager1-2/+2
2020-12-07Log entire error chain in geoipDavid Lönnhager1-3/+10
2020-12-07Check if unicast addresses are ready on Wintun adapterDavid Lönnhager1-1/+156
2020-12-04Merge branch 'custom-dns-on-android'Janito Vaqueiro Ferreira Filho27-81/+262
2020-12-04Expose `CustomDns` in `ServiceDependentFragment`Janito Vaqueiro Ferreira Filho1-0/+5
2020-12-04Expose `CustomDns` through `ServiceConnection`Janito Vaqueiro Ferreira Filho1-0/+1
2020-12-04Create and add `CustomDns` to `ServiceInstance`Janito Vaqueiro Ferreira Filho2-0/+4
2020-12-04Create `CustomDns` helper classJanito Vaqueiro Ferreira Filho1-0/+68
2020-12-04Add event notifier for DNS optionsJanito Vaqueiro Ferreira Filho1-0/+5
2020-12-04Implement `MullvadDaemon.setDnsOptions` methodJanito Vaqueiro Ferreira Filho2-1/+32
2020-12-04Implement `DaemonInterface::set_dns_options`Janito Vaqueiro Ferreira Filho1-1/+9
2020-12-04Derive `FromJava` for `DnsOptions`Janito Vaqueiro Ferreira Filho1-2/+2
2020-12-04Reconnect after changing custom DNS settingJanito Vaqueiro Ferreira Filho2-4/+8
2020-12-04Notify tun provider when custom DNS servers changeJanito Vaqueiro Ferreira Filho6-29/+65
2020-12-04Use a custom setter to change `custom_dns` fieldJanito Vaqueiro Ferreira Filho6-9/+16
2020-12-04Configure custom DNS servers in tun providerJanito Vaqueiro Ferreira Filho2-1/+29
2020-12-04Refactor `prepare_tun_config` to borrow the configJanito Vaqueiro Ferreira Filho1-8/+10
2020-12-04Enable custom DNS in state machine on AndroidJanito Vaqueiro Ferreira Filho8-17/+1
2020-12-04Prepare to enable custom DNS code paths on AndroidJanito Vaqueiro Ferreira Filho2-12/+5
2020-12-04Include `DnsOptions` in `TunnelOptions` classJanito Vaqueiro Ferreira Filho2-2/+1
2020-12-04Derive `IntoJava` for `DnsOptions`Janito Vaqueiro Ferreira Filho3-3/+9
2020-12-04Update jnix versionJanito Vaqueiro Ferreira Filho5-8/+8
2020-12-04Merge branch 'remove-deprecated-react-lifecycle-methods'Oskar Nyberg1-27/+21
2020-12-04Replace use of deprecated React lifecycle methodOskar Nyberg1-27/+21