summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme
AgeCommit message (Collapse)AuthorFilesLines
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-21Apply automatic formatting and cleanup of gradle filesAlbin1-12/+4
2023-09-06Migrate in app notification banner to composeJonatan Rhodin3-4/+5
2023-08-24Add account button to compose top barJonatan Rhodin2-0/+2
2023-08-23Mark theme colors as internal or deprecatedAlbin1-7/+41
The colors should not be used directly. Instead, the colors should be exposed via the material theme.
2023-08-23Move theme classes to theme libAlbin6-0/+285
2023-08-23Create empty theme libAlbin2-0/+50