Commit Graph

69 Commits

Author SHA1 Message Date
Igor Demin
d44114d8b9 Compose Multiplatform 1.4.0 docs (#3044) 2023-04-12 16:27:23 +02:00
Igor Demin
f5b9dfc91d Update README.md 2023-03-17 15:05:48 +01:00
Nikita Lipsky
21f74f92df Remove experimental templates, update READMEs with templates new locations (#2847)
+ replace "compose-jb" occurrences with "compose-multiplatform"
2023-03-09 11:40:36 +02:00
Igor Demin
16bcc34b68 A note about experimental targets (#2717) 2023-02-08 09:45:56 +01:00
Emre Şafak
caea52c922 Correct typo in README.md (#2576)
Correct typo in "Compatability"
2022-12-26 11:04:27 +03:00
Igor Demin
20337dac5c Update README.md 2022-11-08 10:19:02 +01:00
Igor Demin
3053e17f80 Merge remote-tracking branch 'origin/master' into release/1.2
# Conflicts:
#	examples/web-landing/README.md
2022-10-10 14:50:45 +02:00
Oleksandr Karpovich
d1b1c14f19 Add links to web examples on main README.md (#2379)
* Add links to web examples on main README.md

* Update README.MD

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2022-10-10 11:06:09 +02:00
Igor Demin
86bb7453d1 Merge remote-tracking branch 'origin/master' into release/1.2
# Conflicts:
#	compose/frameworks/support
#	web/gradle.properties
2022-10-08 15:57:27 +02:00
Igor Demin
3996233b03 Allow to use Compose on multiple Kotlin versions (#2366)
JS target supports a lower version (1.7.10), because we have a bug in Koltin 1.7.20

Compose 1.2.0 will support:

1.7.20 and 1.7.10 for Android and Desktop
1.7.10 for JS
We will release the new patchset (1.2.1) with 1.7.2X support for JS later
2022-10-08 15:50:51 +02:00
Igor Demin
76a77d288e Fix IDE examples (#2361)
- move intellij-plugin-with-experimental-shared-base into experimental examples (it still on Compose 1.0.0)
- remove usage of deprecated DesktopTheme
- add `[examples](experimental/examples)` to the main page
2022-10-05 16:07:36 +03:00
Igor Demin
5fb5af5b1d Update README.md 2022-10-03 14:40:52 +03:00
Mike Hearn
91daaae32d Documentation for how to package apps using Conveyor. (#2303)
* Add a mention in the packaging tutorial about Conveyor, with a feature comparison on a separate page.

Remove the link from the main page to the signing/notarization tutorial as it's already linked to from the main packaging tutorial in any case.

* Address review comments.

- Don't talk about jpackage.
- Put the features of the built in tasks first on the comparisons page.
- Remove discussion of JNI.

Additionally:

- Reformat the feature list so the summary comes first in bold.
- Point out that the feature list isn't complete.
2022-09-28 21:41:09 +03:00
Igor Demin
a018ac802a Remove tutorials from FEATURES.md (#2314)
It is a duplication of the main page
2022-09-19 09:42:03 +02:00
Igor Demin
c2f2e1ceda Update README.md 2022-09-14 01:37:36 +04: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
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
ZhangJian He
7f5fb5aed3 fix broken ball link (#1952) 2022-03-14 10:41:12 +03:00
Igor Demin
e4b593f5ca Update README.md 2022-02-27 17:16:15 +03:00
Igor Demin
8f911afd30 Update README.md 2022-02-09 12:42:37 +03:00
Mahdi Hosseinzadeh
4bcc1f1ba4 Fix a broken link (#1589) 2021-12-14 11:44:36 +03:00
Oleksandr Karpovich
a0366766a6 add links to web tutorials to the main README.md 2021-12-06 10:08:56 +01:00
Igor Demin
20d103f6a7 Update README.md 2021-12-02 16:51:13 +03:00
Nikolay Igotti
2289a2c1f9 Update README.md 2021-12-02 15:32:46 +03:00
Igor Demin
21473b13f1 Move to 1.0.0-rc12 (#1518)
* Move build_from_cli

* Migrate to 1.0.0-rc12

* Comment about LWJGL

* Update Tutorials
2021-12-01 15:37:02 +03:00
Igor Demin
ef722f31fc Update README.md 2021-11-08 15:13:33 +03:00
Igor Demin
b9b9e3438b Move cef and videoplayer to experimental folder (#1277)
Only experimental/components/settings.gradle.kts is copied with changes, the rest is copied without changes
2021-10-19 19:00:34 +03:00
Igor Demin
9806bdc085 LWJGL integration example (#1275) 2021-10-19 18:57:16 +03:00
Igor Demin
d2baeedb99 Update README.md 2021-10-13 21:21:43 +03:00
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
2021-10-13 21:19:01 +03:00
EdwarDDay
dc35f816cf Fix web game link (#1083) 2021-08-20 15:20:41 +03:00
Felix Divo
4702590645 Update README.md (#1066)
Fix broken link in README
2021-08-17 11:37:29 +03:00
Nikolay Igotti
d174f9a612 Update README.md 2021-08-04 12:57:25 +03:00
Nikolay Igotti
a775cf2254 Rename to Multiplatform. 2021-08-04 12:48:42 +03:00
Nikolay Igotti
242ec6bbf9 Cleanup samples and adjust for rc5 2021-08-03 23:04:15 +03:00
Nikolay Igotti
d823a4de7d Update README.md 2021-08-03 16:20:19 +03:00
Roman Sedaikin
75abbd3aa7 Added tabbing navigation tutorial. (#817)
* Added tabbing navigation tutorial.
2021-08-02 14:35:37 +03:00
Igor Demin
82468294f4 Update Compose 2021-07-27 15:04:08 +03:00
akurasov
b19d543a36 Added Preview functionality info (#880)
Added information about plugin with Preview functionality
2021-07-13 14:50:40 +03:00
theapache64
bca5d28976 update README - fix broken path (#835) 2021-06-30 08:19:14 +02:00
Igor Demin
33a059ddd3 Compose as submodule, scripts for build/test Compose (#830)
- add run configurations for IDEA / Android Studio
- configure CI to use those scripts to build everything: 0.0.0-newci-316 (with desktop/web components)
2021-06-29 16:58:10 +03:00
theapache64
7f90700f8d Compose Web Example - Compose Bird (#797)
* add new compose web example - compose bird

* bump compose web version and fix breaking changes

* refresh .gitignore with new rules

* update README
2021-06-22 10:23:40 +02:00
Nikolay Igotti
a24ad2c433 Update README.md 2021-06-02 12:09:31 +03:00
Igor Demin
d8d693c09d Tutorials for new Composable Windows API (#721) 2021-06-01 12:16:05 +03:00
Igor Demin
17699dc8dc Notepad example (#712) 2021-06-01 12:15:33 +03:00
Roman Sedaikin
af224ccb0b Tooltip tutorial (#709)
* Tooltips tutorial.
2021-05-28 20:59:27 +03:00
Shagen Ogandzhanian
2cb37c014c Falling balls in new flavour
Still lot of things to tune
2021-05-03 20:25:01 +02:00
Alexey Tsvetkov
d16b9ed4be Update badges in README
Add badges for the latest stable release and for the latest release including pre-releases
2021-04-05 19:52:54 +03:00