alexander-gorshenev
1afb3b1113
Use on all OSes the same .gradle fix as on windows ( #1256 )
3 years ago
akurasov
dab843f174
rebasing to latest compose
3 years ago
Philip Wedemann
13620b9dd7
Align StyleSheetBuilder parameter with other @Composable ContentBuilder and add test ( #1112 )
3 years ago
Igor Demin
d2baeedb99
Update README.md
3 years ago
Arkadii Ivanov
a823edbd75
Simplified TodoApp example ( #1252 )
...
* Added simplified TodoApp example
* Move Dialog and Scrollbars to Utils.kt
* Use by mutableStateOf
* Added todoapp-lite to the main README file
3 years ago
alexander-gorshenev
a68f82a8b3
Adapted skikoAospCommit to use gsed on macos ( #1251 )
3 years ago
akurasov
162813c864
switching to latest compose
3 years ago
akurasov
64ec489bba
Merge branch 'sync/2010-10-01'
3 years ago
akurasov
064e3ed3d4
updating components and tutorials to latest Compose API
3 years ago
akurasov
291eef252e
adopting latest compose branch
3 years ago
akurasov
fb27a552d9
intermediate implementation of oel by publishing
3 years ago
Abasov Akif
381a95bb62
Basic animations test ( #1233 )
...
Basic animations test
3 years ago
akurasov
43584ca214
Update README.md
3 years ago
Igor Demin
f2213b2c83
Update README.md
3 years ago
Oleksandr Karpovich
3795ad1fb9
web: add compiler test case `Composable With Default Values Defined By Other Params` ( #1230 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
8d665cf1f0
web: update chromedriver version ( #1229 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
c42dd04fd8
Scripts for updating Skiko in Compose
3 years ago
Igor Demin
c1ee23856a
Scripts for updating Skiko in Compose
3 years ago
Oleksandr Karpovich
326a130ab8
web: add compiler test case for type nullable params ( #1227 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
6d7c8a5d80
Change comment
3 years ago
akurasov
24ae1c0224
switch to latest compose jb
3 years ago
Igor Demin
19d716d0c5
Fix Compose scripts
3 years ago
Igor Demin
5891c1d16e
Update Compose
3 years ago
akurasov
14f40b2386
Merge branch 'master' of https://github.com/JetBrains/compose-jb
3 years ago
akurasov
192615103b
Switching to new jb-main
3 years ago
Igor Demin
9c23c76398
Scripts for updating Skiko in Compose
3 years ago
Igor Demin
be3aae56d2
Update README.md
3 years ago
Igor Demin
ac8d34c648
Update README.md
3 years ago
akurasov
b8ab3543f7
updating Compose
3 years ago
Igor Demin
6a8c869b46
Change Compose build scripts
3 years ago
akurasov
e8462c1b22
switching to new jb-main
3 years ago
Arkadii Ivanov
bcbe9296a6
Migrated TodoApp sample iOS app to embedAndSignAppleFrameworkForXcode ( #1187 )
3 years ago
akurasov
733d3e304d
Rebasing to new Compose
3 years ago
Igor Demin
fc98620ed7
Remove DesktopMaterialTheme from documentation and tenmplates
3 years ago
Igor Demin
493d7c775e
Fix tutorials ( #1208 )
3 years ago
Igor Demin
5db79e49b6
Fix components compilation
3 years ago
Igor Demin
eb7d618042
Fix components compilation
3 years ago
Igor Demin
6fe8be049d
Miggrate to 1.0.0-alpha4-build362 ( #1205 )
3 years ago
akurasov
59ab245fdf
Initial implementation of experimental interop with Jetpack Compose ( #1190 )
...
* Initial implementation of experimental interop with Jetpack Compose
* Small refactoring
3 years ago
Nikolay Igotti
86bf3115b5
Sync/2021 09 27 ( #1203 )
3 years ago
Nikolay Igotti
929b28787d
Mostly move to 1.0.0-alpha4-build361
3 years ago
Oleksandr Karpovich
5dc4f1d9d9
Remove WarnAboutComposeWithSerialization.kt ( #1167 )
...
Since kotlin 1.5.30, kotlinx.serialization plugin is forced to run its transformations before any other plugin. This made compose and kotlinx.serialization compatible, therefore no need to warn about their simultaneous usage.
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
805797eb98
web: add `testUtils` alias to gradle plugin ( #1165 )
...
This will allow to use the dependency like this:
`compose.web.testUtils`
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
626cba019a
web: add RadioGroup component to manage several Radio Inputs ( #1116 )
...
* web: add RadioGroup component to manage several Radio Inputs
* web: improve RadioGroup PR after discussions
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
3eda879730
update web examples to workaround a bug when using `jsRun` ( #1166 )
...
see https://youtrack.jetbrains.com/issue/KT-48273
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Oleksandr Karpovich
d68c432506
web: add tests for ComposableLambdaCalls.kt ( #1121 )
...
* web: add tests for ComposableLambdaCalls.kt
* web update compose version 1.0.0-alpha4-build348
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
3a7c5b3baf
Compose. Fix memory leak
3 years ago
Mitchell Syer
8371226f66
Fix signing settings when no Keychain is specified - Fixed ( #1152 )
...
Closes #1086
Closes #1020
3 years ago
Igor Demin
68d2040fce
Update README.md
3 years ago
Igor Demin
d956a2a1ee
Revert "Fix signing settings when no Keychain is specified ( #1093 )"
...
This reverts commit 5b34141cbe
.
We have a compilation error:
```
e: /mnt/agent/work/737a92a2f69083c2/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt: (59, 20): Unresolved reference: keychainFile
```
3 years ago