| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -6/+6 | |
| 2024-03-04 | Remove buildconfig from properties | David Göransson | 1 | -0/+3 | |
| 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-09-21 | Apply automatic formatting and cleanup of gradle files | Albin | 1 | -9/+3 | |
| 2023-08-04 | Remove targetSdk from libs | Albin | 1 | -1/+0 | |
| 2023-08-03 | Bump container image, jdk, gradle and agp | Albin | 1 | -2/+2 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 1 | -3/+1 | |
| 2023-03-16 | Add empty lint config | Albin | 1 | -0/+1 | |
| 2023-02-13 | Add strict agp lint configuration | Albin | 1 | -0/+5 | |
| 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 | 2 | -0/+29 | |
