| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | -10/+9 | |
| 2025-04-30 | Move all test tags to new lib.ui.tag module | Kalle Lindström | 1 | -0/+1 | |
| 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-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-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 | -10/+7 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 1 | -0/+8 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -21/+21 | |
| 2024-06-26 | Add kermit dependency | Albin | 1 | -0/+1 | |
| 2024-02-06 | Remove common lib dependency from test mockapi | Jonatan Rhodin | 1 | -1/+0 | |
| 2024-01-18 | Add flavor support to e2e and mockapi tests | Albin | 1 | -0/+7 | |
| 2024-01-15 | Add mockapi tests for successful and failed account creation | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-01-11 | Migrate mockapi tests to junit5 | Jonatan Rhodin | 1 | -0/+17 | |
| 2023-09-21 | Add billing and infrastructure flavor dimensions | Albin | 1 | -0/+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 | -6/+2 | |
| 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-02-02 | Fix mockapi time format | Albin | 1 | -0/+1 | |
| Ensures mockapi timestamps are set to utc with offset zero and are strictly formatted according to both iso8601 and rfc3339. | |||||
| 2023-01-25 | Remove useTestStorageService option | Albin | 1 | -1/+0 | |
| 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/+1 | |
| 2023-01-10 | Add empty :test:mockapi project | Albin | 1 | -0/+61 | |
