| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-22 | Add advanced settings screen default callback functions | Albin | 1 | -13/+13 | |
| This change simplifies testing since only the callbacks related to a specific test can be set. | |||||
| 2023-03-22 | Set status/nav bar color in collapsable scaffold | Albin | 2 | -3/+10 | |
| This ensures that the status/navigation bar color matches the background color of the collapsable toolbar scaffold, regardless of previously set color. Previously this would rely on prior views/screens updating the status/nav bar color. | |||||
| 2023-03-22 | Fix broken notification permission prompt test | saber safavi | 5 | -12/+12 | |
| 2023-03-22 | Move remaining fragments into fragment package | Albin | 7 | -13/+23 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 230 | -4215/+3610 | |
| 2023-03-22 | Document android linting and formatting | Albin | 1 | -0/+21 | |
| 2023-03-21 | Add `.editorconfig` matching the ktfmt `kotlinLangStyle` | Albin | 1 | -0/+85 | |
| Per recommendation from: https://github.com/facebook/ktfmt#intellij-android-studio-and-other-jetbrains-ides | |||||
| 2023-03-21 | Configure ktfmt | Albin | 1 | -0/+2 | |
| 2023-03-20 | Migrate advanced settings fragment to use composified view | saber safavi | 43 | -1134/+37 | |
| 2023-03-20 | Add composified advanced settings view | saber safavi | 10 | -0/+1014 | |
| 2023-03-20 | Add advanced settings vm and repo | saber safavi | 7 | -3/+451 | |
| 2023-03-20 | Add common re-usable compose components | saber safavi | 7 | -0/+596 | |
| 2023-03-20 | Add compose scrollbar from gist | saber safavi | 1 | -0/+336 | |
| Including scrollbar from: https://gist.github.com/mxalbert1996/33a360fcab2105a31e5355af98216f5a | |||||
| 2023-03-20 | Fix top bar preview visibility | saber safavi | 1 | -1/+1 | |
| 2023-03-20 | Move device removal dialog to dialog package | saber safavi | 2 | -2/+4 | |
| 2023-03-20 | Move changlog dialog to dialog package | saber safavi | 3 | -3/+4 | |
| 2023-03-20 | Add compose dependencies | Albin | 4 | -15/+67 | |
| 2023-03-16 | Update e2e tests to handle privacy disclaimer | Albin | 3 | -0/+6 | |
| 2023-03-16 | Fix notification permission behavior and test | Albin | 3 | -1/+9 | |
| 2023-03-16 | Fix kts lint issue | Albin | 1 | -1/+0 | |
| 2023-03-16 | Fix pref lint issue | Albin | 1 | -1/+1 | |
| 2023-03-16 | Sync localization | Albin | 19 | -19/+19 | |
| 2023-03-16 | Add privacy disclaimer on first start | Albin | 8 | -7/+248 | |
| Cherry-pick from: 5c5422e3c5775ecff627a5ef457567e8f66d9a03 | |||||
| 2023-03-16 | Prevent unbind attempt if already unbound | Albin | 1 | -11/+22 | |
| Cherry-pick from: 5d8ee191100a195c675ff6a7dd1f09f04648778a | |||||
| 2023-03-16 | Make settings icon optional in top bar | Albin | 2 | -13/+15 | |
| Cherry-pick from: f5daa12f4e865581d5effafff803d482a8be381f | |||||
| 2023-03-16 | Refactor main activity initialization | Albin | 1 | -4/+11 | |
| Cherry-pick from: 122c3001238055163c93c3b015902d46d734e5af | |||||
| 2023-03-16 | Update baseline | Albin | 1 | -44/+0 | |
| 2023-03-16 | Ignore MissingTranslation issues | Albin | 1 | -0/+2 | |
| 2023-03-16 | Add empty lint config | Albin | 7 | -0/+9 | |
| 2023-03-16 | Cleanup lint baseline from file migration logic | Albin | 1 | -11/+0 | |
| 2023-03-16 | Fix lint issues | Albin | 1 | -2/+2 | |
| 2023-03-16 | Remove android file migration | Albin | 3 | -73/+0 | |
| Removing the file migration as it would only be needed by very old versions of the app upgrading to not-yet-released version of the app. The migration logic might also not work any longer due to changes in Android. | |||||
| 2023-03-16 | Migrate tidy action to use container | Albin | 1 | -1/+2 | |
| 2023-03-14 | Update Android build instructions | Albin | 1 | -22/+22 | |
| Updates: * NDK release r25c * NDK min sdk set to api level 26 * Build tools version 30.0.3 * docker -> podman | |||||
| 2023-03-14 | Bump NDK min sdk to 26 | Albin | 1 | -1/+1 | |
| 2023-03-14 | Bump NDK version to r25c | Albin | 1 | -8/+8 | |
| 2023-03-14 | Bump linux base image used in android image | Albin | 1 | -1/+1 | |
| This means building with Debian 11. It also means building with rust 1.68 which relies on an upgraded NDK, which is part of a following commit. | |||||
| 2023-03-14 | Use ARG instead of ENV in Android dockerfile | Linus Färnstrand | 1 | -3/+3 | |
| 2023-03-13 | Bump container build tools | Albin | 1 | -1/+1 | |
| 2023-03-13 | Add tidy to container image | Albin | 1 | -0/+1 | |
| 2023-03-13 | Set ktfmt lang style | Albin | 1 | -0/+4 | |
| 2023-03-13 | Add ktfmt gradle plugin | Albin | 4 | -0/+35 | |
| 2023-03-13 | Use explicit bash command in lockfile helper script | Albin | 1 | -1/+1 | |
| 2023-03-13 | Update htmlize to version 1.0 | Daniel Parks | 2 | -2/+2 | |
| The htmlize API changed slightly for improved performance and build times. This just updates android/translations-converter to stay current. All android/translations-converter tests pass. | |||||
| 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-23 | Migrate launch/loading fragment to compose | Albin | 5 | -75/+113 | |
| 2023-02-23 | Add option to hide logo and icon from top bar | Albin | 2 | -24/+29 | |
| 2023-02-23 | Fix compose fragment tooling | Albin | 1 | -2/+1 | |
| 2023-02-23 | Change city and country order in connect view | Albin | 1 | -2/+2 | |
| 2023-02-21 | Make quantum-resistant tunnel optional in mullvad layer | David Lönnhager | 4 | -14/+6 | |
