Igor Demin
840b7f3cb0
VideoPlayer. remove println
2 years ago
Igor Demin
24c2bedef6
Move Compose
2 years ago
Igor Demin
04c93ed537
Build extended icons and material3 for all targets ( #2133 )
...
Fixes https://github.com/JetBrains/compose-jb/issues/2106
Also will add a task on CI
2 years ago
dima.avdeev
412e4f765e
hotfix Issue 2113 missing coroutines-core in JS ( #2142 )
2 years ago
dima.avdeev
45aa109134
README.md kotlin.js.webpack.major.version=4 ( #2143 )
2 years ago
dima.avdeev
f124783ffd
uikit experimental samples update version ( #2140 )
2 years ago
dima.avdeev
d2fb3f00d2
update submodule compose/frameworks/support to latest jb-main branch
2 years ago
dima.avdeev
b1fe574a7e
update uikit sample to compose version 1.2.0 alpha01 dev724 ( #2137 )
2 years ago
dima.avdeev
586ec43100
Fix issue 2114. Gradle plugin with xcode 13.4. Add default null values for unused json params. ( #2131 )
2 years ago
dima.avdeev
85a7e6ced7
compose gradle plugin, lazy initialization of teamId for iOS deploy ( #2132 )
2 years ago
Adam Howard
8faecbbe58
improve grammar in README ( #2121 )
...
* improve grammar in README
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2 years ago
dima.avdeev
5e3be853e3
update version of compose mpp for experimental samples ( #2122 )
2 years ago
dima.avdeev
41743d10f0
update compose/framework/support to latest jb-main
2 years ago
dima.avdeev
1f5e4fd8e5
update submodue compose/framework/support to latest jb-main branch
2 years ago
Philip Wedemann
ad757a8f0a
Web: Add list overload for classes ( #2094 )
...
* Add list overload for classes
* Add array and collection overload for classes
* Remove array overload
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
2 years ago
Igor Demin
75360592a1
Update Compose
2 years ago
dima.avdeev
6b7c44cc59
add sample ./scripts/runGradle runLayout
2 years ago
dima.avdeev
2e81c8e9d2
update submodule frameworks/support to latest jb-main
2 years ago
dima.avdeev
d21fa482a5
update submodule frameworks/support to latest jb-main branch
2 years ago
dima.avdeev
43f129b9f5
Prepare ndk-bundle link
2 years ago
Igor Demin
156a4ca6da
Update Compose
2 years ago
dima-avdeev-jb
d550f2763f
describe scripts to run tests and samples ( #2089 )
2 years ago
Alexey Tsvetkov
af92759a81
Update Intellij Gradle plugin ( #2088 )
...
Resolves #2070
2 years ago
Thomas Vos
d80ea8ca8c
Remove deprecated `useIR` option ( #2076 )
2 years ago
dima-avdeev-jb
db07c172c5
update exprimental doc
2 years ago
dima.avdeev
89539fde1c
update submodule
2 years ago
dima-avdeev-jb
bb32831292
Add script to easy android testing ( #2074 )
2 years ago
dima.avdeev
134e276a11
update submodule compose/frameworks/support
2 years ago
dima.avdeev
ce5df01d7a
update androidx submodule
2 years ago
dima-avdeev-jb
bbc083c61c
COMPILE_SDK_VERSION = "android-32" ( #2072 )
2 years ago
Igor Demin
a16eb75c10
Update FEATURES.md
3 years ago
Igor Demin
95cfd89928
Update Compose
3 years ago
Igor Demin
b861c23f41
Update Compose
3 years ago
Abdelilah El Aissaoui
907b657c89
Docs to AnimatedImage public methods ( #2050 )
...
* Added additional docs to public methods
* Replaced parent with caller
* Updated AnimatedImage docs
* Replaced path with image
3 years ago
Shreck Ye
cea96d4b56
Fix a bug that the checkbox doesn't toggle in "Code Sample using effects" in tutorials/Web/Using_Effects/README.md ( #2014 )
3 years ago
dima-avdeev-jb
3221d7c306
update experimental samples compose (1.2.0-alpha01-dev675) and kotlin version (1.6.21) ( #2047 )
...
* update compose version in experimental/examples (version 1.2.0-alpha01-dev675)
* experimental/examples kotlin 1.6.21
* experimental/samples gradle wrapper 7.4.2
3 years ago
Oleksandr Karpovich
c1c7f883c5
web: fix buildSrc
3 years ago
Oleksandr Karpovich
5c0a72e677
web: pass kotlin.version property ( #2044 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
4ff361bd62
Components. AnimatedImage. Fix 'load' function. ( #2043 )
...
Passed to 'load' lambda can change every recomposition (it depends on variables which are captured inside it)
3 years ago
Igor Demin
15f8b0bbd3
Revert Kotlin to 1.6.10
...
Version of Kotlin should be compatible with Compose that is set in gradle.properties
3 years ago
Abdelilah El Aissaoui
96f0d98d27
Added animated image component ( #2015 )
...
* Added animated image component
* Simplified network request
* Resource load is now done in the IO Dispatchers
* Renamed constant to express better its use
* Refactored animated image component to use the default Image component instead of creating our own component
* Added missing keys
* Created new module resources & adapted AnimatedImage to it
3 years ago
Alexey Tsvetkov
f281b75f77
Update default Kotlin and Compose versions in Gradle tests ( #2030 )
3 years ago
Alexey Tsvetkov
362c61a38b
Avoid interfering with Intellij Light Edit mode ( #2027 )
...
Resolves #1816
3 years ago
dima-avdeev-jb
3585dd3afa
Fix todoapp sample, iOS build ( #2024 )
3 years ago
Alexey Tsvetkov
7d92a265f6
Allow including kotlinx.serialization.* into Gradle plugin ( #2020 )
3 years ago
Oleksandr Karpovich
95c5783bd8
pass -Pkotlin.version=$KOTLIN_VERSION in validateExamples.sh
...
It was ignored previously.
3 years ago
Oleksandr Karpovich
e69ac23dbf
Move compose + use kotlin 1.6.21 ( #2025 )
...
* Move compose
* Update kotlin version to 1.6.20
* Move compose + Update kotlin version to 1.6.21
* Move compose to include a fix for compose plugin (kjs specific)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Travis Reitter
6f00515736
Apple Silicon build fixes for todoapp ( #1999 )
...
* upgrade Reaktive to one that has better Apple Silicon support
* upgrade SQLDelight for Apple Silicon support
* Fix build to support Apple Silicon
Some of this code could be better centralized though I've been unable to
find a solution.
* simplify utils/build.gradle.kts
* workaround
* fix review comments
* sample todoapp: rename Todo.framework -> KotlinCommon.framework
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
3 years ago
Igor Demin
dc0335b210
WidgetsGallery. Refactor painterResource
3 years ago
Igor Demin
bb51f9fd8f
Pass Kotlin version to validateExample.sh
3 years ago