Commit Graph

145 Commits

Author SHA1 Message Date
3ced4acbd3 refactor: specially function param names 2023-11-30 12:48:26 +08:00
94a5eb53e0 refactor: replace DefaultDropdownListMenuOffset with padding in Dropdown 2023-11-29 20:20:46 +08:00
70025a7a9f refactor: merge to new FontColor in TextStyle inheritance relationship 2023-11-29 00:11:05 +08:00
9435ec65a0 feat: customization placeholderContentColor in TextField 2023-11-28 23:52:43 +08:00
3c8a83e5bc refactor: some tweaks in Navigation
- make orientation named to Row and Column
- rename contentSpace to contentSpacing
2023-11-28 22:35:02 +08:00
9e583d383e feat: add Navigation 2023-11-28 14:32:02 +08:00
7ac4f4cb78 style: optimize code 2023-11-28 10:48:13 +08:00
b4d7db0d75 refactor: make DefaultAreaBoxShape private in AreaBox 2023-11-28 10:06:37 +08:00
608074a0cc refactor: use withAreaBoxShape to apply the default AreaBox shape 2023-11-28 10:03:01 +08:00
d676617aa5 refactor: make out box Button style not fully rounded 2023-11-28 09:52:57 +08:00
03b42dad6d feat: update demo 2023-11-28 09:39:18 +08:00
c6b72b6501 refactor: make TabPosition opened and use TabRow to manage TabIndicator 2023-11-28 09:39:14 +08:00
65e01c2e51 feat: update demo 2023-11-27 08:25:35 +08:00
898f3e91f9 feat: add Tab 2023-11-27 08:25:23 +08:00
e784705750 refactor: use standardization LocalShapes instead CircleShape 2023-11-27 05:39:11 +08:00
a9eed67f80 refactor: use CircleShape instead 50.dp in Shapes 2023-11-27 05:36:18 +08:00
a60b07862a refactor: add debugInspectorInfo for Modifier and some tweaks 2023-11-27 03:13:55 +08:00
6bced884ef refactor: rename utils to extension 2023-11-27 02:57:34 +08:00
f4a67c6829 refactor: merge custom paddings to PaddingValues 2023-11-27 02:55:42 +08:00
4128fa5505 style: optimize enum named 2023-11-26 10:59:59 +08:00
3d22d550a5 refactor: make Modifier function composed 2023-11-26 10:26:53 +08:00
bf47b9b052 refactor: merge all padding to paddings data class 2023-11-25 03:35:18 +08:00
00c061ad6e chore: global opt-in "androidx.compose.foundation.ExperimentalFoundationApi" 2023-11-25 03:11:29 +08:00
bea853e043 chore: uncommitted changes 2023-11-25 03:11:25 +08:00
12287c55e3 chore: bump "com.highcapable.betterandroid:ui-component" version to 1.0.2 2023-11-24 10:39:19 +08:00
a445ddbf08 refactor: format sample apps name 2023-11-23 01:49:34 +08:00
6190a4fccf refactor: move resources to flexiui-resources 2023-11-23 01:46:55 +08:00
845606a59a chore: change dependencies visibility 2023-11-23 01:35:10 +08:00
92d56e5dd6 refactor: add @Stable on Extension 2023-11-21 09:42:48 +08:00
91d78115bb feat: update demo 2023-11-21 09:32:29 +08:00
c2b58a368d feat: add keyboard controller for auto complete box in TextField 2023-11-21 09:31:08 +08:00
97fb1abbcb feat: update demo 2023-11-21 06:55:18 +08:00
1395ad4eda feat: add auto complete box in TextField 2023-11-21 06:23:48 +08:00
bac92adff5 refactor: decoupling menuMaxHeight and boxes in DropdownMenu 2023-11-21 05:32:38 +08:00
d70d3d24d6 chore: bump "androidx.compose.runtime" version to 1.6.0-beta01 2023-11-20 09:49:00 +08:00
6de476c1aa fix: name typo in DropdownMenu 2023-11-20 02:28:09 +08:00
35a5070fbb refactor: change the background color rules 2023-11-20 02:20:10 +08:00
e55acce970 refactor: modified the colors mix rules 2023-11-20 02:20:09 +08:00
1e998302dd fix: request focus when decoration box hold pressed event in TextField 2023-11-20 01:11:46 +08:00
86f0b72cea refactor: change borderColor in DesktopContextMenu 2023-11-19 23:25:51 +08:00
adc0d7b9ac fix: add missing borderColor in DropdownMenu 2023-11-19 23:23:14 +08:00
1fb7a8c324 docs: update todo 2023-11-19 22:43:57 +08:00
49d471c703 refactor: remove child interactionSource in TextField 2023-11-19 19:37:47 +08:00
2db0966152 style(fix): class name typo 2023-11-19 19:23:46 +08:00
85032e8be0 fix: animation incoherent in PasswordTextField 2023-11-19 06:05:03 +08:00
98f062bf8c feat: update demo 2023-11-19 05:57:22 +08:00
d58f7d283f feat: split String and TextFieldValue in TextField and add pointer state for desktop 2023-11-19 05:32:21 +08:00
583af4601e feat: make PasswordTextField VisualTransformation customizable 2023-11-19 04:25:52 +08:00
7c0f74a0d1 feat: add PasswordTextField, BackspaceTextField 2023-11-19 04:13:08 +08:00
a70538fd96 feat: add Backspace icon 2023-11-19 04:11:47 +08:00