| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-18 | Clarify Android build steps in instructions | Albin | 1 | -4/+19 | |
| 2023-04-18 | Change feedback textarea's placeholder | saber safavi | 20 | -20/+2 | |
| 2023-04-13 | Make misc error messages more helpful | Albin | 20 | -163/+149 | |
| 2023-04-13 | Rephrase "no matching relay" error message | Albin | 21 | -43/+4 | |
| 2023-04-13 | Clarify upgrade available notification | Albin | 21 | -34/+34 | |
| 2023-04-13 | Clarify device offline push notification | Albin | 2 | -1/+11 | |
| 2023-04-13 | Clarify blocking network message | Albin | 22 | -24/+3 | |
| 2023-04-13 | Capitalize in-app notification title | Albin | 1 | -1/+1 | |
| 2023-04-12 | Fix custom dns auto disabling regression | saber safavi | 3 | -10/+36 | |
| 2023-04-12 | Improve alpha values in advanced settings | Albin | 2 | -7/+8 | |
| 2023-04-12 | Prevent submitting empty DNS server | Albin | 1 | -1/+4 | |
| 2023-04-12 | Clarify MTU placeholder | Albin | 1 | -1/+1 | |
| 2023-04-12 | Hide custom dns warning | Albin | 1 | -12/+12 | |
| This change hides the Custom DNS warning, which is part of the content blockers, when the content blockers are not expanded. | |||||
| 2023-04-11 | Update translations | Albin | 19 | -0/+209 | |
| 2023-04-11 | Support enabling/disabling switch compose cell | saber safavi | 2 | -2/+10 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Hook up content blocker ui with vm and repo | saber safavi | 6 | -39/+124 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Add content blocker info dialogs | saber safavi | 5 | -6/+66 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Add content blockers to the ui | saber safavi | 2 | -0/+193 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Add compose info dialog | saber safavi | 3 | -0/+135 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Refactor CustomDnsComposeCell to generic switch cell | saber safavi | 3 | -92/+161 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Make it possible to enable/disable the compose switch | saber safavi | 1 | -4/+17 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-11 | Support setting color of html text | Albin | 1 | -2/+12 | |
| 2023-04-11 | Add alpha constants | Albin | 1 | -0/+3 | |
| 2023-04-11 | Add func to check if any blocker is enabled | Albin | 1 | -1/+5 | |
| Co-authored-by: saber safavi <saber.safavi@codic.se> | |||||
| 2023-04-11 | Add info icon | saber safavi | 1 | -0/+8 | |
| 2023-04-11 | Add chevron composable | Albin | 1 | -0/+36 | |
| Co-authored-by: saber safavi <saber.safavi@codic.se> | |||||
| 2023-04-11 | Add `itemWithDivier` compose extension | Albin | 2 | -6/+17 | |
| Co-authored-by: saber safavi <saber.safavi@codic.se> | |||||
| 2023-04-11 | Add content blocker strings | saber safavi | 1 | -0/+19 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-04-05 | Deprecate daemon provided app version property | Albin | 1 | -1/+1 | |
| 2023-04-05 | Fix app version missing in settings when no daemon connection | Albin | 1 | -1/+2 | |
| This issue was caused by the app version being provided by the daemon. To fix this, the app version will now instead be resolved via the `BuildConfig`. | |||||
| 2023-03-28 | Re-generate lint baseline | Albin | 1 | -532/+158 | |
| 2023-03-28 | Ignore localization workflow related lint rules | Albin | 1 | -1/+3 | |
| 2023-03-28 | Revert custom dns hint | Albin | 21 | -1/+21 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 1 | -2/+2 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-27 | Fix advanced settings dialog padding and title size | Albin | 2 | -16/+31 | |
| 2023-03-27 | Bump NDK in F-Droid env and config | Albin | 2 | -16/+16 | |
| 2023-03-27 | Add initial android overview diagram | Albin | 2 | -0/+46 | |
| 2023-03-24 | Change build container CARGO_TARGET_DIR to allow cargo clean | Linus Färnstrand | 1 | -3/+4 | |
| 2023-03-22 | Add advanced settings ui tests | Albin | 1 | -0/+552 | |
| 2023-03-22 | Add default values to advanced settings ui states | Albin | 1 | -8/+8 | |
| This change primarily simplifies testing. | |||||
| 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 | |
