| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-05-12 | Add unit tests for ConnectViewModel | Jonatan Rhodin | 1 | -0/+222 | |
| 2023-05-12 | Fix header bar blinking issue | Jonatan Rhodin | 5 | -88/+150 | |
| Fix the issue that the header bar in ConnectFragment shows disconnected state very briefly when coming back from switch location and settings views Move all states connected to ServiceConnectionManager to the viewModel to preserve them independently of the view lifecycle. Also merge all service connection states to a single ui state using flow combine. | |||||
| 2023-05-11 | Fix privacy disclaimer policy link | Albin | 1 | -1/+1 | |
| 2023-05-09 | Add udp2tcp related translations | Jonatan Rhodin | 20 | -1/+114 | |
| 2023-05-09 | Add compose ui to udp2tcp feature | Jonatan Rhodin | 17 | -26/+276 | |
| - New setting in advanced settings for obfuscation - Add info dialog about obfuscation - Send obfuscation setting to daemon - Reflect udp2tcp state in the ui | |||||
| 2023-05-09 | Show obfuscation endpoint in main view | Albin | 1 | -12/+12 | |
| 2023-05-09 | Propagate udp2tcp settings between app and daemon | Cubxity | 10 | -4/+80 | |
| Co-authored-by: Albin <albin@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> Co-authored-by: Odd Stranne <odd@mullvad.net> | |||||
| 2023-05-09 | Fix missing buy time text in out-of-time fragment | Albin | 1 | -1/+1 | |
| 2023-05-09 | Restore payment button in account fragment for release builds | Jonatan Rhodin | 5 | -15/+45 | |
| Also change the text of the button to manage account instead | |||||
| 2023-05-04 | Run localization sync | Oskar Nyberg | 19 | -0/+19 | |
| 2023-05-03 | Remove buy credit buttons on build type release | Jonatan Rhodin | 4 | -0/+23 | |
| 2023-05-03 | Avoid spamming toast messages | Albin | 1 | -1/+2 | |
| 2023-05-03 | Fix app always resuming to the connect view | Albin | 1 | -33/+37 | |
| 2023-05-03 | Add new arg to test functions | saber safavi | 1 | -49/+81 | |
| 2023-05-03 | Add warning toast for changing settings | saber safavi | 4 | -10/+51 | |
| 2023-05-03 | Add informational dialog to custom DNS setting | saber safavi | 6 | -1/+44 | |
| 2023-05-03 | Add setting(s) warning into the content blockers informational dialog | saber safavi | 2 | -11/+13 | |
| 2023-05-03 | Add string resources | saber safavi | 1 | -0/+2 | |
| 2023-04-27 | Update compose scrollbar appearance | Jonatan Rhodin | 11 | -228/+239 | |
| - Change color, size and alpha of scrollbar - Add rounding to scrollbar - Add onSurfaceVariant color to theme - Update theme to material v3 - Apply AppTheme to all screens - Remove CollapsingToolbarTheme | |||||
| 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-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 | |
