| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-03 | Fix gradle kotlinOptions warnings | David Göransson | 1 | -3/+7 | |
| 2025-05-26 | Migrate remaining deps and versions to version catalogs | David Göransson | 1 | -4/+4 | |
| 2025-05-21 | Supply IP address when using API override | David Göransson | 1 | -0/+1 | |
| 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-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 | Make all compiler warnings errors | David Göransson | 1 | -1/+4 | |
| 2024-10-03 | Suppress false positive deprecation warning | David Göransson | 1 | -1/+1 | |
| 2024-09-24 | Set build tools version to 35.0.0 | David Göransson | 1 | -0/+1 | |
| 2024-09-17 | Format build files | David Göransson | 1 | -3/+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-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 | |
