summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-02-12Merge branch 'fix-dns-leaks-on-linux-macos'Linus Färnstrand3-27/+63
2020-02-12Add DNS leak fix to changelogLinus Färnstrand1-0/+6
2020-02-12Fix DNS leaks on macOSLinus Färnstrand1-10/+28
2020-02-12Fix DNS leaks on macOSLinus Färnstrand1-17/+29
2020-02-12Merge branch 'fix-service-init-race-condition'Janito Vaqueiro Ferreira Filho4-63/+88
2020-02-12Describe fix of init. race condition in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-02-12Avoid blocking inside `onStartCommand`Janito Vaqueiro Ferreira Filho1-4/+18
2020-02-12Change `daemon` to not be a `Deferred` variableJanito Vaqueiro Ferreira Filho1-15/+16
2020-02-12Make sure `ConnectionProxy` is safely torn downJanito Vaqueiro Ferreira Filho1-2/+7
2020-02-12Refactor `ConnectionProxy` to not use async daemonJanito Vaqueiro Ferreira Filho2-24/+17
2020-02-12Keep notification mgr. for whole service lifetimeJanito Vaqueiro Ferreira Filho1-13/+3
2020-02-12Make `serviceNotifier` immutableJanito Vaqueiro Ferreira Filho1-2/+1
2020-02-12Remove notification button callbacksJanito Vaqueiro Ferreira Filho2-9/+8
2020-02-12Listen for service events in notification managerJanito Vaqueiro Ferreira Filho2-5/+28
2020-02-12Explain a changelog entry a bit moreLinus Färnstrand1-1/+1
2020-02-12Merge remote-tracking branch 'origin/new_api_ip'Linus Färnstrand2-1/+2
2020-02-12Add API ip change to changelogLinus Färnstrand1-0/+1
2020-02-12Update the API IPDavid Marby1-1/+1
2020-02-11Merge branch 'use-jnix-from-java'Janito Vaqueiro Ferreira Filho13-30/+69
2020-02-11Remove obsoleted `from_java` moduleJanito Vaqueiro Ferreira Filho3-4/+0
2020-02-11Use `jnix::FromJava` instead of custom `FromJava`Janito Vaqueiro Ferreira Filho2-6/+5
2020-02-11Derive `FromJava` for `RelaySettingsUpdate`Janito Vaqueiro Ferreira Filho3-0/+8
2020-02-11Derive `FromJava` for `RelayConstraintsUpdate`Janito Vaqueiro Ferreira Filho3-0/+9
2020-02-11Derive `FromJava` for `LocationConstraint`Janito Vaqueiro Ferreira Filho2-4/+13
2020-02-11Derive `FromJava` for `Constraint<T>`Janito Vaqueiro Ferreira Filho2-3/+5
2020-02-11Update `jnix` to version `0.2.0`Janito Vaqueiro Ferreira Filho5-13/+29
2020-02-11Merge branch 'android-add-account-history'Emīls10-8/+165
2020-02-11Update changelogEmīls1-0/+1
2020-02-11Adjust login fragment to contain account historyEmīls3-8/+92
2020-02-11Fetch account history from daemonEmīls3-0/+38
2020-02-11Add layouts and drawables for account historyEmīls3-0/+34
2020-02-11Merge branch 'fix-missing-tunnel-up-event'Janito Vaqueiro Ferreira Filho2-8/+19
2020-02-11Describe tunnel up fix in changelogJanito Vaqueiro Ferreira Filho1-0/+2
2020-02-11Ensure the tunnel monitor closes if ping times outJanito Vaqueiro Ferreira Filho1-8/+17
2020-02-11Merge branch 'ios-screenshots'Andrej Mihajlov24-54/+1330
2020-02-11Add screenshot script and simulated tunnelsAndrej Mihajlov24-54/+1330
2020-02-11Merge branch 'zoom-out-map-and-remove-labels'Oskar Nyberg40-57805/+18
2020-02-11Add map changes to changelogOskar Nyberg1-0/+4
2020-02-11Remove parts of scripts that generate geo data and city/country translationsOskar Nyberg6-268/+1
2020-02-11Swap high and low zoom levels to make high indicate more zoomOskar Nyberg2-4/+5
2020-02-11Make map more zoomed outOskar Nyberg1-2/+3
2020-02-11Delete city/county geo-data and translationsOskar Nyberg28-57449/+0
2020-02-11Remove country and city labels from mapOskar Nyberg3-82/+5
2020-02-11Merge branch 'short-time-left-notification'Oskar Nyberg11-10/+65
2020-02-11Add account expiry warning notificationOskar Nyberg11-10/+65
2020-02-10Merge branch 'allow-lan-ui-setting'Janito Vaqueiro Ferreira Filho16-7/+515
2020-02-10Describe allow LAN in changelogJanito Vaqueiro Ferreira Filho1-0/+3
2020-02-10Configure allow LAN when toggle switch is pressedJanito Vaqueiro Ferreira Filho1-0/+7
2020-02-10Implement `MullvadDaemon.setAllowLan` methodJanito Vaqueiro Ferreira Filho2-0/+27
2020-02-10Implement `DaemonInterface::set_allow_lan` methodJanito Vaqueiro Ferreira Filho1-0/+8