| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-06 | Migrate ConnectionTest e2e tests to use POP | Niklas Berglund | 8 | -9/+224 | |
| 2024-12-03 | Implement UDP-over-TCP e2e test and firewall API client | Niklas Berglund | 2 | -2/+5 | |
| 2024-12-03 | Implement basic of page object pattern | Niklas Berglund | 4 | -0/+93 | |
| 2024-11-18 | Fix flaky removal of VPN profiles | David Göransson | 1 | -2/+7 | |
| 2024-11-18 | Update ForgetAllVpnApps to handle hard-coded VPN profiles | David Göransson | 2 | -9/+30 | |
| 2024-10-16 | Clean up test rule | David Göransson | 1 | -17/+6 | |
| 2024-10-15 | Add minimal leak tests for Android | Niklas Berglund | 2 | -0/+48 | |
| 2024-10-15 | Add video recording of e2e tests | Niklas Berglund | 1 | -0/+60 | |
| 2024-10-03 | Make all compiler warnings errors | David Göransson | 1 | -1/+4 | |
| 2024-09-24 | Set build tools version to 35.0.0 | David Göransson | 1 | -0/+1 | |
| 2024-09-20 | Call dismissChangelogIfShown at the correct time | Jonatan Rhodin | 1 | -0/+2 | |
| 2024-09-18 | Fix tests | David Göransson | 1 | -8/+3 | |
| 2024-09-18 | Fix Delete old vpn in e2e test | David Göransson | 1 | -2/+5 | |
| 2024-09-17 | Format build files | David Göransson | 1 | -5/+6 | |
| 2024-09-16 | Rename test timeout constants | Niklas Berglund | 3 | -31/+21 | |
| 2024-08-30 | Initialize mullvad daemon directly in vpn service on create | Jonatan Rhodin | 1 | -2/+2 | |
| As a consequence move the address resolve to the daemon | |||||
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 3 | -9/+9 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-08-27 | Handle alternative wording for deleting VPN profile | Niklas Berglund | 1 | -2/+10 | |
| 2024-08-27 | Wait for login button to be enabled | Niklas Berglund | 1 | -1/+3 | |
| 2024-08-27 | Re-enable testConnectAndVerifyWithConnectionCheck | Niklas Berglund | 1 | -1/+2 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 2 | -16/+5 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -14/+14 | |
| 2024-06-26 | Migrate log calls to kermit | Albin | 1 | -5/+5 | |
| 2024-06-26 | Add kermit dependency | Albin | 1 | -0/+1 | |
| 2024-06-10 | Unify account number naming | Albin | 1 | -7/+7 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-05-29 | Migrate to gRPC | David Göransson | 1 | -1/+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 | Add missing e2e wait for login prompt timeouts | Albin | 1 | -0/+2 | |
| 2024-03-18 | Increase e2e account creation timeout | Albin | 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 | 1 | -0/+8 | |
| 2024-01-19 | Add mockapi test for handling too many devices | Jonatan Rhodin | 1 | -0/+5 | |
| 2024-01-18 | Add support for stagemole partner account tests | Albin | 2 | -10/+7 | |
| 2024-01-18 | Add annotation to skip test for certain flavors | Albin | 1 | -0/+25 | |
| 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 | Add mockapi tests for successful and failed account creation | Jonatan Rhodin | 1 | -3/+14 | |
| 2024-01-11 | Migrate mockapi tests to junit5 | Jonatan Rhodin | 3 | -11/+21 | |
| 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 | 1 | -0/+16 | |
| 2023-12-29 | Add automate logout ui tests using mockApi | saber safavi | 1 | -0/+4 | |
| 2023-12-18 | Fix changes dialog dismiss in mockapi tests | Albin | 1 | -0/+9 | |
| 2023-11-21 | Fix test | David Göransson | 1 | -1/+1 | |
| 2023-09-27 | Fix login test | David Göransson | 1 | -2/+2 | |
| 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 | -11/+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 | Fix broken notification permission prompt test | saber safavi | 2 | -4/+4 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 3 | -45/+31 | |
| 2023-03-16 | Update e2e tests to handle privacy disclaimer | Albin | 1 | -0/+2 | |
| 2023-03-16 | Fix notification permission behavior and test | Albin | 1 | -0/+4 | |
| 2023-03-16 | Add empty lint config | Albin | 1 | -0/+1 | |
