| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-31 | Add account expiry mockapi test | Jonatan Rhodin | 5 | -3/+110 | |
| 2024-01-25 | Unify ensure login assertion | Jonatan Rhodin | 3 | -3/+3 | |
| 2024-01-25 | Add test for showing and using the account history | Jonatan Rhodin | 1 | -0/+49 | |
| 2024-01-25 | Update gradle verification file | Jonatan Rhodin | 1 | -194/+331 | |
| 2024-01-25 | Update koin version to 3.5.3 | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-25 | Update commons validator to version 1.8.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-01-25 | Update mockserver version to 4.12.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-01-25 | Update ktfmt to version 0.16.0 and reformat files | Jonatan Rhodin | 16 | -42/+27 | |
| 2024-01-25 | Update version of androidx libraries | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-25 | Remove unused libraries | Jonatan Rhodin | 3 | -8/+0 | |
| 2024-01-24 | Update gradle plugin version to 8.2.1 | Jonatan Rhodin | 2 | -239/+219 | |
| 2024-01-23 | Remove unused ApplicationsIconManager | Jonatan Rhodin | 4 | -158/+0 | |
| 2024-01-23 | Handle exceptions when getting app icon in SplitTunnelingScreen | Jonatan Rhodin | 2 | -2/+20 | |
| 2024-01-19 | Fix tests | Jonatan Rhodin | 2 | -24/+58 | |
| 2024-01-19 | Improve handling of empty relay list | Jonatan Rhodin | 5 | -118/+132 | |
| 2024-01-19 | Fetch the relay list when entering the select location screen | Jonatan Rhodin | 4 | -1/+13 | |
| 2024-01-19 | Try to mitigate timing errors when getting the relay list | Jonatan Rhodin | 1 | -1/+5 | |
| 2024-01-19 | Add mockapi test for handling too many devices | Jonatan Rhodin | 8 | -41/+184 | |
| 2024-01-19 | Try to wait until daemon is ready before leaving PrivacyScreen | David Göransson | 5 | -11/+87 | |
| 2024-01-18 | Add firebase stagemole e2e tests action | Albin | 2 | -1/+12 | |
| 2024-01-18 | Add flavor and partner support to test script | Albin | 1 | -36/+117 | |
| 2024-01-18 | Add support for stagemole partner account tests | Albin | 16 | -67/+153 | |
| 2024-01-18 | Add flavor support to e2e and mockapi tests | Albin | 3 | -4/+51 | |
| 2024-01-18 | Rename app variant triple | Albin | 2 | -2/+2 | |
| 2024-01-18 | Add annotation to skip test for certain flavors | Albin | 2 | -0/+27 | |
| This makes it possible to skip certain tests that might not be supported across all flavors. For example tests that relate to whether a flavor is targeted to Google Play and therefore either include or exclude certain functionality of the app. | |||||
| 2024-01-16 | Add rust-version to all Cargo.toml | Linus Färnstrand | 1 | -0/+1 | |
| 2024-01-16 | Update gradle verification file | Jonatan Rhodin | 1 | -10/+10 | |
| 2024-01-15 | Migrate ipc tests to junit5 | Jonatan Rhodin | 2 | -1/+4 | |
| 2024-01-15 | Replace After with AfterEach from junit5 | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-15 | Migrate logout e2e test to junit5 | Jonatan Rhodin | 1 | -7/+4 | |
| 2024-01-15 | Add konsist checks to block the use of junit4 | Jonatan Rhodin | 1 | -0/+30 | |
| 2024-01-15 | Fix missing junit5 konsist gradle config | Albin | 1 | -0/+3 | |
| 2024-01-15 | Update lint baselines | Albin | 1 | -220/+0 | |
| 2024-01-15 | Ignore ImpliedQuantity lint issue | Albin | 1 | -1/+3 | |
| Instead tracked externally (DROID-245) since the same texts are used across multiple platforms. | |||||
| 2024-01-15 | Add mockapi tests for successful and failed account creation | Jonatan Rhodin | 6 | -3/+82 | |
| 2024-01-12 | Remove TestActivity since it is not needed | Jonatan Rhodin | 3 | -45/+1 | |
| 2024-01-11 | Update lint baselines | Albin | 4 | -105/+46 | |
| 2024-01-11 | Fix notification permission lint issue | saber safavi | 5 | -16/+19 | |
| 2024-01-11 | Update gradle verification file | Jonatan Rhodin | 1 | -42/+155 | |
| 2024-01-11 | Run firebase tests on Junit5 | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-01-11 | Convert Konsist tests to junit5 and run them in parallel | Jonatan Rhodin | 11 | -11/+16 | |
| 2024-01-11 | Migrate e2e tests to junit5 | Jonatan Rhodin | 7 | -35/+47 | |
| 2024-01-11 | Migrate mockapi tests to junit5 | Jonatan Rhodin | 7 | -34/+52 | |
| 2024-01-11 | Migrate billing tests to Junit5 and add billing unit tests to ci | Jonatan Rhodin | 3 | -14/+18 | |
| 2024-01-11 | Convert screen tests to Junit5 | David Göransson | 19 | -2321/+2484 | |
| 2024-01-11 | Migrate app unit tests to Junit5 | David Göransson | 33 | -553/+549 | |
| 2024-01-11 | Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override` | Markus Pettersson | 3 | -8/+4 | |
| 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. | |||||
| 2024-01-09 | Remove version and publish cargo metadata | Linus Färnstrand | 1 | -2/+0 | |
| Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free" | |||||
| 2024-01-08 | Change launch mode to singleInstance to fix vulnerability | Jonatan Rhodin | 2 | -2/+6 | |
| 2024-01-05 | Fix broken e2e tests for ConnectScreen and WebLink | saber safavi | 3 | -10/+14 | |
