Commit Graph

1484 Commits

Author SHA1 Message Date
dima.avdeev
bd0d6215fa update submodule framework/support to latest jb-main 2022-09-08 20:13:33 +04:00
Oleksandr Karpovich
80b71a92ea Deprecate 3 overloads of StyleScope.borderWidth with wrong parameter names (#2297)
* Temporary deprecate 3 overloads of StyleScope.borderWidth

The reason is wrong parameter names. The behaviour is still correct.
The idea is to fix the parameter names in 2.0 (which is more appropriate for breaking changes)

* Apply better deprecation and replacement approach

* improve the deprecation message

* fix

* add tests for deprecated borderWidth

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2022-09-08 10:58:40 +02:00
walfud
0ef3381362 Fix compile error: "cli.isMultipleCompiler is not a function" (#2159) 2022-09-07 14:51:30 +02:00
Oleksandr Karpovich
91a60dc014 remove deprecated compose.web.web-widgets from the source code (#2294)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2022-09-07 11:05:54 +02:00
dima.avdeev
d7f251a369 Fix demo run, add gradle.properties with bigger memory consumption (#2293) 2022-09-07 12:01:18 +03:00
dima.avdeev
50131300ee update submodule frameworks/support 2022-09-06 14:11:40 +04:00
dima.avdeev
1f39fa4ba1 Check experimental flags in gradle.properties (#2268) 2022-09-05 18:59:29 +03:00
theapache64
9adc93f04b add android sample for falling balls mpp (#2275)
Co-authored-by: theapache64 <theapache64@users.noreply.github.com>
2022-09-05 12:31:42 +02:00
dima.avdeev
4e2bbe36fe Revert "Add links to some interesting community projects"
This reverts commit 5dcefdf69f.
2022-09-01 15:12:08 +04:00
dima.avdeev
5dcefdf69f Add links to some interesting community projects 2022-09-01 12:20:37 +03:00
Igor Demin
bce2f3e55b Update README.md 2022-08-30 12:11:56 +02:00
Igor Demin
6cedecd615 Update Compose 2022-08-29 18:01:36 +02:00
jimgoog
01d0203284 Fix jpdeps/jbdeps typo in compose readme (#2265) 2022-08-26 03:32:02 +04:00
Igor Demin
8cbf17901c Update README.md (#2264) 2022-08-25 11:26:08 +02:00
Igor Demin
1ebc3993e9 Update Compose 2022-08-24 00:41:08 +02:00
Igor Demin
7b62da7379 Update Compose 2022-08-23 20:50:28 +02:00
Igor Demin
d448345bb5 Fix CI compilation (2) (#2261) 2022-08-23 20:09:52 +02:00
Igor Demin
1dff3ef03c Fix CI compilation (#2260)
CI uses root compose/gradlew, which doesn't call the child compose/frameworks/support/gradlew, in which we configure some env variables.

Now it is called.

All root tasks work as before.
2022-08-23 18:11:53 +02:00
Igor Demin
598a74d03b Remove configuration scripts (#2259)
Because this configuration is done on androidx repo level now
2022-08-23 17:09:19 +02:00
Igor Demin
6120550135 Update Compose 2022-08-23 16:59:36 +02:00
Oleksandr Karpovich
62660a9048 Add UikitSimArm64 to ComposePlatforms (#2242)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2022-08-23 14:19:51 +02:00
Igor Demin
317c7b4018 Update Compose 2022-08-23 01:30:51 +02:00
Igor Demin
33237b662e Use another version of Compose Compiler inside Compose Gradle plugin (#2256)
* Use another version of Compose Compiler inside Compose Gradle plugin

* Update gradle.properties
2022-08-23 01:29:22 +02:00
jimgoog
0d1a309966 Add a "next steps" section to getting started docs (#2250)
* Add a "next steps" section to getting started docs

Users found this "getting started" tutorial by following the link on the Compose MPP landing page, but then didn't find any other docs.  This change helps mitigate the problem by pointing users in a helpful direction after they've gone through the first tutorial.

* Update README.md

Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2022-08-22 15:24:41 +02:00
Igor Demin
32748fc0a2 Restructure the main page (#2252)
* Restructure main page

Extract tutorials and example to separate sections. 

Also add links to Android documentation. This documentation is very comprehensive comparing to our current documentation, that covers mainly desktop aspects.

Until we write our own docs, or unify Jetpack Compose docs with Google collaboration, it is better to have links to this documentation than not to have it.

* Update README.md
2022-08-22 15:22:32 +02:00
Igor Demin
f009c4693e Update README.md 2022-08-18 22:27:26 +04:00
Igor Demin
55055d20d1 Update README.md 2022-08-08 15:42:52 +02:00
Verminskiy Vladislav
d80331834c Update SplitPaneDSL.kt (#2196)
It is look likes mistake in documentation for placements first and second component in the  horizontal pane
2022-07-23 15:14:07 +04:00
Igor Demin
9b530c9c28 Build ui-tooling-data 2022-07-21 17:58:00 +02:00
Guilherme Delgado
97266a0ac8 Update README.md (#2192)
Removes extra """
2022-07-19 18:28:03 +04:00
Igor Demin
d114350210 Update Compose 2022-07-19 06:49:18 +02:00
Igor Demin
f9665417ac Update Compose 2022-07-18 22:04:40 +02:00
Igor Demin
2abfb178a5 Update Compose 2022-07-11 21:51:47 +02:00
Igor Demin
70a32081fd Correct information about releases in main README.md (#2183)
The current link leads to the list of dev releases, and can confuse people if they want to find the latest stable, not the latest dev release
2022-07-11 18:11:55 +02:00
Ilya Ryzhenkov
010576557f Fix split panel (#2175)
* Fix ignoring modifier when one of the parts is missing

* Fix ignoring density for min size when measuring

* Fix a copypasta for secondMinSizePx
2022-07-07 19:10:04 +02:00
Ilya Ryzhenkov
7fbbdd8eca Fix AnimatedImage component (#2174)
* Fix and optimize image animation for 0 and 1 frames

* Change default frame duration to 10fps to match those of a browser

* Fix zero-size image with ImageBitmap.Blank
2022-07-07 18:53:33 +02:00
dima.avdeev
3129fa1d53 experimental chat example (#2148) 2022-07-05 16:31:25 +03:00
Erik Huizinga
e075f68326 Update README.md (#2163)
* Update README.md

* Update README.md

Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2022-07-05 13:45:46 +02:00
Igor Demin
b60de28986 Update EventsListenerScope.kt 2022-07-05 13:40:18 +02:00
Oleksandr Karpovich
0317176658 add kotlin-js-store/yarn.lock 2022-07-05 13:25:24 +02:00
Oleksandr Karpovich
f59eba3027 w/a: disable tests with gradle 6.4 and 6.7.1
6.4 is not supported by kotlin-gradle-plugin 1.7.0.

6.7.1 is supposed to be the min. supported version by kotlin-gradle-plugin 1.7.0. Despite that, the tests failed.

Tests pass with 7.1.1 and 7.3.3
2022-07-05 13:25:11 +02:00
Oleksandr Karpovich
dfe7e40eef web: update for kotlin 1.7.0 2022-07-05 13:24:59 +02:00
Philip Wedemann
36b232b653 Gradle Plugin: Fix NPE and use 1.8 by default (#2164) 2022-07-05 13:23:24 +02:00
Alexey Tsvetkov
ca19308fda Allow IJ plugin to work with 2022.2 (#2162) 2022-07-04 17:28:29 +03:00
Igor Demin
620b50ae12 Move Compose 2022-07-04 15:19:54 +02:00
Philip Wedemann
68244c921b Docs: Js only projects are now supported (#2154)
See #1851
2022-07-01 12:05:56 +02:00
Igor Demin
3fd5bbd87a Update README.md (#2125)
- the version of compiler don't have to be matched. Compose compiler backward and forward compatible
- the issue with AGP is fixed
2022-06-30 17:03:12 +02:00
Igor Demin
3ea728d1f4 Update README.md 2022-06-30 14:58:52 +04:00
Igor Demin
840b7f3cb0 VideoPlayer. remove println 2022-06-29 20:19:17 +04:00
Igor Demin
24c2bedef6 Move Compose 2022-06-29 17:31:13 +02:00