summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-04-12Handle UI tunnel state predictions in UI-sideJanito Vaqueiro Ferreira Filho1-4/+109
2021-04-12Create UI-side `ConnectionProxy`Janito Vaqueiro Ferreira Filho1-0/+34
2021-04-12Handle `ConnectionProxy` requestsJanito Vaqueiro Ferreira Filho1-0/+7
2021-04-12Implement `ConnectionProxy` requestsJanito Vaqueiro Ferreira Filho1-0/+9
2021-04-12Send tunnel state eventsJanito Vaqueiro Ferreira Filho1-0/+5
2021-04-12Create `TunnelStateChange` eventJanito Vaqueiro Ferreira Filho1-0/+4
2021-04-12Make `TunnelState` parcelableJanito Vaqueiro Ferreira Filho7-13/+70
2021-04-12Use `ConnectionProxy` in `LocationInfoCache`Janito Vaqueiro Ferreira Filho2-8/+5
2021-04-12Move `ConnectionProxy` into `ServiceEndpoint`Janito Vaqueiro Ferreira Filho7-20/+20
2021-04-12Use new `VpnPermission` classJanito Vaqueiro Ferreira Filho3-36/+9
2021-04-12Create new `VpnPermission` helper classJanito Vaqueiro Ferreira Filho1-0/+35
2021-04-12Use an intermittent daemon in `ConnectionProxy`Janito Vaqueiro Ferreira Filho2-13/+17
2021-04-12Use an `Intermittent<Boolean>` for VPN permissionJanito Vaqueiro Ferreira Filho2-7/+8
2021-04-12Refactor `ConnectionProxy` into an actorJanito Vaqueiro Ferreira Filho1-21/+35
2021-04-12Merge branch 'enable-android-instrument-tests'Aleksandr Granin1-23/+89
2021-04-12Add CI job for Android instrument testsAleksandr Granin1-23/+89
2021-04-12Merge branch 'add-ide-specific-files-to-gitignore'Aleksandr Granin3-120/+1
2021-04-12Add IDE module specific files to gitignore and remove them from the repoAleksandr Granin3-120/+1
2021-04-12Merge branch 'add-login-delegate'Andrej Mihajlov1-27/+32
2021-04-12LoginViewController: add delegateAndrej Mihajlov1-27/+32
2021-04-12Merge branch 'add-return-key-handler'Andrej Mihajlov2-2/+48
2021-04-12AccountTextField: handle return key on iPadAndrej Mihajlov2-2/+48
2021-04-12Merge branch 'select-location-delegate'Andrej Mihajlov2-38/+51
2021-04-12SelectLocation: add delegateAndrej Mihajlov1-36/+26
2021-04-12LocationDataSource: restore the selected relay if data source was set after t...Andrej Mihajlov1-2/+25
2021-04-12Merge branch 'rework-settings-navigation'Andrej Mihajlov2-43/+90
2021-04-09Settings: rework navigationAndrej Mihajlov2-43/+90
2021-04-09Merge branch 'add-custom-back-button'Andrej Mihajlov5-1/+30
2021-04-09CustomNavigationBar: add custom back buttonAndrej Mihajlov5-1/+30
2021-04-08Merge branch 'restrict-socket-perms'David Lönnhager6-11/+44
2021-04-08Update changelogDavid Lönnhager1-0/+2
2021-04-08Update readmeDavid Lönnhager1-0/+4
2021-04-08Set stricter permissions on plugin socketDavid Lönnhager1-3/+2
2021-04-08Simplify setting of socket permissionsDavid Lönnhager1-12/+8
2021-04-08Set group of management socket using MULLVAD_MANAGEMENT_SOCKET_GROUPDavid Lönnhager3-7/+39
2021-04-08Merge branch 'split-split-tunneling'Aleksandr Granin21-126/+281
2021-04-08Add ServiceConnection scope. Fix SplitTunnelingViewmodel testsAleksandr Granin8-25/+109
2021-04-08Separate persistence into a new classJanito Vaqueiro Ferreira Filho4-36/+49
2021-04-08Fix race when starting then stopping the daemonJanito Vaqueiro Ferreira Filho1-6/+8
2021-04-08Remove split tunneling from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-4/+1
2021-04-08Reduce exposed `SplitTunneling` service-side APIJanito Vaqueiro Ferreira Filho1-22/+8
2021-04-08Use UI-side `SplitTunneling`Janito Vaqueiro Ferreira Filho6-6/+6
2021-04-08Create UI-side `SplitTunneling` classJanito Vaqueiro Ferreira Filho1-0/+42
2021-04-08Send initial split tunneling status to listenerJanito Vaqueiro Ferreira Filho1-0/+1
2021-04-08Send split tunneling update eventsJanito Vaqueiro Ferreira Filho1-0/+5
2021-04-08Add `SplitTunnelingUpdate` event variantJanito Vaqueiro Ferreira Filho1-0/+3
2021-04-08Use an `EventNotifier` in `SplitTunneling`Janito Vaqueiro Ferreira Filho3-14/+10
2021-04-08Use `null` to indicate split tunneling is disabledJanito Vaqueiro Ferreira Filho2-3/+3
2021-04-08Handle split tunneling requestsJanito Vaqueiro Ferreira Filho2-2/+21
2021-04-08Create a `SplitTunneling.onDestroy()` methodJanito Vaqueiro Ferreira Filho2-0/+5