| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-12 | Add better support for variant filters | David Göransson | 1 | -8/+2 | |
| 2025-08-01 | Fix ktor parsing error | David Göransson | 1 | -2/+3 | |
| App module had transitive dependencies using a older version at runtime of serializationx. However, when compiling the test:e2e module a later version than 1.8.0 was used through ktor. This caused deserialization in runtime to go looking for a method that didn't exist. By putting an explicit version in the app module we make sure to use a version that is compatible with ktor. | |||||
| 2025-07-10 | Fix typo | David Göransson | 1 | -1/+2 | |
| 2025-07-03 | Fix gradle kotlinOptions warnings | David Göransson | 1 | -3/+6 | |
| 2025-06-19 | Remove deprecated junit platform | Jonatan Rhodin | 1 | -7/+0 | |
| 2025-05-26 | Migrate remaining deps and versions to version catalogs | David Göransson | 1 | -11/+10 | |
| 2025-05-21 | Unify usage of gradle properties | David Göransson | 1 | -35/+7 | |
| This commit does multiple changes to how we work with properties. - Instead of relying on `e2e.properties` and `local.properties` only use the `gradle.properties` as per standard gradle. - Naming of properties are changed to have a coherent structure. - Allow for setting stagemole and prod account separately. - Consolidate all the default values into `gradle.properties` | |||||
| 2025-04-30 | Move all test tags to new lib.ui.tag module | Kalle Lindström | 1 | -0/+1 | |
| 2025-04-16 | Replace Volley with ktor | David Göransson | 1 | -1/+3 | |
| 2025-02-26 | Remove Joda Time and use java.time package instead | Kalle Lindström | 1 | -1/+0 | |
| Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time. | |||||
| 2025-02-18 | Fix formatting | David Göransson | 1 | -1/+1 | |
| 2025-02-04 | Remove OWASP dependency check plugin | Albin | 1 | -9/+0 | |
| The OWASP DependencyCheck plugin has been replaced with `osv-scanner` which covers our use-case. | |||||
| 2024-12-03 | Implement UDP-over-TCP e2e test and firewall API client | Niklas Berglund | 1 | -2/+4 | |
| 2024-11-18 | Convert build to runtime arguments | David Göransson | 1 | -2/+2 | |
| 2024-11-18 | Accept env variable overrides | David Göransson | 1 | -1/+5 | |
| 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 | 1 | -1/+17 | |
| 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 | Format build files | David Göransson | 1 | -6/+4 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 1 | -0/+9 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -20/+20 | |
| 2024-06-26 | Add kermit dependency | Albin | 1 | -0/+1 | |
| 2024-06-10 | Unify account number naming | Albin | 1 | -2/+2 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 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 flavor support to e2e and mockapi tests | Albin | 1 | -4/+38 | |
| 2024-01-11 | Migrate e2e tests to junit5 | Jonatan Rhodin | 1 | -0/+18 | |
| 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-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-10 | Use androidTestUtil in e2e test | Albin | 1 | -2/+2 | |
| 2023-01-10 | Improve test failure screenshot support | Albin | 1 | -33/+1 | |
| This commit improves the test failure auto screenshot on newer devices. It also removes the auto-download of screenshots via gradle as it's rarely used. | |||||
| 2023-01-10 | Use common test project suppression | Albin | 1 | -1/+1 | |
| 2023-01-10 | Add option to use custom api endpoint in debug builds | Albin | 1 | -0/+2 | |
| 2023-01-10 | Move common test logic to :test:common | Albin | 1 | -0/+1 | |
| 2023-01-10 | Move :e2e project to :test:e2e | Albin | 1 | -0/+118 | |
| Also changes source directory from "java" to "kotlin" which is supported since upgrading the project from AGP 3.x to 7.x. | |||||
