| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-27 | Implement multihop | Jonatan Rhodin | 2 | -6/+3 | |
| 2024-10-15 | Fix tertiary typo | mullmat | 2 | -2/+2 | |
| 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-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-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-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-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 | |
| 2023-10-30 | Simplify chevron animation and fix alpha | David Göransson | 2 | -0/+2 | |
| 2023-10-30 | Align big icon size | David Göransson | 1 | -2/+1 | |
| 2023-10-30 | Fix row paddings and backbutton orientation | David Göransson | 1 | -0/+2 | |
| 2023-10-23 | Rework notifications | David Göransson | 1 | -1/+1 | |
| 2023-10-18 | Rework Switch and titles to fix textoverflow | David Göransson | 1 | -0/+1 | |
| 2023-10-18 | Unify button appearance | Jonatan Rhodin | 2 | -2/+13 | |
| - Make almost all button depend on 3 standard buttons - Replace surface and onSurface with our own custom theme color - Set button standard height to material design default - Support bigger font sizes for buttons | |||||
| 2023-10-16 | Add color tokens and user some of them in our theme | Jonatan Rhodin | 3 | -28/+105 | |
| Also switch to dark theme as base theme | |||||
| 2023-10-11 | Implement voucher dialog in compose | saber safavi | 1 | -0/+1 | |
| 2023-10-06 | Remove remaining uses of old topbar | David Göransson | 2 | -2/+2 | |
| 2023-10-06 | Replace old topbar with Material3 | David Göransson | 1 | -0/+3 | |
| 2023-10-04 | Remove report problem state dialog | David Göransson | 1 | -1/+1 | |
| 2023-10-04 | Update icons for success and fail | David Göransson | 1 | -1/+1 | |
| 2023-10-04 | Update design to fullscreen | David Göransson | 1 | -0/+1 | |
| 2023-10-04 | Align behaviour with design | David Göransson | 1 | -1/+2 | |
| 2023-10-03 | Replace primary container color with primary with alpha | Jonatan Rhodin | 2 | -2/+1 | |
| 2023-10-02 | Remove resource dimens and hardcoded colors in DeviceListScreen | Jonatan Rhodin | 1 | -3/+6 | |
| 2023-09-28 | Fix incorrect text styles in info dialog | Jonatan Rhodin | 1 | -0/+1 | |
| Also make the dialog implement theme for colors and text styles | |||||
| 2023-09-27 | Migrate login screen to compose | David Göransson | 2 | -27/+10 | |
| Fixes removed and fixes some of the compose colors, recreates login states | |||||
| 2023-09-26 | Add site payment button | Jonatan Rhodin | 1 | -0/+1 | |
| 2023-09-25 | Set default dialog radius to 11 and apply it to all dialogs | Jonatan Rhodin | 1 | -1/+1 | |
| 2023-09-06 | Migrate in app notification banner to compose | Jonatan Rhodin | 3 | -4/+5 | |
