Commit Graph

211 Commits

Author SHA1 Message Date
0017f87175 refactor: adjust some colors 2023-11-18 03:10:08 +08:00
774d9632a9 feat: support dynamic colors for Android 2023-11-18 02:57:03 +08:00
1b3d623342 chore: add dependencies 2023-11-18 02:56:50 +08:00
feb3825823 fix: focusable not work in DropdownList for Android 2023-11-18 02:55:15 +08:00
6c0c551435 style: optimize code 2023-11-18 02:51:16 +08:00
c5994c0f2d feat: add DropdownList 2023-11-18 01:10:02 +08:00
5450cc5512 docs: update todo 2023-11-17 23:42:37 +08:00
b839fa3c20 feat: add Dropdown icon 2023-11-17 23:29:10 +08:00
7314256a64 refactor: adjust the priority of Modifier in TextField 2023-11-17 22:17:05 +08:00
7a9cca2a3a feat: add focusable in TextField 2023-11-17 22:09:09 +08:00
1326c74492 refactor: move solidColor to Extension 2023-11-17 21:19:29 +08:00
ae13d4a575 chore: global opt-in "androidx.compose.ui.ExperimentalComposeUiApi" 2023-11-17 20:22:00 +08:00
a5adc167ce refactor: no need propagate content color in DropdownMenuItem 2023-11-16 03:20:56 +08:00
fd9454762c feat: add active color in DropdownMenu 2023-11-16 03:11:46 +08:00
06cf36a19d feat: add DropdownMenu 2023-11-16 02:55:57 +08:00
8e09ae9a1a feat: add Popup 2023-11-16 02:42:19 +08:00
1020735b0c style: shorted variable names 2023-11-16 01:22:53 +08:00
56440553be refactor: separate colors from style 2023-11-16 01:09:06 +08:00
3d994a0543 feat: add initializer for Modifier 2023-11-16 00:55:05 +08:00
0c19398487 refactor: merge context menu style to AreaBoxStyle 2023-11-16 00:00:09 +08:00
2c5767d7a7 feat: add shadow size in AreaBox and some tweaks 2023-11-15 23:57:05 +08:00
c31ae99397 refactor: make then after padding for Modifier 2023-11-15 23:53:03 +08:00
c7d94653ec refactor: adjust the priority of Modifier 2023-11-15 23:23:22 +08:00
6c9a9c05d3 feat: support steps in Slider 2023-11-15 04:52:05 +08:00
c585e2003c refactor: no need inline 2023-11-15 04:51:22 +08:00
ac5ffce707 style: optimize naming 2023-11-15 01:33:59 +08:00
bda172b4d6 fix: use adopt width to fill track width adapt the thumb 2023-11-15 00:55:07 +08:00
a30545fc73 refactor: replace start / end padding with horizontal 2023-11-15 00:39:28 +08:00
41705fb307 refactor: replace diameter to radius 2023-11-14 02:21:28 +08:00
e6f1590bb1 feat: internal utils api 2023-11-14 02:01:41 +08:00
5ef9f21ef2 fix: disable not effect in Slider and TextField 2023-11-14 01:59:01 +08:00
f5d37462f2 refactor: move disable alpha to status extension function 2023-11-14 01:52:00 +08:00
f00badc5c8 refactor: organize utils 2023-11-14 01:45:01 +08:00
7f9b45e348 refactor: change style of Switch 2023-11-13 05:07:11 +08:00
071cde484e chore: clean up 2023-11-13 04:23:45 +08:00
4582c23c32 feat: add Slider 2023-11-13 04:22:13 +08:00
a01b870415 refactor: replace size to diameter in RadioButton 2023-11-13 02:55:15 +08:00
90130a7bfb fix: use absolute delta by scale in Switch 2023-11-13 00:00:10 +08:00
f90e2c8459 fix: use absolute dragging distance in Switch 2023-11-12 23:56:52 +08:00
e42d117d22 feat: split shape into contentShape / borderShape in desktop context menu style 2023-11-11 23:23:25 +08:00
5fc4571b4d style: optimize code 2023-11-11 22:52:16 +08:00
a733d90b32 feat: add animation when text field hovered and focused 2023-11-11 22:37:17 +08:00
846f5b1b28 refactor: move padding and the other components properties to style 2023-11-11 21:36:58 +08:00
2c8baf0423 refactor: make image vector builder inlined 2023-11-11 20:45:14 +08:00
46c5a23681 refactor: replace hardcode resources files to compose vector 2023-11-11 00:59:30 +08:00
39e065733d feat: add RadioButton 2023-11-11 00:26:19 +08:00
24c10dd6b0 fix: pressed and hovered gain in CheckBox 2023-11-10 23:35:23 +08:00
c0713e433c feat: add selectable, rippleSelectable, rememberRipple 2023-11-10 23:22:00 +08:00
6d033856c2 fix: add role in CheckBox 2023-11-10 23:09:59 +08:00
82e7028458 fix: no need alpha in inner box 2023-11-10 23:09:42 +08:00