summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Display age of creation for WireGuard key in CLIEmīls Piņķis4-4/+9
2019-09-17Merge branch 'select-location-ux'Andrej Mihajlov11-264/+184
2019-09-17Remove sticky context and instead put the contents inside of navigation barAndrej Mihajlov9-255/+108
2019-09-17Make SettingsHeader view automatically add spacer between childrenAndrej Mihajlov1-6/+27
2019-09-17Save the scroll position when switching between tabsAndrej Mihajlov2-2/+48
2019-09-17Use alt description only when allowBridgeSelection = trueAndrej Mihajlov1-3/+3
2019-09-17Change scopebar item selection highlight to greenAndrej Mihajlov1-1/+1
2019-09-16Merge branch 'fix-class-cast-crash'Janito Vaqueiro Ferreira Filho1-2/+2
2019-09-16Change lifetime limitation workaroundJanito Vaqueiro Ferreira Filho1-2/+2
2019-09-16Merge branch 'fix-local-reference-leaks'Janito Vaqueiro Ferreira Filho1-2/+3
2019-09-16Wrap reason string with an `AutoLocal`Janito Vaqueiro Ferreira Filho1-1/+2
2019-09-16Use `class` reference in `InetAddress` constructorJanito Vaqueiro Ferreira Filho1-1/+1
2019-09-16Merge branch 'discard-predicted-state-after-timeout'Janito Vaqueiro Ferreira Filho1-1/+27
2019-09-16Make `ConnectionProxy.state` setter privateJanito Vaqueiro Ferreira Filho1-1/+1
2019-09-16Reset state if anticipated state doesn't arriveJanito Vaqueiro Ferreira Filho1-0/+26
2019-09-16Merge branch 'update-ui-tunnel-state-usage'Janito Vaqueiro Ferreira Filho3-17/+17
2019-09-16Update notification based on real tunnel stateJanito Vaqueiro Ferreira Filho1-3/+3
2019-09-16Implement `EventListener` for tunnel state changesJanito Vaqueiro Ferreira Filho1-0/+3
2019-09-16Refactor state initializationJanito Vaqueiro Ferreira Filho1-12/+9
2019-09-16Use real state in banner and status textJanito Vaqueiro Ferreira Filho1-2/+2
2019-09-16Merge branch 'fix-cli-custom-relay-panic'Linus Färnstrand2-0/+2
2019-09-16Require the "mullvad relay set custom" command to have a subcommandLinus Färnstrand2-0/+2
2019-09-15Merge branch 'handle-bad-file-descriptor'Janito Vaqueiro Ferreira Filho1-4/+31
2019-09-15Show retry count in logJanito Vaqueiro Ferreira Filho1-2/+6
2019-09-15Retry to create tunnel on bad file descriptorJanito Vaqueiro Ferreira Filho1-4/+27
2019-09-13Merge branch 'add-bridge-location-reset'Andrej Mihajlov15-120/+170
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov15-119/+160
2019-09-13Reset bridge constraints to `any` when the state is set to auto or offAndrej Mihajlov1-3/+12
2019-09-13Fix typoAndrej Mihajlov1-3/+3
2019-09-13Merge branch 'notification-action-buttons'Janito Vaqueiro Ferreira Filho5-3/+169
2019-09-13Implement tunnel action behaviorJanito Vaqueiro Ferreira Filho1-1/+8
2019-09-13Add tunnel action button to notificationJanito Vaqueiro Ferreira Filho3-2/+156
2019-09-13Declare new custom `TUNNEL_ACTION` permissionJanito Vaqueiro Ferreira Filho1-0/+5
2019-09-13Merge branch 'sort-relays'Andrej Mihajlov1-1/+3
2019-09-13Sort relaysAndrej Mihajlov1-1/+3
2019-09-13Merge branch 'refactor-quit-procedure'Janito Vaqueiro Ferreira Filho3-37/+72
2019-09-13Reset daemon and helpers when rebinding serviceJanito Vaqueiro Ferreira Filho2-2/+22
2019-09-13Move `stop` method to outside of `LocalBinder`Janito Vaqueiro Ferreira Filho1-7/+13
2019-09-13Create `MullvadVpnService::tearDown` helper methodJanito Vaqueiro Ferreira Filho1-3/+7
2019-09-13Create `MullvadVpnService::setUp` helper methodJanito Vaqueiro Ferreira Filho1-6/+11
2019-09-13Refactor `ForegroundNotificationManager` creationJanito Vaqueiro Ferreira Filho2-13/+10
2019-09-13Refactor how `MainActivity` quitsJanito Vaqueiro Ferreira Filho1-7/+10
2019-09-13Merge branch 'relay-list-v3'Linus Färnstrand23-49/+165
2019-09-13Change text opacity based on active statusJanito Vaqueiro Ferreira Filho1-0/+6
2019-09-13Disable relay items that aren't activeJanito Vaqueiro Ferreira Filho1-0/+2
2019-09-13Set status indicator based on `RelayItem.active`Janito Vaqueiro Ferreira Filho2-1/+16
2019-09-13Add `active` property to `RelayItem`sJanito Vaqueiro Ferreira Filho5-2/+13
2019-09-13Add `active` property to `Relay` model classJanito Vaqueiro Ferreira Filho2-2/+3
2019-09-13Migrate UI to use the new "active" flag in the relay list v3 schemaAndrej Mihajlov7-33/+42
2019-09-13Log which bridge is selected in the daemonLinus Färnstrand1-1/+12