| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-10-16 | Replace capitalized function with non-deprecated | David Göransson | 1 | -1/+1 | |
| 2024-10-15 | Add minimal leak tests for Android | Niklas Berglund | 18 | -12/+592 | |
| 2024-10-15 | Add video recording of e2e tests | Niklas Berglund | 2 | -0/+6 | |
| 2024-10-08 | Fix unused parameter warning | David Göransson | 1 | -1/+1 | |
| 2024-10-03 | Suppress unchecked cast for test | David Göransson | 1 | -1/+7 | |
| 2024-10-03 | Make all compiler warnings errors | David Göransson | 1 | -1/+4 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 2 | -6/+6 | |
| 2024-09-24 | Set build tools version to 35.0.0 | David Göransson | 1 | -0/+1 | |
| 2024-09-18 | Fix tests | David Göransson | 1 | -5/+5 | |
| 2024-09-17 | Format build files | David Göransson | 1 | -6/+4 | |
| 2024-09-16 | Rename test timeout constants | Niklas Berglund | 3 | -7/+7 | |
| 2024-08-29 | Increase timeout when waiting for connection | Niklas Berglund | 1 | -1/+1 | |
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 5 | -12/+12 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-08-27 | Re-enable testConnectAndVerifyWithConnectionCheck | Niklas Berglund | 1 | -2/+0 | |
| 2024-08-21 | Disable testLoginWithInvalidCredentials | Niklas Berglund | 1 | -1/+2 | |
| 2024-08-21 | Handle null response object | Niklas Berglund | 2 | -2/+8 | |
| 2024-08-20 | Log response status code on error | Niklas Berglund | 1 | -3/+9 | |
| 2024-08-20 | Move account setup to beforeEach | Niklas Berglund | 1 | -12/+7 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 5 | -15/+49 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -20/+20 | |
| 2024-06-26 | Migrate log calls to kermit | Albin | 3 | -22/+19 | |
| 2024-06-26 | Add kermit dependency | Albin | 1 | -0/+1 | |
| 2024-06-12 | Format xml files | Albin | 1 | -9/+7 | |
| 2024-06-10 | Unify account number naming | Albin | 8 | -31/+31 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-05-29 | Migrate to gRPC | David Göransson | 1 | -0/+1 | |
| 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-03-18 | Increase e2e test connection timeout | Albin | 1 | -1/+2 | |
| 2024-03-12 | Bump gradle | Albin | 1 | -1/+1 | |
| 2024-03-04 | Remove buildconfig from properties | David Göransson | 1 | -0/+3 | |
| 2024-01-18 | Add support for stagemole partner account tests | Albin | 12 | -56/+142 | |
| 2024-01-18 | Add flavor support to e2e and mockapi tests | Albin | 1 | -4/+38 | |
| 2024-01-18 | Add annotation to skip test for certain flavors | Albin | 1 | -0/+2 | |
| 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-11 | Migrate e2e tests to junit5 | Jonatan Rhodin | 7 | -35/+47 | |
| 2024-01-05 | Add automate logout ui tests | saber safavi | 3 | -20/+47 | |
| 2023-12-13 | Replace EXTERNAL_STORAGE permissions on android api level 33+ | saber safavi | 2 | -8/+17 | |
| 2023-09-21 | Add billing and infrastructure flavor dimensions | Albin | 1 | -1/+3 | |
| Flavor dimension usage: * `billing` - used to build separate artifacts where (1) different policies are followed and (2) different dependencies are used. * `infrastructure` - used to improve development and testing against non-production environments. | |||||
| 2023-09-21 | Apply automatic formatting and cleanup of gradle files | Albin | 1 | -18/+12 | |
| 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 | Fix broken notification permission prompt test | saber safavi | 2 | -4/+4 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 7 | -115/+76 | |
| 2023-03-16 | Update e2e tests to handle privacy disclaimer | Albin | 2 | -0/+4 | |
| 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-25 | Remove useTestStorageService option | Albin | 1 | -1/+0 | |
| 2023-01-25 | Extend login timeout during test | Albin | 1 | -0/+1 | |
| 2023-01-10 | Replace e2e conncheck webview with volley | Albin | 6 | -58/+28 | |
| The reason for this change is that ui automator doesn't work well with webviews. | |||||
| 2023-01-10 | Add test rule to clear device vpns | Albin | 1 | -0/+5 | |
| 2023-01-10 | Handle notificaiton permission prompt in e2e tests | Albin | 2 | -0/+4 | |
| 2023-01-10 | Use androidTestUtil in e2e test | Albin | 1 | -2/+2 | |
