Commit Graph

201 Commits

Author SHA1 Message Date
322a3136ab chore: bump dependencies 2024-01-02 11:06:03 +08:00
6321d3ac4c docs: update contacts 2024-01-02 10:46:53 +08:00
bb4e980ee9 chore: update project files 2024-01-01 02:15:55 +08:00
74ebb569a1 style: merge to new ktlint version & rules 2023-12-29 21:35:02 +08:00
a69e63b904 chore: bump gradle to 8.5 2023-12-29 00:29:01 +08:00
5d4dca929b chore: update .gitignore 2023-12-29 00:27:46 +08:00
f52ffd9289 fix: wrong dynamic color in Color 2023-12-05 04:27:47 +08:00
3699ad254b docs: todo decoupling to BetterAndroid of ComponentPadding 2023-12-04 00:17:05 +08:00
5524bc8686 refactor: merge PaddingValues to ComponentPadding in DesktopContextMenu 2023-12-04 00:15:37 +08:00
a73ca55a2c feat: update demo 2023-12-04 00:01:25 +08:00
866dd5521c refactor: merge PaddingValues to ComponentPadding 2023-12-04 00:01:15 +08:00
3c59e63d5c feat: update demo 2023-12-03 23:27:42 +08:00
526383c5e5 feat: add fitsSystemBars in Scaffold 2023-12-03 23:26:45 +08:00
dd464e4b3f chore: bump dependencies versions 2023-12-03 23:26:19 +08:00
4d22eda5e2 feat: add Scaffold 2023-12-03 17:07:59 +08:00
5f5bfe4320 refactor: use AreaBox for outside box in Navigation 2023-12-03 16:43:35 +08:00
e3f8a3ae07 refactor: use spacingPrimary for padding in Navigation 2023-12-03 16:02:28 +08:00
86bc5430d6 refactor: change padding and thumb radius in Switch 2023-12-03 13:25:54 +08:00
556ef3d55d feat: add combinedClickable, rippleCombinedClickable in Interaction 2023-12-03 01:35:43 +08:00
2abe50fde5 feat: add ItemBox 2023-12-03 01:17:01 +08:00
b2155fe5d4 refactor: use VerticalContentSpacingRatio in vertical contentSpacing 2023-12-03 01:12:04 +08:00
f7012d5db1 refactor: use LocalAreaBoxShape for default shape in AreaBox 2023-12-03 01:09:16 +08:00
73651da66d fix: make initializer composable in AreaBox, Surface 2023-12-03 00:20:19 +08:00
5b1ef1bc7e refactor: decoupling function classes to scope and impl in ActionBar, Tab 2023-12-02 23:23:14 +08:00
123ee05fe2 refactor: rename actionIconMaxSize to actionIconSize and some tweaks in ActionBar 2023-12-02 22:33:09 +08:00
718d24d308 refactor: make ActionIcon to ActionIconButton and some tweaks in ActionBar 2023-12-02 22:27:00 +08:00
ddc5590a57 refactor: merge style.actionIconMaxSize to LocalIconStyle in ActionBar 2023-12-02 21:48:16 +08:00
5ea0c7db42 refactor: merge LocalIconTint to LocalIconStyle and use style instead tint 2023-12-02 21:45:01 +08:00
9efb190230 chore: bump "org.jetbrains.compose" version to 1.6.0-dev1296 2023-12-02 21:09:48 +08:00
04c6fbfd9d feat: add ActionBar 2023-12-02 14:56:31 +08:00
d6915d9135 feat: add ArrowForward, ArrowNaviUp, FinishClose icons 2023-12-02 14:55:32 +08:00
223bf662ce refactor: make softWrap follow singleLine and change overflow default to TextOverflow.Ellipsis in Text 2023-12-02 14:00:38 +08:00
9364486397 refactor: use iconSizePrimary to the defaultIconSize in Icon 2023-12-02 12:11:34 +08:00
f9210fd4ef fix: defaultIconButtonStyle -> rippleStyle use defaultIconButtonRippleStyle in Button 2023-12-02 12:09:04 +08:00
b8d57ad735 fix: defaultIconButtonColors -> contentColor use LocalIconTint in Button 2023-12-02 12:03:00 +08:00
61eef027a6 refactor: merge rippleColor to rippleStyle 2023-12-02 11:56:09 +08:00
16ce052ceb refactor: title text use bold font in Typography 2023-12-02 10:42:30 +08:00
bfa4558c8d refactor: add LocalInSurface provided the padding in Navigation 2023-12-02 10:33:40 +08:00
5fff6801bf feat: add LocalInSurface in Surface 2023-12-02 10:30:55 +08:00
78619a0f6b refactor: use Spacer replace Box when a small size was used 2023-12-01 14:42:01 +08:00
f99d5467b0 feat: add Tooltip (to be implemented) 2023-12-01 13:33:42 +08:00
b188dcf411 refactor: rename Poptips to Poptip 2023-12-01 13:33:25 +08:00
0e92f37c9f feat: add LocalRippleColor in Interaction 2023-12-01 11:07:02 +08:00
a6f92bf1fc refactor: make content optional 2023-12-01 10:55:25 +08:00
396dc05142 style: optimize code in Dropdown 2023-12-01 10:21:48 +08:00
9bdfeb7954 refactor: make easing immutable in ProgressIndicator 2023-11-30 14:09:38 +08:00
01bb17c988 refactor: not use default prefix when there are no default value 2023-11-30 14:09:00 +08:00
0d4cc3c2ff refactor: move Popup, Dialog, Poptips in window package 2023-11-30 13:48:12 +08:00
235871db7a refactor: make Tab some component @Immutable 2023-11-30 13:41:42 +08:00
ed651ff231 refactor: change padding type to PaddingValues in Switch 2023-11-30 13:39:35 +08:00