| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-05-27 | Update UI while Wireguard key is generated | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-05-27 | Ensure only one action is active in a given moment | Janito Vaqueiro Ferreira Filho | 1 | -5/+14 |
| 2019-05-27 | Wait for key generation before connecting | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-05-27 | Generate Wireguard key earlier in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -6/+13 |
| 2019-05-27 | Auto-generate Wireguard key in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-05-27 | Implement `MullvadDaemon::generateWireguardKey` | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 2019-05-27 | Implement `DaemonInterface::generate_wireguard_key` | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-05-27 | Implement `MullvadDaemon::getWireguardKey` | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 2019-05-27 | Implement `DaemonInterface::get_wireguard_key` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2019-05-27 | Implement `IntoJava` for `PublicKey` | Janito Vaqueiro Ferreira Filho | 2 | -1/+15 |
| 2019-05-27 | Implement `IntoJava` for `&[u8]` | Janito Vaqueiro Ferreira Filho | 1 | -1/+19 |
| 2019-05-27 | Create `PublicKey` data class | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-05-27 | Merge branch 'win-fw-mdns-ndp' | Odd Stranne | 20 | -414/+571 |
| 2019-05-27 | Update changelog | Odd Stranne | 1 | -1/+1 |
| 2019-05-27 | Make DHCP server rule more explicit | Odd Stranne | 3 | -3/+24 |
| 2019-05-27 | Name GUIDs and filters consistently | Odd Stranne | 11 | -106/+110 |
| 2019-05-27 | Add 'PermitNdp' rule | Odd Stranne | 7 | -0/+166 |
| 2019-05-27 | Separate IPv4 and IPv6 filters | Odd Stranne | 2 | -16/+16 |
| 2019-05-27 | Employ 'IpNetwork' class | Odd Stranne | 3 | -25/+28 |
| 2019-05-27 | Clean up 'PermitDhcp' rule | Odd Stranne | 2 | -35/+54 |
| 2019-05-27 | Add permit rule for DHCPv4 server | Odd Stranne | 7 | -0/+144 |
| 2019-05-27 | Correct IPv6 multicast rule | Odd Stranne | 1 | -2/+4 |
| 2019-05-27 | Simplify LAN rules | Odd Stranne | 4 | -260/+53 |
| 2019-05-27 | Allow mDNS broadcasts in LAN firewall rule | Odd Stranne | 1 | -1/+6 |
| 2019-05-27 | Bump submodule 'libwfp' | Odd Stranne | 1 | -0/+0 |
| 2019-05-23 | Merge branch 'listen-for-tunnel-states-on-android' | Janito Vaqueiro Ferreira Filho | 11 | -92/+265 |
| 2019-05-23 | Use tunnel state events to update Connect screen | Janito Vaqueiro Ferreira Filho | 6 | -71/+71 |
| 2019-05-23 | Implement listening for tunnel state change events | Janito Vaqueiro Ferreira Filho | 3 | -21/+157 |
| 2019-05-23 | Implement `IntoJava` for `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 2 | -0/+28 |
| 2019-05-23 | Create `TunnelStateTransition` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2019-05-23 | Merge branch 'tunnel-control-on-android' | Janito Vaqueiro Ferreira Filho | 4 | -1/+73 |
| 2019-05-23 | Implement request for daemon to disconnect | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2019-05-23 | Implement `MullvadDaemon::disconnect` | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2019-05-23 | Implement `DaemonInterface::disconnect` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-05-23 | Implement request for daemon to connect | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2019-05-23 | Implement `MullvadDaemon::connect` | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2019-05-23 | Implement `DaemonInterface::connect` | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2019-05-23 | Merge branch 'fetch-relay-constraint-on-android' | Janito Vaqueiro Ferreira Filho | 8 | -6/+222 |
| 2019-05-23 | Expand restored selected relay item | Janito Vaqueiro Ferreira Filho | 3 | -2/+20 |
| 2019-05-23 | Restore selected relay item based on settings | Janito Vaqueiro Ferreira Filho | 2 | -0/+52 |
| 2019-05-23 | Include `RelaySettings` in `Settings` | Janito Vaqueiro Ferreira Filho | 2 | -4/+12 |
| 2019-05-23 | Fetch settings in `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -2/+12 |
| 2019-05-23 | Implement `IntoJava` for `RelaySettings` | Janito Vaqueiro Ferreira Filho | 2 | -1/+43 |
| 2019-05-23 | Implement `IntoJava` for `Constraint<T>` | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 |
| 2019-05-23 | Implement `IntoJava` for `LocationConstraint` | Janito Vaqueiro Ferreira Filho | 1 | -0/+52 |
| 2019-05-23 | Create `RelaySettings` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-05-23 | Merge branch 'set-relay-constraint-on-android' | Janito Vaqueiro Ferreira Filho | 16 | -10/+270 |
| 2019-05-23 | Store selected relay location | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2019-05-23 | Add a `LocationConstraint` to each `RelayItem` | Janito Vaqueiro Ferreira Filho | 5 | -3/+24 |
| 2019-05-23 | Implement `MullvadDaemon::updateRelaySettings` | Janito Vaqueiro Ferreira Filho | 2 | -0/+21 |
