Commit Graph

474 Commits

Author SHA1 Message Date
Shagen Ogandzhanian
2cb37c014c Falling balls in new flavour
Still lot of things to tune
2021-05-03 20:25:01 +02:00
Nikolay Igotti
bc12dacee8 Move to 0.0.0-web-dev-11 2021-05-03 21:10:19 +03:00
Oleksandr Karpovich
b1919eae3f Update the license for compose-web landing page 2021-05-03 19:08:17 +02:00
Oleksandr Karpovich
6d76c337b3 Add tutorials for getting started with Compose for Web (#628)
* Add Compose for Web tutorials

* Update the compose-web tutorials

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-05-03 19:01:46 +02:00
Oleksandr Karpovich
eec10d2546 Merge pull request #627 from JetBrains/web-samples
Add compose-web examples:  `getting-started`, `landing-page`
2021-05-03 18:34:42 +02:00
Oleksandr Karpovich
d3bdd6ad3b Add compose-web landing page to examples 2021-05-03 18:29:06 +02:00
Arkadii Ivanov
79521195fb Update Navigation tutorial (#624) 2021-05-03 19:05:51 +03:00
Alexey Tsvetkov
1f75845609 Add ability to run JS main from IDE (#623) 2021-05-03 19:04:35 +03:00
Oleksandr Karpovich
e4d34c8250 Add getting started with compose web project to examples 2021-05-03 17:43:28 +02:00
Alexey Tsvetkov
7a47ba8dd8 Support Kotlin JS targets in Compose Gradle plugin 2021-04-28 18:35:23 +03:00
Jeffrey
cab2ac642e fix(docs): corrects typos in project documentation (#613) 2021-04-26 10:48:01 +03:00
Shagen Ogandzhanian
d5abe47da6 Introduce a separate global gradle distrib in compose-web Docker image 2021-04-25 01:25:42 +02:00
Alexey Tsvetkov
56cf4c6bf9 Minor: remove force shutdown after package deletion 2021-04-23 11:22:11 +03:00
Alexey Tsvetkov
59677b5932 Fix typo 2021-04-23 11:20:00 +03:00
Alexey Tsvetkov
d496ca9ff5 Add script for deleting packages from Space 2021-04-23 10:59:18 +03:00
Alexey Tsvetkov
d1908bb41a Re-sign app after patching Info.plist
Resolves #602
2021-04-22 11:25:45 +03:00
Shagen Ogandzhanian
8dd40e60e3 Explicitely name internal repository we are publishing to 2021-04-21 12:25:00 +02:00
Alexey Tsvetkov
8c8b4147ab Update to 0.4.0-build182 and get rid of jcenter
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.

Resolves #557
2021-04-21 12:44:57 +03:00
Shagen Ogandzhanian
8040ca67e1 Configure publication only if project has maven publishing plugin 2021-04-19 21:08:09 +02:00
Shagen Ogandzhanian
556ac1d8e0 Keep publication config in global gradle settings for compose-web Docker image 2021-04-19 17:40:33 +02:00
Shagen Ogandzhanian
2b44bc348f Introduce global repository resolution for compose-web Docker build image 2021-04-16 21:25:55 +02:00
Shagen Ogandzhanian
ac51be0140 Install Firefox to the Docker image we are using for testing web builds 2021-04-16 17:20:59 +02:00
Arkadii Ivanov
df5742f82f Free todoapp from jcenter (#592) 2021-04-16 13:08:57 +03:00
Sebastian Aigner
aa017ea235 Use local density instead of setting fillMaxHeight to 0.5f (#590) 2021-04-15 13:35:56 +03:00
Alexey Tsvetkov
c5b93e8e31 Prepare Intellij plugin for publishing 2021-04-15 07:52:44 +03:00
Alexey Tsvetkov
e7e5b79597 Fix unpacking skiko on Linux and Windows (#586) 2021-04-13 10:18:56 +03:00
Alexey Tsvetkov
62d58b4615 Unpack Skiko in native distributions
Resolves #546
2021-04-12 16:58:54 +03:00
Nikolay Igotti
76e3f45f8b Move to Kotlin 1.4.32 and 0.4.0-build180 2021-04-12 12:26:03 +03:00
Shagen Ogandzhanian
1f15bbb373 Introduce global gradle.properties so the we don't need to retype androidx.compose.multiplatformEnabled=true 2021-04-09 15:56:26 +02:00
Nikolay Igotti
f9ed97e554 Update CHANGELOG.md 2021-04-08 11:24:33 +03:00
Nikolay Igotti
4ac5235dad Update CHANGELOG.md 2021-04-08 10:53:27 +03:00
Nikolay Igotti
b962836203 Typo 2021-04-08 10:38:36 +03:00
Shagen Ogandzhanian
1aa492c02c Introduce an alias for launching chrome from root in compose-web/Docker 2021-04-07 18:47:03 +02:00
Shagen Ogandzhanian
4039d82aa6 Don't remove darwin SDK in Docker file for compose-web
Because for some reason linux config refers to it

Here's this config I need later discuss with fellow googlers

<project
path="prebuilts/fullsdk-darwin/platforms/android-30"
name="platform/prebuilts/fullsdk/platforms/android-30"
revision="master"
clone-depth="1">
    <linkfile src="." dest="prebuilts/fullsdk-linux/platforms/android-30" />
</project>
2021-04-07 13:19:08 +02:00
Alexey Tsvetkov
2f0cd93e71 Specify Preview as entry point
So it's not marked as dead code by Intellij
2021-04-07 10:53:50 +03:00
Shagen Ogandzhanian
05b9e962e5 Remove darwin-related prebuilts from the compose-web image
(cause it's Ubuntu)
2021-04-07 03:31:14 +02:00
Shagen Ogandzhanian
a70c72052c Don't purge any app installed so far to the Docker web-compose image 2021-04-06 21:45:40 +02:00
Shagen Ogandzhanian
603287b1bf Don't try to purge app-get cache data and clone with depth=1 in Docker for compose web 2021-04-06 21:11:33 +02:00
Alexey Tsvetkov
82b87c7481 Update preview example 2021-04-06 10:52:37 +03:00
Nikolay Igotti
cf9ccdb617 Switch templates to 0.4.0-build179 2021-04-06 09:33:28 +03:00
Shagen Ogandzhanian
69b0ce57f5 Fix arguments for sync in Docker for compose-web 2021-04-06 06:59:55 +02:00
Shagen Ogandzhanian
1eb9bf6e77 Add chrome to the Docker image for compose-web CI 2021-04-06 06:46:51 +02:00
Shagen Ogandzhanian
ba1f3c57c6 Update symlinks in compose-web/Dockerfile 2021-04-05 21:19:15 +02:00
Shagen Ogandzhanian
6ee7147fe3 Speed up syncing and creating symlink for compose-web/Dockerfile 2021-04-05 19:35:34 +02:00
Alexey Tsvetkov
d3d0938eb6 Add preview project example 2021-04-05 20:04:32 +03:00
Alexey Tsvetkov
b483ad4c22 Add preview support to Gradle plugin 2021-04-05 20:04:32 +03:00
Alexey Tsvetkov
f80456dd46 Refactor: move AbstractComposeDesktopTask 2021-04-05 20:04:32 +03:00
Alexey Tsvetkov
6dbe467abf Split Maven artifact configuration and Gradle plugin configuration
This is needed to introduce non-Gradle plugin modules under gradle-plugins build for
Compose preview runtime.
2021-04-05 20:04:32 +03:00
Alexey Tsvetkov
a3a17813e5 Introduce Idea preview plugin 2021-04-05 20:04:32 +03: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