| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-27 | Suppress CVE-2023-3635 | Albin | 1 | -0/+10 | |
| 2023-05-03 | Push suppression review date | Albin | 1 | -6/+6 | |
| New review date: 2023-06-01 | |||||
| 2023-03-22 | Fix broken notification permission prompt test | saber safavi | 5 | -12/+12 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 13 | -253/+186 | |
| 2023-03-16 | Update e2e tests to handle privacy disclaimer | Albin | 3 | -0/+6 | |
| 2023-03-16 | Fix notification permission behavior and test | Albin | 2 | -0/+8 | |
| 2023-03-16 | Add empty lint config | Albin | 3 | -0/+3 | |
| 2023-03-01 | Fix mockapi localhost reference | Albin | 2 | -4/+1 | |
| This fix results in the daemon getting "localhost" as hostname rather than "127.0.0.1". | |||||
| 2023-02-13 | Add strict agp lint configuration | Albin | 3 | -0/+15 | |
| 2023-02-02 | Add logging to mocked web server used for tests | Albin | 2 | -1/+12 | |
| 2023-02-02 | Fix mockapi time format | Albin | 5 | -25/+33 | |
| Ensures mockapi timestamps are set to utc with offset zero and are strictly formatted according to both iso8601 and rfc3339. | |||||
| 2023-01-26 | Log mockapi web server port during tests | Albin | 1 | -0/+2 | |
| 2023-01-25 | Remove useTestStorageService option | Albin | 2 | -2/+0 | |
| 2023-01-25 | Extend login timeout during test | Albin | 4 | -1/+12 | |
| 2023-01-10 | Use version code constants | Albin | 2 | -2/+2 | |
| 2023-01-10 | Add mockapi login tests | Albin | 6 | -0/+361 | |
| 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 | 2 | -0/+42 | |
| 2023-01-10 | Handle notificaiton permission prompt in e2e tests | Albin | 4 | -0/+31 | |
| 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 | 2 | -1/+6 | |
| 2023-01-10 | Set e2e endpoint version to v1 | Albin | 1 | -1/+1 | |
| 2023-01-10 | Improve test failure screenshot support | Albin | 4 | -53/+116 | |
| 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 | 4 | -33/+2 | |
| 2023-01-10 | Add option to use custom api endpoint in debug builds | Albin | 4 | -3/+12 | |
| 2023-01-10 | Add empty :test:mockapi project | Albin | 3 | -0/+99 | |
| 2023-01-10 | Add empty project :lib:endpoint | Albin | 1 | -0/+2 | |
| 2023-01-10 | Move common test logic to :test:common | Albin | 15 | -47/+45 | |
| 2023-01-10 | Add empty :test:common project | Albin | 2 | -0/+44 | |
| 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. | |||||
| 2023-01-10 | Add empty :test project | Albin | 1 | -0/+0 | |
