| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-06 | Warn users about android 16 upgrade issue | David Göransson | 1 | -1/+4 | |
| 2025-09-10 | Add inital baseline profile generation | Kalle Lindström | 1 | -2/+6 | |
| To improve startup performance this PR adds a baseline profile generation module in test/baselineprofile. The baseline profile plugin requires Junit4 so that is also added as a dependency. A baseline-prof.txt was also generated by running `./gradlew generatePlayProdReleaseBaselineProfile` and checked in. The tests that generate the baselineprofile currently only start the app and accepts the privacy policy. This should be improved later on to improve the startup performance. | |||||
| 2025-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 1 | -1/+10 | |
| 2025-08-05 | Add konsist test to ensure all view model test uses TestCoroutineRule | Jonatan Rhodin | 1 | -0/+18 | |
| 2025-07-03 | Fix gradle kotlinOptions warnings | David Göransson | 1 | -3/+7 | |
| 2025-05-26 | Migrate remaining deps and versions to version catalogs | David Göransson | 1 | -8/+7 | |
| 2024-11-28 | Bump konsist to 0.17.0 | David Göransson | 1 | -2/+2 | |
| 2024-10-09 | Fix konsist test for test classes name | Jonatan Rhodin | 1 | -3/+7 | |
| 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-17 | Fix konsist test | David Göransson | 1 | -16/+7 | |
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 1 | -5/+1 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-08-23 | Add konsist tests for management service to avoid missing Either | Jonatan Rhodin | 1 | -0/+31 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -11/+12 | |
| 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 | Add konsist rule disallowing direct android log calls | Albin | 1 | -0/+24 | |
| 2024-06-19 | Add UseCase tests | David Göransson | 1 | -0/+29 | |
| 2024-06-10 | Add test for naming of declarations and parameters | Albin | 1 | -0/+33 | |
| 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-12 | Fix deprecation | David Göransson | 1 | -2/+1 | |
| 2024-03-12 | Remove konsist workaround | David Göransson | 1 | -3/+2 | |
| 2024-03-12 | Bump konsist | Albin | 2 | -2/+2 | |
| 2024-03-05 | Add konsist test to ensure we do not use uiState variable name or collectAsState | David Göransson | 1 | -0/+11 | |
| 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-05 | Fix class name | David Göransson | 1 | -1/+1 | |
| 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-11 | Convert Konsist tests to junit5 and run them in parallel | Jonatan Rhodin | 11 | -11/+16 | |
| 2023-11-22 | Add value class assertion test | David Göransson | 1 | -0/+18 | |
| 2023-10-02 | Add konsist test name check | Albin | 2 | -1/+15 | |
| Checks that the tests are prefixed with "ensure " | |||||
| 2023-10-02 | Align test syntax | David Göransson | 8 | -36/+19 | |
| 2023-10-02 | Fix data class issues | David Göransson | 1 | -7/+8 | |
| 2023-10-02 | Add test ensure all composables are in compose package | David Göransson | 2 | -0/+34 | |
| 2023-10-02 | Add class test and fix issues | David Göransson | 1 | -0/+21 | |
| 2023-10-02 | Add architecture tests | David Göransson | 1 | -0/+18 | |
| 2023-10-02 | Add general Konsist tests | David Göransson | 1 | -0/+27 | |
| 2023-10-02 | Add Compose Preview test and fix issues | David Göransson | 2 | -11/+26 | |
| 2023-10-02 | Add extension for projectScope | David Göransson | 1 | -0/+5 | |
| 2023-10-02 | Suppress konsist TODOs | Albin | 1 | -15/+3 | |
| 2023-10-02 | Fix deprecated type check call | Albin | 1 | -1/+1 | |
| 2023-10-02 | Add konsist check for vm function return type | Albin | 1 | -0/+9 | |
| 2023-10-02 | Rename viewActions to uiSideEffect | Albin | 1 | -2/+2 | |
| 2023-10-02 | Align changelog ui state property name | Albin | 1 | -2/+1 | |
| 2023-10-02 | Add konsist check for vm property names | Albin | 1 | -2/+28 | |
| 2023-09-29 | Add simple view model suffix assertion | Albin | 1 | -0/+16 | |
| 2023-09-29 | Add empty arch test module | Albin | 2 | -0/+43 | |
