| 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-12-06 | Update CVE suppression | David Göransson | 1 | -1/+1 | |
| 2023-11-22 | Add value class assertion test | David Göransson | 1 | -0/+18 | |
| 2023-11-21 | Fix test | David Göransson | 1 | -1/+1 | |
| 2023-11-13 | Add firebase test-lab devices | Albin | 1 | -0/+3 | |
| 2023-11-13 | Run instrumented mockapi tests in firebase test lab | Albin | 1 | -0/+11 | |
| 2023-10-16 | Refactor custom api endpoint config | Albin | 1 | -11/+7 | |
| 2023-10-12 | Fix login uiautomator flakiness | David Göransson | 1 | -1/+10 | |
| 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 | 2 | -7/+11 | |
| 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 | 2 | -2/+28 | |
| 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 | |
| 2023-09-27 | Fix login test | David Göransson | 1 | -2/+2 | |
| 2023-09-21 | Add billing and infrastructure flavor dimensions | Albin | 3 | -2/+9 | |
| 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 | 4 | -35/+18 | |
| 2023-09-05 | Remove Android code dealing with forwarded ports | Linus Färnstrand | 1 | -4/+0 | |
| 2023-08-04 | Remove targetSdk from libs | Albin | 3 | -3/+0 | |
| 2023-08-03 | Bump container image, jdk, gradle and agp | Albin | 3 | -6/+6 | |
| 2023-07-31 | Suppress CVE-2023-3782 | Albin | 1 | -0/+8 | |
| This CVE only affect certain test cases so suppressing until patched. | |||||
| 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 | |
