summaryrefslogtreecommitdiffhomepage
path: root/mullvad-jni/src/api.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-05-21Supply IP address when using API overrideDavid Göransson1-17/+21
Previously we did a DNS lookup for Stagemole and Devmole however, this causes problem when starting the app with no internet and is different from how the app performs in production mode. This commit removes that logic in order to align closer to what we expect in prod.
2025-01-02Remove global API endpointEmīls1-11/+2
2024-08-30Initialize mullvad daemon directly in vpn service on createJonatan Rhodin1-79/+71
As a consequence move the address resolve to the daemon
2024-06-24Refactor daemon init and deinit on AndroidDavid Lönnhager1-0/+103