Nikolay Igotti
769df215d9
Update FEATURES.md
3 years ago
Nikolay Igotti
05488353ca
MOved todoapp to 1.0.0-alpha1-rc3
3 years ago
Igor Demin
3ac80939bf
Update Compose
3 years ago
Igor Demin
b780ba79c9
Update Compose
3 years ago
Igor Demin
94057ce1e4
Templates. Provide compose.uiTooling as api
3 years ago
Igor Demin
7cd5b35841
Templates. Refactor
3 years ago
Igor Demin
f7395463d7
Templates. Desktop. Rename Screen to App
...
As in MPP template
3 years ago
Shagen Ogandzhanian
36295121a2
Remove web samples completely
...
We've decided to move in different direction
3 years ago
Shagen Ogandzhanian
f5aefec998
Add js target in multiplatform-template
3 years ago
Igor Demin
36f94875f1
Templates. Migrate to 1.0.0-alpha1-rc2
3 years ago
Nikolay Igotti
eadbe8daed
Theme detection logic.
3 years ago
Shagen Ogandzhanian
ee5397f51d
Add jsMain dependencies to the multiplatform-template
3 years ago
Igor Demin
a734861ea1
Templates. Update versions
...
Revert to 6.9 as 7.1.1 doesn't properly work with com.android.tools.build:gradle:4.0.1
com.android.tools.build:gradle:7.0.0 doesn't supported by IDEA yet
3 years ago
Roman Sedaikin
75abbd3aa7
Added tabbing navigation tutorial. ( #817 )
...
* Added tabbing navigation tutorial.
3 years ago
Shagen Ogandzhanian
16852696f5
Switch all web examples and web template to 1.0.0-alpha1-rc1
3 years ago
Igor Demin
519d0e47d2
Templates. Update versions
3 years ago
Igor Demin
19d7eabc7f
Use DesktopMaterialTheme instead of MaterialTheme
3 years ago
Igor Demin
8e5773f400
Update Compose
3 years ago
Alexey Tsvetkov
5d4a26b076
Fix preview floating panel compatibility with both 2020.3 and 2021.1 ( #973 )
3 years ago
Alexey Tsvetkov
227834f963
Allow preview to work without explicit dependency on compose.uiTooling ( #972 )
...
Add runtime-only module org.jetbrains.compose.ui:ui-tooling-desktop
to preview classpath in configureDesktopPreview task
3 years ago
Alexey Tsvetkov
079a317c03
Update examples ( #967 )
...
* Update widgets gallery examples
* Update notepad example
* Update issues example
This change updates:
* Gradle to 7.1.1;
* AGP to 7.0.0;
* Compose to 1.0.0-alpha1-rc1;
* Kotlin to 1.5.21.
* Update image viewer example
3 years ago
Nikolay Igotti
54ea726f91
Fix icon setting
3 years ago
Nikolay Igotti
a7bde4a5dc
Move to the new windows API
3 years ago
Scott Pierce
8342d370d6
Sign jnilib files on osx in addition to dylib files. ( #966 )
...
Co-authored-by: Scott Pierce <>
3 years ago
Nikolay Igotti
0ff88e0d2c
Move todoapp to 1.0.0-alpha1-rc1.
3 years ago
Nikolay Igotti
3f528d14f0
Move to newer platform and IDEA gradle plugin
3 years ago
Nikolay Igotti
88c4e27d6e
Move intellijPlugin to 1.0.0-alpha1-rc1
3 years ago
Igor Demin
06f4ade5c6
Update build.gradle.kts
3 years ago
Igor Demin
4f908a50e3
Update build.gradle.kts
3 years ago
Nikolay Igotti
eceb3b8797
Move templates to 1.0.0-alpha1-rc1
3 years ago
Igor Demin
1786de28a7
Sync/2021 07 30 ( #961 )
3 years ago
Nikolay Igotti
0d232be23a
Move few examples to 1.0.0-alpha1-rc1
3 years ago
Shagen Ogandzhanian
87477236ec
Add google repo for all web modules, samples and examples
3 years ago
Shagen Ogandzhanian
89f9117b6f
Fix for dependency in samples/falling_balls_with_web
3 years ago
Shagen Ogandzhanian
9654149ec7
Update web_landing sample and web_langin example with fresher CSS API
3 years ago
Shagen Ogandzhanian
3902bf2768
Introduce printBundleSize to all web sample projects
...
And remove it from benchmarks
3 years ago
Nikolay Igotti
e82aeadf3c
Fix typo.
3 years ago
Alexey Tsvetkov
8a685b62fb
Fix compatibility with Gradle < 7.1 ( #957 )
3 years ago
Alexey Tsvetkov
22a7cea62e
Remove deprecated Gradle plugin DSL properties ( #953 )
3 years ago
Alexey Tsvetkov
d0f286dfb0
Rename default IDE plugin publishing channel ( #952 )
3 years ago
Shagen Ogandzhanian
6fa567032e
Autogenerate all web examples from samples
...
That would make it easier to keep them consistent and to test them
continuously
3 years ago
Alexey Tsvetkov
4945f450e1
Enable running preview for any Compose Desktop module ( #951 )
...
Previously preview only worked in projects,
that define compose.desktop.application {} DSL block
Resolves #908
3 years ago
Roman Sedaikin
2e571c8734
Updated ImageViewer to 0.5.0-build270
3 years ago
Oleksandr Karpovich
b41344ef41
Web/update tutorials and examples ( #942 )
...
* web: Update tutorials (to use 0.5.0-build270)
* web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Nikolay Igotti
0ed5aa650a
Cleanup warnings, make them errors.
3 years ago
Nikolay Igotti
7798c83da2
Move falling balls to 0.5.0-build270
3 years ago
Shagen Ogandzhanian
ab3ac73f83
Build all web examples with -Pcompose.web.buildSamples=true
3 years ago
Igor Demin
82468294f4
Update Compose
3 years ago
Oleksandr Karpovich
af2f2b2b8d
Add a check that compose is used along with kotlinx.serialization ( #900 )
...
* Add a check that compose is used along with kotlinx.serialization
There's a known issue that both plugins can't be used in the same module (specifically for kotlin/js targets).
The compose gradle plugin will check for `kotlinx.serialization` and will show a warning.
* Fix PR suggestions
* Update WarnAboutComposeWithSerialization.kt
Update the link for the issue
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
theapache64
c63ade0ba9
Update web-compose-bird example ( #934 )
...
* bump compose version to 0.5.0-build262 and multiplatform version to 1.5.21
* add method comments
* update demo gif
3 years ago