| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2023-01-10 | Fix CleanupAccountTestRule method signature | Albin | 1 | -2/+2 | |
| 2023-01-10 | Increase e2e test webview timeout | Albin | 1 | -1/+5 | |
| 2023-01-10 | Set e2e endpoint version to v1 | Albin | 1 | -1/+1 | |
| 2023-01-10 | Improve test failure screenshot support | Albin | 3 | -34/+13 | |
| 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 | 2 | -96/+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 | 15 | -203/+22 | |
| 2023-01-10 | Move :e2e project to :test:e2e | Albin | 24 | -0/+964 | |
| Also changes source directory from "java" to "kotlin" which is supported since upgrading the project from AGP 3.x to 7.x. | |||||
