| Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
As a consequence move the address resolve to the daemon
|
|
This commit mostly adds trailing commas throughout the project,
but also includes a few other formatting changes.
|
|
feature is enabled
Move the logic for using overridden API endpoints for API calls from
`mullvad-api::rest` to `mullvad_daemon::api`. This is in line with how
the interaction between the two crates work for a normal release build,
i.e. when the `api-override` feature is disabled.
This commit also removes references to `force_direct_connection` in the
Android code. The flag does not exist in the `mullvad-*` rust crates
anymore, so it would be erroneous to try to serialize/deserialize the
value from the Android client.
|
|
This commit enables forced API direct connection as well as disables
API address caching to improve testing against the devmole and
stagemole environments.
|
|
|
|
|
|
|
|
|
|
|
|
|