| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-03 | Update include account token in problem reports | Jonatan Rhodin | 1 | -0/+1 | |
| - Move checkbox below message - Add warning about anonymity - Change from AccountToken to account-token in support message | |||||
| 2025-09-30 | Adjust most dimensions to a 8pt grid systems in most cases | Jonatan Rhodin | 1 | -26/+21 | |
| 2025-07-04 | Restructure & redesign components | David Göransson | 1 | -0/+2 | |
| - Change to new look and feel of list items - Add support for clicking inactive relays, with info message if relay, country or custom list is unavailable. | |||||
| 2025-07-03 | Fix gradle kotlinOptions warnings | David Göransson | 1 | -3/+7 | |
| 2025-07-02 | Update fonts to be more inline with design and material design | Jonatan Rhodin | 5 | -130/+23 | |
| 2025-06-09 | Update payment flow within the app | Jonatan Rhodin | 1 | -0/+4 | |
| Also add support for 3 months in-app purchases | |||||
| 2025-05-26 | Migrate remaining deps and versions to version catalogs | David Göransson | 1 | -4/+4 | |
| 2025-05-15 | Remove old buttonVerticalSpacing | David Göransson | 1 | -1/+0 | |
| 2025-05-15 | Fix bottom margin | David Göransson | 1 | -2/+2 | |
| 2025-05-15 | Decrease buttonSpacing to 8 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-05-15 | Update big icon and large spinner size | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-03-24 | Make it possible to disable IPv6 in the tunnel | Jonatan Rhodin | 1 | -3/+3 | |
| 2025-03-19 | Improve TV connect screen UI | Kalle Lindström | 1 | -0/+6 | |
| - Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module. | |||||
| 2025-02-27 | Update dimensions and fonts | Jonatan Rhodin | 2 | -3/+4 | |
| 2025-02-06 | Adjust and unify margins in settings and vpn settings | Jonatan Rhodin | 1 | -2/+1 | |
| 2025-02-06 | Replace usage of body medium with title medium | Jonatan Rhodin | 1 | -1/+0 | |
| This is because snack bars uses body medium and we want snack bars to have the standard look | |||||
| 2024-11-27 | Implement multihop | Jonatan Rhodin | 2 | -6/+3 | |
| 2024-10-15 | Fix tertiary typo | mullmat | 2 | -2/+2 | |
| 2024-10-03 | Make all compiler warnings errors | David Göransson | 1 | -1/+4 | |
| 2024-10-03 | Use LinkAnnotation for PrivacyDisclaimer | David Göransson | 1 | -0/+1 | |
| 2024-10-01 | Use material icons | David Göransson | 1 | -3/+4 | |
| 2024-09-24 | Set build tools version to 35.0.0 | David Göransson | 1 | -0/+1 | |
| 2024-09-23 | Refactor and fix chevron | David Göransson | 1 | -1/+1 | |
| 2024-09-18 | Implement new Connect screen with feature indicators | David Göransson | 4 | -24/+19 | |
| 2024-09-17 | Implement wireguard over shadowsocks | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 3 | -10/+10 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-08-21 | Align colors with material design | Jonatan Rhodin | 7 | -146/+334 | |
| Co-authored-by: Matilda <matilda@mullvad.net> | |||||
| 2024-08-19 | Fix title in autoconnect guide | Jonatan Rhodin | 2 | -0/+9 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -8/+8 | |
| 2024-07-25 | Convert select location into flat LazyColumn | David Göransson | 1 | -2/+2 | |
| 2024-07-02 | Fix reconnect button size | David Göransson | 1 | -1/+2 | |
| 2024-06-27 | Bump Dependencies to K2 | David Göransson | 1 | -2/+1 | |
| 2024-06-25 | Update compose to 1.7.0-beta03 | Jonatan Rhodin | 1 | -12/+9 | |
| Also update some related libraries that were required This fixes a crash on release build | |||||
| 2024-06-14 | Add ui for api access method functionality | Jonatan Rhodin | 2 | -0/+12 | |
| 2024-03-14 | Add custom lists to select location screen | Jonatan Rhodin | 5 | -2/+30 | |
| 2024-03-12 | Remove forced emoji2 dependency resolution | Albin | 1 | -7/+0 | |
| 2024-03-11 | Increase ripple contrast | David Göransson | 1 | -1/+30 | |
| 2024-02-19 | Add dimensions | MaryamShaghaghi | 1 | -0/+4 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-07 | Improve DeviceListScreen | Jonatan Rhodin | 1 | -0/+1 | |
| - Display loading state with a spinner - Fix alignment of success icon when the device list is empty - Fix remove icon size - Remove alpha from remove icon - Add more preview cases - Fix dates not showing in preview | |||||
| 2024-02-05 | Increase standard cell height to 56 dp | Jonatan Rhodin | 1 | -3/+1 | |
| This is to follow material design guidelines | |||||
| 2024-02-05 | Fix SplitTunnelingScreen and SplitTunnelingCell | Jonatan Rhodin | 1 | -0/+1 | |
| - Use BaseCell as base for SplitTunnelingCell - Make sizes and margins more in line with design - Use new HeaderCell instead of BaseCell in SplitTunnelingScreen - Use items with divider instead of padding in the cell | |||||
| 2024-02-05 | Remove all direct usages of mullvad colors | Jonatan Rhodin | 3 | -33/+13 | |
| 2024-01-31 | Replace secondary container color with new solid color | Jonatan Rhodin | 3 | -9/+4 | |
| 2023-12-14 | Migrate to Compose Destinations | David Göransson | 1 | -1/+3 | |
| 2023-12-06 | Convert info icon to IconButton | David Göransson | 1 | -0/+1 | |
| 2023-12-04 | Add filter chip component | MaryamShaghaghi | 2 | -0/+19 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-01 | Fix button spacing | David Göransson | 1 | -0/+1 | |
| 2023-11-16 | Add payment support to account screen | Jonatan Rhodin | 1 | -0/+1 | |
| 2023-11-06 | Fix button spacing | Jonatan Rhodin | 1 | -1/+1 | |
| 2023-11-06 | Align CircularProgressIndicator into Mullvad variant | David Göransson | 1 | -1/+7 | |
