| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-25 | Update content blockers informational dialog | Jonatan Rhodin | 22 | -28/+17 | |
| - Change programs to apps - Add custom dns warning - Add html-formatted text support to info dialog | |||||
| 2023-04-25 | Add separate tidy config for /values | Jonatan Rhodin | 4 | -181/+87 | |
| Run tidy two times to enable the use of separate configs for /values and all other xml-files. Apply this new config on all files in /values. | |||||
| 2023-04-24 | Add version code/name override option | Albin | 1 | -4/+5 | |
| Adds the option to override version code/name by setting properties in `local.properties`. For example: OVERRIDE_VERSION_CODE=123 OVERRIDE_VERSION_NAME=1.2.3 | |||||
| 2023-04-21 | Remember expand content blockers state | Jonatan Rhodin | 1 | -2/+2 | |
| Use rememberSaveable instead remember for expandContentBlockersState so that it is kept when returning from the Split tunnelling settings page | |||||
| 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 | Revert custom dns hint | Albin | 21 | -1/+21 | |
| 2023-03-27 | Fix advanced settings dialog padding and title size | Albin | 2 | -16/+31 | |
| 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 | Move remaining fragments into fragment package | Albin | 7 | -13/+23 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 216 | -3959/+3423 | |
| 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 | |
