| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-19 | Add ComposeDestinationsTests | David Göransson | 1 | -0/+28 | |
| 2024-07-19 | Add dependency to Destinations | David Göransson | 1 | -0/+1 | |
| 2024-06-26 | Migrate log calls to kermit | Albin | 7 | -38/+34 | |
| 2024-06-26 | Add konsist rule disallowing direct android log calls | Albin | 1 | -0/+24 | |
| 2024-06-26 | Add kermit dependency | Albin | 3 | -0/+3 | |
| 2024-06-19 | Add UseCase tests | David Göransson | 1 | -0/+29 | |
| 2024-06-12 | Format xml files | Albin | 2 | -13/+9 | |
| 2024-06-10 | Unify account number naming | Albin | 18 | -73/+73 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-06-10 | Add test for naming of declarations and parameters | Albin | 1 | -0/+33 | |
| 2024-06-07 | Suppress gRPC CVEs | Albin | 1 | -0/+9 | |
| These CVEs are a combination of a false-positive and CVEs not affecting our app. | |||||
| 2024-06-07 | Remove outdated suppression for CVE-2023-3635 | Albin | 1 | -10/+0 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 3 | -2/+3 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-05-06 | Remove outdated suppression rules | Albin | 1 | -109/+0 | |
| 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 | |
