| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-04-15 | Suppress Joda-Time CVE-2024-23080 | Albin | 1 | -0/+9 | |
| 2024-03-18 | Add missing e2e wait for login prompt timeouts | Albin | 1 | -0/+2 | |
| 2024-03-18 | Add firebase e2e test devices | Albin | 1 | -3/+10 | |
| 2024-03-18 | Increase e2e account creation timeout | Albin | 1 | -1/+1 | |
| 2024-03-18 | Increase e2e test connection timeout | Albin | 1 | -1/+2 | |
| 2024-03-12 | Fix deprecation | David Göransson | 1 | -2/+1 | |
| 2024-03-12 | Remove konsist workaround | David Göransson | 1 | -3/+2 | |
| 2024-03-12 | Suppress false-positive CVE-2014-9152 | Albin | 1 | -0/+8 | |
| 2024-03-12 | Bump konsist | Albin | 2 | -2/+2 | |
| 2024-03-12 | Bump gradle | Albin | 1 | -1/+1 | |
| 2024-03-11 | Re-enable expiry text | David Göransson | 1 | -5/+0 | |
| 2024-03-05 | Add konsist test to ensure we do not use uiState variable name or collectAsState | David Göransson | 1 | -0/+11 | |
| 2024-03-04 | Remove buildconfig from properties | David Göransson | 1 | -0/+3 | |
| 2024-02-27 | Add Konsist test to ensure that tests are named correctly | David Göransson | 1 | -0/+35 | |
| 2024-02-12 | Fix deprecated assert methods | Albin | 6 | -20/+25 | |
| 2024-02-12 | Unify test class suffix | Albin | 10 | -11/+13 | |
| 2024-02-12 | Add konsist check for test class suffix | Albin | 1 | -2/+6 | |
| 2024-02-07 | Fix flaky account history mockapi test | Jonatan Rhodin | 1 | -0/+1 | |
| Add some extra time to for the login page to show to improve stability of the test. | |||||
| 2024-02-06 | Remove common lib dependency from test mockapi | Jonatan Rhodin | 3 | -6/+5 | |
| 2024-02-05 | Fix class name | David Göransson | 1 | -1/+1 | |
| 2024-02-01 | Increase timeout for ensure account creation failure | Jonatan Rhodin | 1 | -4/+2 | |
| 2024-01-31 | Add account expiry mockapi test | Jonatan Rhodin | 3 | -2/+102 | |
| 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 ktfmt to version 0.16.0 and reformat files | Jonatan Rhodin | 1 | -10/+5 | |
| 2024-01-19 | Add mockapi test for handling too many devices | Jonatan Rhodin | 8 | -41/+184 | |
| 2024-01-18 | Add firebase stagemole e2e tests action | Albin | 2 | -1/+12 | |
| 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 | 2 | -4/+45 | |
| 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-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 | Add mockapi tests for successful and failed account creation | Jonatan Rhodin | 6 | -3/+82 | |
| 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 | Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override` | Markus Pettersson | 1 | -2/+1 | |
| 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-05 | Fix broken e2e tests for ConnectScreen and WebLink | saber safavi | 1 | -7/+7 | |
| 2024-01-05 | Add automate logout ui tests | saber safavi | 4 | -20/+63 | |
| 2023-12-29 | Add automate logout ui tests using mockApi | saber safavi | 2 | -0/+44 | |
| 2023-12-18 | Fix changes dialog dismiss in mockapi tests | Albin | 2 | -0/+13 | |
| 2023-12-13 | Replace EXTERNAL_STORAGE permissions on android api level 33+ | saber safavi | 2 | -8/+17 | |
| 2023-12-06 | Update CVE suppression | David Göransson | 1 | -1/+1 | |
| 2023-11-22 | Add value class assertion test | David Göransson | 1 | -0/+18 | |
| 2023-11-21 | Fix test | David Göransson | 1 | -1/+1 | |
| 2023-11-13 | Add firebase test-lab devices | Albin | 1 | -0/+3 | |
| 2023-11-13 | Run instrumented mockapi tests in firebase test lab | Albin | 1 | -0/+11 | |
| 2023-10-16 | Refactor custom api endpoint config | Albin | 1 | -11/+7 | |
