summaryrefslogtreecommitdiffhomepage
path: root/mullvad-jni/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-1/+0
2021-07-13Fix tokio runtime buildersDavid Lönnhager1-1/+1
2021-06-18Update account history RPCsDavid Lönnhager1-16/+5
2021-04-23Use new error enum. in `VoucherSubmissionResult`Janito Vaqueiro Ferreira Filho1-14/+3
2021-04-23Create `VoucherSubmissionError` enumerationJanito Vaqueiro Ferreira Filho1-0/+25
2021-01-12Replace the old cache directoryDavid Lönnhager1-1/+0
2021-01-04Always prefer the last used API addressDavid Lönnhager1-0/+1
2020-12-14Move problem report JNI methods to a new moduleJanito Vaqueiro Ferreira Filho1-64/+2
2020-12-04Implement `MullvadDaemon.setDnsOptions` methodJanito Vaqueiro Ferreira Filho1-1/+26
2020-11-26Don't return `null` from `getAccountData`Janito Vaqueiro Ferreira Filho1-1/+1
2020-11-24Log when daemon starts even if logging is set-upJanito Vaqueiro Ferreira Filho1-1/+2
2020-11-24Pass resource dir. when sending problem reportJanito Vaqueiro Ferreira Filho1-1/+11
2020-11-24Fix log message for sending problem reports errorJanito Vaqueiro Ferreira Filho1-1/+1
2020-10-22Detect if multiple daemon instances are runningJanito Vaqueiro Ferreira Filho1-1/+16
2020-09-25Implement `MullvadDaemon.removeAccountFromHistory`Janito Vaqueiro Ferreira Filho1-0/+22
2020-09-01Reduce excessive thread countDavid Lönnhager1-4/+4
2020-09-01Update mullvad-jniDavid Lönnhager1-3/+13
2020-09-01Use predefined constants in mullvad-jniLinus Färnstrand1-2/+2
2020-08-20Don't log cancelled RPC requests as errorsJanito Vaqueiro Ferreira Filho1-18/+20
2020-07-20Move wait for tun up event into `TalpidVpnService`Janito Vaqueiro Ferreira Filho1-0/+1
2020-06-25Use new version info in AndroidEmīls1-1/+1
2020-05-11Log voucher submission errorsJanito Vaqueiro Ferreira Filho1-1/+9
2020-05-11Use `VoucherSubmissionResult` insteadJanito Vaqueiro Ferreira Filho1-13/+6
2020-05-11Create `VoucherSubmissionResult` typeJanito Vaqueiro Ferreira Filho1-1/+28
2020-05-11Create `MullvadDaemon.submitVoucher` methodJanito Vaqueiro Ferreira Filho1-0/+28
2020-05-07Use embeded TLS certificatesEmīls1-8/+1
2020-04-28Implement `MullvadDaemon.createNewAccount`Janito Vaqueiro Ferreira Filho1-0/+25
2020-04-28Fix invalid account error detectionJanito Vaqueiro Ferreira Filho1-2/+2
2020-04-28Pass resource directory to problem reportEmīls1-1/+8
2020-04-27Adjust android code for new mullvad-rpcEmīls1-7/+6
2020-04-22Use resource dir to store settings file on AndroidJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-22Remove hard-coded log directory for problem reportJanito Vaqueiro Ferreira Filho1-1/+4
2020-04-22Use Android app files directory for resourcesJanito Vaqueiro Ferreira Filho1-29/+11
2020-04-22Use Android app's files directory for logsJanito Vaqueiro Ferreira Filho1-20/+20
2020-04-22Use cache directory given by AndroidJanito Vaqueiro Ferreira Filho1-7/+21
2020-03-30Implement `MullvadDaemon.setWireguardMtu` methodJanito Vaqueiro Ferreira Filho1-0/+22
2020-03-02Use signal handler on AndroidEmīls1-1/+2
2020-02-24Uncouple the management interface from the daemonJanito Vaqueiro Ferreira Filho1-2/+2
2020-02-24Create `DaemonCommandChannel` in `mullvad-jni`Janito Vaqueiro Ferreira Filho1-8/+13
2020-02-24Return command sender when creating daemonJanito Vaqueiro Ferreira Filho1-7/+5
2020-02-15Implement `MullvadDaemon.reconnect()`Janito Vaqueiro Ferreira Filho1-0/+17
2020-02-13Add setAutoConnect to mullvad-jniEmīls1-0/+22
2020-02-11Remove obsoleted `from_java` moduleJanito Vaqueiro Ferreira Filho1-1/+0
2020-02-11Use `jnix::FromJava` instead of custom `FromJava`Janito Vaqueiro Ferreira Filho1-5/+3
2020-02-11Fetch account history from daemonEmīls1-0/+25
2020-02-10Implement `MullvadDaemon.setAllowLan` methodJanito Vaqueiro Ferreira Filho1-0/+22
2020-01-29Fix JNI method entrypoint name for destructorJanito Vaqueiro Ferreira Filho1-1/+1
2020-01-13Notify when daemon thread has stoppedJanito Vaqueiro Ferreira Filho1-6/+46
2019-12-11Finish refactor into ui and service packagesEmīls1-19/+25
2019-12-10Use Rust 2018 edition idioms in `mullvad-jni`Janito Vaqueiro Ferreira Filho1-35/+39