| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-24 | Add ui tests for welcome screen | Jonatan Rhodin | 1 | -0/+185 | |
| 2023-08-24 | Add unit tests for welcome view model | Jonatan Rhodin | 2 | -2/+169 | |
| 2023-08-24 | Add account button to compose top bar | Jonatan Rhodin | 10 | -27/+86 | |
| 2023-08-24 | Migrate welcome view to compose | Jonatan Rhodin | 8 | -247/+377 | |
| 2023-08-24 | Remove text next to back button in collapsings toolbar | Jonatan Rhodin | 5 | -28/+13 | |
| 2023-08-24 | Hide account page button in release builds | Albin | 1 | -15/+19 | |
| Ensures the account page button is hidden in release builds. The fact that it was visible is a regression from the compose migration. | |||||
| 2023-08-24 | Increase spacing between spinner and location info | Albin | 1 | -1/+1 | |
| 2023-08-24 | Check that the custom port is valid when submitting from the keyboard | Jonatan Rhodin | 1 | -3/+4 | |
| 2023-08-23 | Mark theme colors as internal or deprecated | Albin | 1 | -7/+41 | |
| The colors should not be used directly. Instead, the colors should be exposed via the material theme. | |||||
| 2023-08-23 | Fix dynamic text size property accessibility | Albin | 1 | -6/+4 | |
| Use same sizes as before indirectly via text styles. | |||||
| 2023-08-23 | Move theme classes to theme lib | Albin | 57 | -125/+125 | |
| 2023-08-23 | Update gradle lockfile | Albin | 1 | -0/+89 | |
| 2023-08-23 | Create empty theme lib | Albin | 5 | -3/+56 | |
| 2023-08-23 | Fix usecompatloadingfordrawables baselint issues | Jonatan Rhodin | 4 | -147/+20 | |
| 2023-08-22 | Fix Unknown Kotlin JVM target: 20 error | Jonatan Rhodin | 1 | -0/+4 | |
| 2023-08-14 | Change focus order in select location screen | saber safavi | 1 | -2/+19 | |
| 2023-08-09 | Fix ui location glitch sometimes happening on disconnect | Albin | 1 | -1/+1 | |
| This issue was mitigated by increasing the ui state debounce delay. | |||||
| 2023-08-09 | Add scroll to account screen | saber safavi | 1 | -11/+13 | |
| 2023-08-08 | Fix account screen focus | saber safavi | 2 | -39/+57 | |
| 2023-08-07 | Secure account screen aginst screenshot an screen record | saber safavi | 1 | -0/+12 | |
| 2023-08-07 | Fix split tunneling focus | Albin | 1 | -9/+28 | |
| 2023-08-07 | Fix copy button scaling issue | saber safavi | 4 | -29/+93 | |
| 2023-08-07 | Fix split tunneling content alignment | Albin | 1 | -11/+14 | |
| 2023-08-07 | Fix focus lost on connection button click | Albin | 1 | -89/+100 | |
| 2023-08-04 | Suppress unstable testOptions api | Albin | 1 | -0/+3 | |
| 2023-08-04 | Update packaging block | Albin | 1 | -1/+1 | |
| 2023-08-04 | Remove targetSdk from libs | Albin | 11 | -11/+0 | |
| 2023-08-04 | Fix gradle-versions-plugin configuration | Albin | 1 | -8/+3 | |
| 2023-08-04 | Update gradle lockfile | Albin | 1 | -157/+333 | |
| 2023-08-04 | Force emoji2 dependency version | Albin | 1 | -0/+7 | |
| Hold back emoji2 since newer versions require api level 34 which is not yet stable. | |||||
| 2023-08-04 | Fix scroll crash by bumping to compose rc | Albin | 1 | -1/+1 | |
| 2023-08-04 | Apply updated ktfmt formatting | Albin | 39 | -0/+91 | |
| 2023-08-04 | Add missing quantities to lint baseline | Albin | 1 | -1/+331 | |
| These missing quantities will instead be investigated in a separately planned task since it also have impact on the desktop apps. | |||||
| 2023-08-04 | Update gradle lockfile | Albin | 1 | -428/+449 | |
| 2023-08-04 | Bump kotlin | Albin | 1 | -2/+2 | |
| 2023-08-04 | Bump kotlinx coroutines | Albin | 1 | -1/+1 | |
| 2023-08-04 | Bump ktfmt | Albin | 1 | -1/+1 | |
| 2023-08-04 | Bump agp | Albin | 1 | -2/+2 | |
| 2023-08-04 | Replace all use of `lazy_static` with `once_cell` | Markus Pettersson | 3 | -20/+11 | |
| To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`. | |||||
| 2023-08-03 | Fix Connect view DPAD navigation | saber safavi | 1 | -11/+8 | |
| 2023-08-03 | Update gradle lockfile | Albin | 1 | -412/+396 | |
| 2023-08-03 | Include unit test task in lockfile generation script | Albin | 1 | -1/+1 | |
| 2023-08-03 | Fix lint task dependency | Albin | 1 | -0/+6 | |
| 2023-08-03 | Update lint baseline | Albin | 3 | -4/+15 | |
| 2023-08-03 | Update to jdk 17 in build instructions | Albin | 1 | -2/+2 | |
| 2023-08-03 | Bump container image, jdk, gradle and agp | Albin | 16 | -29/+36 | |
| 2023-08-03 | Migrate translation-converter to err_derive | Linus Färnstrand | 4 | -25/+28 | |
| 2023-08-02 | Bump linux base image used in android image | Albin | 1 | -1/+1 | |
| 2023-08-02 | Bump container jdk to 17 | Albin | 1 | -3/+4 | |
| Also updates `ca-certificates-java` since the jdk installation would fail otherwise. | |||||
| 2023-08-02 | Update lint baseline | Albin | 1 | -77/+11 | |
