summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme/src/main
AgeCommit message (Collapse)AuthorFilesLines
2024-11-27Implement multihopJonatan Rhodin2-6/+3
2024-10-15Fix tertiary typomullmat2-2/+2
2024-10-03Use LinkAnnotation for PrivacyDisclaimerDavid Göransson1-0/+1
2024-10-01Use material iconsDavid Göransson1-3/+4
2024-09-23Refactor and fix chevronDavid Göransson1-1/+1
2024-09-18Implement new Connect screen with feature indicatorsDavid Göransson4-24/+19
2024-09-17Implement wireguard over shadowsocksJonatan Rhodin1-0/+1
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin3-10/+10
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-21Align colors with material designJonatan Rhodin7-146/+334
Co-authored-by: Matilda <matilda@mullvad.net>
2024-08-19Fix title in autoconnect guideJonatan Rhodin2-0/+9
2024-07-25Convert select location into flat LazyColumnDavid Göransson1-2/+2
2024-07-02Fix reconnect button sizeDavid Göransson1-1/+2
2024-06-25Update compose to 1.7.0-beta03Jonatan Rhodin1-12/+9
Also update some related libraries that were required This fixes a crash on release build
2024-06-14Add ui for api access method functionalityJonatan Rhodin2-0/+12
2024-03-14Add custom lists to select location screenJonatan Rhodin5-2/+30
2024-03-11Increase ripple contrastDavid Göransson1-1/+30
2024-02-19Add dimensionsMaryamShaghaghi1-0/+4
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-07Improve DeviceListScreenJonatan Rhodin1-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-05Increase standard cell height to 56 dpJonatan Rhodin1-3/+1
This is to follow material design guidelines
2024-02-05Fix SplitTunnelingScreen and SplitTunnelingCellJonatan Rhodin1-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-05Remove all direct usages of mullvad colorsJonatan Rhodin3-33/+13
2024-01-31Replace secondary container color with new solid colorJonatan Rhodin3-9/+4
2023-12-14Migrate to Compose DestinationsDavid Göransson1-1/+3
2023-12-06Convert info icon to IconButtonDavid Göransson1-0/+1
2023-12-04Add filter chip componentMaryamShaghaghi2-0/+19
Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com>
2023-12-01Fix button spacingDavid Göransson1-0/+1
2023-11-16Add payment support to account screenJonatan Rhodin1-0/+1
2023-11-06Fix button spacingJonatan Rhodin1-1/+1
2023-11-06Align CircularProgressIndicator into Mullvad variantDavid Göransson1-1/+7
2023-10-30Simplify chevron animation and fix alphaDavid Göransson2-0/+2
2023-10-30Align big icon sizeDavid Göransson1-2/+1
2023-10-30Fix row paddings and backbutton orientationDavid Göransson1-0/+2
2023-10-23Rework notificationsDavid Göransson1-1/+1
2023-10-18Rework Switch and titles to fix textoverflowDavid Göransson1-0/+1
2023-10-18Unify button appearanceJonatan Rhodin2-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-16Add color tokens and user some of them in our themeJonatan Rhodin3-28/+105
Also switch to dark theme as base theme
2023-10-11Implement voucher dialog in composesaber safavi1-0/+1
2023-10-06Remove remaining uses of old topbarDavid Göransson2-2/+2
2023-10-06Replace old topbar with Material3David Göransson1-0/+3
2023-10-04Remove report problem state dialogDavid Göransson1-1/+1
2023-10-04Update icons for success and failDavid Göransson1-1/+1
2023-10-04Update design to fullscreenDavid Göransson1-0/+1
2023-10-04Align behaviour with designDavid Göransson1-1/+2
2023-10-03Replace primary container color with primary with alphaJonatan Rhodin2-2/+1
2023-10-02Remove resource dimens and hardcoded colors in DeviceListScreenJonatan Rhodin1-3/+6
2023-09-28Fix incorrect text styles in info dialogJonatan Rhodin1-0/+1
Also make the dialog implement theme for colors and text styles
2023-09-27Migrate login screen to composeDavid Göransson2-27/+10
Fixes removed and fixes some of the compose colors, recreates login states
2023-09-26Add site payment buttonJonatan Rhodin1-0/+1
2023-09-25Set default dialog radius to 11 and apply it to all dialogsJonatan Rhodin1-1/+1
2023-09-06Migrate in app notification banner to composeJonatan Rhodin3-4/+5