| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-04-22 | Remove hard-coded log directory for problem report | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2020-04-22 | Use Android app files directory for resources | Janito Vaqueiro Ferreira Filho | 1 | -29/+11 |
| 2020-04-22 | Use Android app's files directory for logs | Janito Vaqueiro Ferreira Filho | 1 | -20/+20 |
| 2020-04-22 | Use cache directory given by Android | Janito Vaqueiro Ferreira Filho | 1 | -7/+21 |
| 2020-03-30 | Update `jnix` to version `0.2.2` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-03-30 | Implement `MullvadDaemon.setWireguardMtu` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-03-30 | Implement `DaemonInterface::set_wireguard_mtu` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-03-13 | Ensure `mullvad-jni` deps. are target specific | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-03-11 | Update jnix dependency | David Lönnhager | 1 | -1/+1 |
| 2020-03-02 | Use signal handler on Android | Emīls | 1 | -1/+2 |
| 2020-02-24 | Uncouple the management interface from the daemon | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-02-24 | Create `DaemonCommandChannel` in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 1 | -8/+13 |
| 2020-02-24 | Return command sender when creating daemon | Janito Vaqueiro Ferreira Filho | 1 | -7/+5 |
| 2020-02-24 | Rename `ManagementCommand` into `DaemonCommand` | Janito Vaqueiro Ferreira Filho | 1 | -25/+22 |
| 2020-02-15 | Implement `MullvadDaemon.reconnect()` | Janito Vaqueiro Ferreira Filho | 2 | -7/+23 |
| 2020-02-13 | Add setAutoConnect to mullvad-jni | Emīls | 2 | -0/+30 |
| 2020-02-11 | Remove obsoleted `from_java` module | Janito Vaqueiro Ferreira Filho | 2 | -2/+0 |
| 2020-02-11 | Use `jnix::FromJava` instead of custom `FromJava` | Janito Vaqueiro Ferreira Filho | 1 | -5/+3 |
| 2020-02-11 | Derive `FromJava` for `RelaySettingsUpdate` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-02-11 | Derive `FromJava` for `RelayConstraintsUpdate` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-02-11 | Update `jnix` to version `0.2.0` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-02-11 | Fetch account history from daemon | Emīls | 2 | -0/+33 |
| 2020-02-10 | Implement `MullvadDaemon.setAllowLan` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-02-10 | Implement `DaemonInterface::set_allow_lan` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-02-10 | Implement `FromJava` for `bool` | Janito Vaqueiro Ferreira Filho | 1 | -1/+12 |
| 2020-01-29 | Fix JNI method entrypoint name for destructor | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-01-22 | Update `jnix` dependency to version `0.1.2` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-01-21 | Add `publish = false` to all Cargo.toml files | Linus Färnstrand | 1 | -0/+1 |
| 2020-01-15 | Remove usage of Mullvad email in crate manifests | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-01-15 | Update `jnix` dependency to fix JNI memory leak | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-01-13 | Notify when daemon thread has stopped | Janito Vaqueiro Ferreira Filho | 1 | -6/+46 |
| 2019-12-11 | Finish refactor into ui and service packages | Emīls | 3 | -22/+28 |
| 2019-12-10 | Use Rust 2018 edition idioms in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 2 | -38/+42 |
| 2019-12-09 | Pass daemon interface address on JNI calls | Janito Vaqueiro Ferreira Filho | 1 | -65/+72 |
| 2019-12-09 | Always have a command sender in `DaemonInterface` | Janito Vaqueiro Ferreira Filho | 3 | -20/+5 |
| 2019-12-09 | Store `DaemonInterface` in `MullvadDaemon` object | Janito Vaqueiro Ferreira Filho | 1 | -132/+282 |
| 2019-12-09 | Adjust android code to use new error state | Emīls | 1 | -9/+10 |
| 2019-12-04 | Use `Arc<JavaVM>` in `AndroidContext` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-12-04 | Implement offline monitor for Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-12-03 | Move `VpnServiceProvider` to `talpid-core` | Janito Vaqueiro Ferreira Filho | 2 | -234/+5 |
| 2019-12-03 | Use function argument attributes for `TunProvider` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-12-03 | Change `VpnServiceTunProvider` constructor | Janito Vaqueiro Ferreira Filho | 2 | -22/+17 |
| 2019-12-03 | Create `AndroidContext` in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 1 | -1/+17 |
| 2019-11-28 | Fix tunnel parameter error mismatch | Emīls | 1 | -1/+1 |
| 2019-11-28 | Fix key generation type mismatch | Emīls | 1 | -3/+2 |
| 2019-11-27 | Add reconnect to android-jni | Linus Färnstrand | 1 | -0/+7 |
| 2019-11-22 | Remove `into_java` module | Janito Vaqueiro Ferreira Filho | 4 | -102/+30 |
| 2019-11-22 | Create `GetAccountDataResult` helper type | Janito Vaqueiro Ferreira Filho | 2 | -52/+39 |
| 2019-11-22 | Derive `IntoJava` for `TunnelState` | Janito Vaqueiro Ferreira Filho | 1 | -67/+1 |
| 2019-11-22 | Derive `IntoJava` for `BlockReason` | Janito Vaqueiro Ferreira Filho | 1 | -52/+2 |
