| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-02 | Remove global API endpoint | Emīls | 1 | -1/+0 | |
| 2024-12-13 | Replace intentholder with api override intent holder | Jonatan Rhodin | 2 | -0/+21 | |
| 2024-10-03 | Suppress false positive deprecation warning | David Göransson | 1 | -1/+1 | |
| 2024-08-30 | Initialize mullvad daemon directly in vpn service on create | Jonatan Rhodin | 6 | -52/+21 | |
| As a consequence move the address resolve to the daemon | |||||
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 2 | -3/+3 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-01-11 | Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override` | Markus Pettersson | 2 | -6/+3 | |
| 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. | |||||
| 2023-11-27 | Enable forced direct connection for devmole and stagemole builds | Albin | 1 | -2/+2 | |
| This commit enables forced API direct connection as well as disables API address caching to improve testing against the devmole and stagemole environments. | |||||
| 2023-10-16 | Use flavor configuration to set api endpoint | Albin | 1 | -0/+2 | |
| 2023-10-16 | Refactor custom api endpoint config | Albin | 2 | -8/+21 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 1 | -3/+1 | |
| 2023-01-10 | Add option to use custom api endpoint in debug builds | Albin | 1 | -0/+18 | |
| 2023-01-10 | Move endpoint logic to :lib:endpoint | Albin | 4 | -0/+38 | |
| 2023-01-10 | Add empty project :lib:endpoint | Albin | 1 | -0/+1 | |
