summaryrefslogtreecommitdiffhomepage
path: root/mullvad-jni/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Replace UpdateRelaySettings with SetRelaySettingsDavid Lönnhager1-4/+4
2023-10-16Add android conditional compilation for google payJonathan1-2/+2
2023-10-16Add piping for google play payment API requestsJonathan1-1/+113
2023-09-26Convert voucher errors correctly in mullvad-jniDavid Lönnhager1-6/+6
2023-06-07Add android support for quantum tunneling in the daemonJonatan Rhodin1-0/+23
2023-05-24Make get_daemon_interface unsafe and document itLinus Färnstrand1-50/+87
2023-05-24Fix warnings pointed out by ClippyLinus Färnstrand1-16/+13
2023-05-09Propagate udp2tcp settings between app and daemonCubxity1-0/+22
2023-03-01If set, override the API hostname from the InetSocketAddressDavid Lönnhager1-0/+27
2022-11-28Conditionally compile some API override fieldsDavid Lönnhager1-16/+23
2022-11-28Make API address overridable from MullvadDaemonDavid Lönnhager1-1/+101
2022-03-31Add update_device to Android interfaceDavid Lönnhager1-0/+17
2022-03-23Rename mullvad-rpc to mullvad-apiDavid Lönnhager1-3/+3
2022-03-14Update Rust-end JNI and Android IPCDavid Lönnhager1-66/+159
2022-03-01Drop in-flight REST requests implicitlyDavid Lönnhager1-1/+1
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