| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-02-12 | Merge branch 'fix-dns-leaks-on-linux-macos' | Linus Färnstrand | 3 | -27/+63 |
| 2020-02-12 | Add DNS leak fix to changelog | Linus Färnstrand | 1 | -0/+6 |
| 2020-02-12 | Fix DNS leaks on macOS | Linus Färnstrand | 1 | -10/+28 |
| 2020-02-12 | Fix DNS leaks on macOS | Linus Färnstrand | 1 | -17/+29 |
| 2020-02-12 | Merge branch 'fix-service-init-race-condition' | Janito Vaqueiro Ferreira Filho | 4 | -63/+88 |
| 2020-02-12 | Describe fix of init. race condition in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-02-12 | Avoid blocking inside `onStartCommand` | Janito Vaqueiro Ferreira Filho | 1 | -4/+18 |
| 2020-02-12 | Change `daemon` to not be a `Deferred` variable | Janito Vaqueiro Ferreira Filho | 1 | -15/+16 |
| 2020-02-12 | Make sure `ConnectionProxy` is safely torn down | Janito Vaqueiro Ferreira Filho | 1 | -2/+7 |
| 2020-02-12 | Refactor `ConnectionProxy` to not use async daemon | Janito Vaqueiro Ferreira Filho | 2 | -24/+17 |
| 2020-02-12 | Keep notification mgr. for whole service lifetime | Janito Vaqueiro Ferreira Filho | 1 | -13/+3 |
| 2020-02-12 | Make `serviceNotifier` immutable | Janito Vaqueiro Ferreira Filho | 1 | -2/+1 |
| 2020-02-12 | Remove notification button callbacks | Janito Vaqueiro Ferreira Filho | 2 | -9/+8 |
| 2020-02-12 | Listen for service events in notification manager | Janito Vaqueiro Ferreira Filho | 2 | -5/+28 |
| 2020-02-12 | Explain a changelog entry a bit more | Linus Färnstrand | 1 | -1/+1 |
| 2020-02-12 | Merge remote-tracking branch 'origin/new_api_ip' | Linus Färnstrand | 2 | -1/+2 |
| 2020-02-12 | Add API ip change to changelog | Linus Färnstrand | 1 | -0/+1 |
| 2020-02-12 | Update the API IP | David Marby | 1 | -1/+1 |
| 2020-02-11 | Merge branch 'use-jnix-from-java' | Janito Vaqueiro Ferreira Filho | 13 | -30/+69 |
| 2020-02-11 | Remove obsoleted `from_java` module | Janito Vaqueiro Ferreira Filho | 3 | -4/+0 |
| 2020-02-11 | Use `jnix::FromJava` instead of custom `FromJava` | Janito Vaqueiro Ferreira Filho | 2 | -6/+5 |
| 2020-02-11 | Derive `FromJava` for `RelaySettingsUpdate` | Janito Vaqueiro Ferreira Filho | 3 | -0/+8 |
| 2020-02-11 | Derive `FromJava` for `RelayConstraintsUpdate` | Janito Vaqueiro Ferreira Filho | 3 | -0/+9 |
| 2020-02-11 | Derive `FromJava` for `LocationConstraint` | Janito Vaqueiro Ferreira Filho | 2 | -4/+13 |
| 2020-02-11 | Derive `FromJava` for `Constraint<T>` | Janito Vaqueiro Ferreira Filho | 2 | -3/+5 |
| 2020-02-11 | Update `jnix` to version `0.2.0` | Janito Vaqueiro Ferreira Filho | 5 | -13/+29 |
| 2020-02-11 | Merge branch 'android-add-account-history' | Emīls | 10 | -8/+165 |
| 2020-02-11 | Update changelog | Emīls | 1 | -0/+1 |
| 2020-02-11 | Adjust login fragment to contain account history | Emīls | 3 | -8/+92 |
| 2020-02-11 | Fetch account history from daemon | Emīls | 3 | -0/+38 |
| 2020-02-11 | Add layouts and drawables for account history | Emīls | 3 | -0/+34 |
| 2020-02-11 | Merge branch 'fix-missing-tunnel-up-event' | Janito Vaqueiro Ferreira Filho | 2 | -8/+19 |
| 2020-02-11 | Describe tunnel up fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-02-11 | Ensure the tunnel monitor closes if ping times out | Janito Vaqueiro Ferreira Filho | 1 | -8/+17 |
| 2020-02-11 | Merge branch 'ios-screenshots' | Andrej Mihajlov | 24 | -54/+1330 |
| 2020-02-11 | Add screenshot script and simulated tunnels | Andrej Mihajlov | 24 | -54/+1330 |
| 2020-02-11 | Merge branch 'zoom-out-map-and-remove-labels' | Oskar Nyberg | 40 | -57805/+18 |
| 2020-02-11 | Add map changes to changelog | Oskar Nyberg | 1 | -0/+4 |
| 2020-02-11 | Remove parts of scripts that generate geo data and city/country translations | Oskar Nyberg | 6 | -268/+1 |
| 2020-02-11 | Swap high and low zoom levels to make high indicate more zoom | Oskar Nyberg | 2 | -4/+5 |
| 2020-02-11 | Make map more zoomed out | Oskar Nyberg | 1 | -2/+3 |
| 2020-02-11 | Delete city/county geo-data and translations | Oskar Nyberg | 28 | -57449/+0 |
| 2020-02-11 | Remove country and city labels from map | Oskar Nyberg | 3 | -82/+5 |
| 2020-02-11 | Merge branch 'short-time-left-notification' | Oskar Nyberg | 11 | -10/+65 |
| 2020-02-11 | Add account expiry warning notification | Oskar Nyberg | 11 | -10/+65 |
| 2020-02-10 | Merge branch 'allow-lan-ui-setting' | Janito Vaqueiro Ferreira Filho | 16 | -7/+515 |
| 2020-02-10 | Describe allow LAN in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-02-10 | Configure allow LAN when toggle switch is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-02-10 | Implement `MullvadDaemon.setAllowLan` method | Janito Vaqueiro Ferreira Filho | 2 | -0/+27 |
| 2020-02-10 | Implement `DaemonInterface::set_allow_lan` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
