Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
69b0ce57f5fd3536bdb8a82a0f65595ddcb56766
166
2021-04-06 06:59:55+02:00
-7,200
['1eb9bf6e779daa87b999dcb8be9d84d6ca4a3037']
Fix arguments for sync in Docker for compose-web
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,7 @@ RUN chmod a+x ~/bin/repo\n RUN mkdir androidx-main \n WORKDIR androidx-main\n RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \\\n...
Kotlin
603287b1bf70715c2b9783f6943c148b3948ff98
166
2021-04-06 21:11:33+02:00
-7,200
['82b87c7481413c933cebbb1e7d53255f650497c1']
Don't try to purge app-get cache data and clone with depth=1 in Docker for compose web
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,7 @@ RUN chmod a+x ~/bin/repo\n RUN mkdir androidx-main \n WORKDIR androidx-main\n RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \\\n...
Kotlin
a70c72052cbace7a5120580b4631a8a054b28b84
166
2021-04-06 21:45:40+02:00
-7,200
['603287b1bf70715c2b9783f6943c148b3948ff98']
Don't purge any app installed so far to the Docker web-compose image
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,4 +37,3 @@ RUN ln -sf /androidx-main/external /mnt/agent/external\n \n RUN rm -rf /androidx-main/frameworks/support\n RUN apt-get clean \n-RUN apt-get purge wget\n'}]
Kotlin
05b9e962e506733636c8f9a74f8a5313d59c4797
166
2021-04-07 03:31:14+02:00
-7,200
['a70c72052cbace7a5120580b4631a8a054b28b84']
Remove darwin-related prebuilts from the compose-web image (cause it's Ubuntu)
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,5 +35,9 @@ RUN ln -sf /androidx-main/tools/ /mnt/agent/tools\n RUN ln -sf /androidx-main/prebuilts/ /mnt/agent/prebuilts\n RUN ln -sf /androidx-main/external /mnt/agent...
Kotlin
2f0cd93e7170c3533617b6eb198bf7d8497760d9
62
2021-04-07 10:53:50+03:00
-10,800
['05b9e962e506733636c8f9a74f8a5313d59c4797']
Specify Preview as entry point So it's not marked as dead code by Intellij
[{'old_path': None, 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/idea/preview/PreviewEntryPoint.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,58 @@\n+/*\n+ * Copyright (C) 2019 The Android Open Source Project\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the "License"...
Kotlin
4039d82aa6ba2997c86c6bf5de701f3abb3c25f2
166
2021-04-07 13:19:08+02:00
-7,200
['2f0cd93e7170c3533617b6eb198bf7d8497760d9']
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">...
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,6 @@ RUN ln -sf /androidx-main/prebuilts/ /mnt/agent/prebuilts\n RUN ln -sf /androidx-main/external /mnt/agent/external\n \n RUN rm -rf /androidx-main/frameworks ...
Kotlin
1aa492c02c6d8cc3dab8c9333fc48cce77b6e027
166
2021-04-07 18:47:03+02:00
-7,200
['4039d82aa6ba2997c86c6bf5de701f3abb3c25f2']
Introduce an alias for launching chrome from root in compose-web/Docker
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,9 @@ RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/so\n && apt-get update -yqq && apt-get install -y \\\n ${CHROME_VERSION...
Kotlin
1f15bbb373c84c93245393fd9db22bbc36e911ab
166
2021-04-09 15:56:26+02:00
-7,200
['f9ed97e554e9016f0cb3ffc7bc9d5704cad15e92']
Introduce global gradle.properties so the we don't need to retype androidx.compose.multiplatformEnabled=true
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,7 @@ RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/so\n ${CHROME_VERSION:-google-chrome-stable}\n \n COPY chrome-no-sandbox /u...
Kotlin
76e3f45f8b6fdf4dddb2ea6f1f5b4da1f2c2a16a
108
2021-04-12 12:26:03+03:00
-10,800
['1f15bbb373c84c93245393fd9db22bbc36e911ab']
Move to Kotlin 1.4.32 and 0.4.0-build180
[{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # __LATEST_COMPOSE_RELEASE_VERSION__\n-compose.version=0.3.2\n+compose.version=0.4.0-build180\n kotlin.code.style=official\n'}, {'old_path': 'compo...
Kotlin
62d58b46157a27f722182ed7d88c2fe0e3fadb28
62
2021-04-12 16:58:54+03:00
-10,800
['76e3f45f8b6fdf4dddb2ea6f1f5b4da1f2c2a16a']
Unpack Skiko in native distributions Resolves #546
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/files/MacJarSignFileCopyingProcessor.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/files/MacJarSignFileCopyingProcessor.kt', 'type': <ModificationType.MO...
Kotlin
e7e5b795975b0c0b3407cf3bf16fec4789f3f91a
28
2021-04-13 10:18:56+03:00
-10,800
['62d58b46157a27f722182ed7d88c2fe0e3fadb28']
Fix unpacking skiko on Linux and Windows (#586)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -487,8 +487,8 @@...
Kotlin
c5b93e8e3149a0aecf11286c85a974502b5d056c
62
2021-04-15 07:52:44+03:00
-10,800
['e7e5b795975b0c0b3407cf3bf16fec4789f3f91a']
Prepare Intellij plugin for publishing
[{'old_path': 'idea-plugin/build.gradle.kts', 'new_path': 'idea-plugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ plugins {\n \n fun properties(key: String) = project.findProperty(key).toString()\n \n-group = "org.jetbrains.compose.desktop.ide.preview"\n+group = "org.jetbrains.com...
Kotlin
aa017ea2357ad938f051992ee2aa597bbaeaa2c0
50
2021-04-15 13:35:56+03:00
-7,200
['c5b93e8e3149a0aecf11286c85a974502b5d056c']
Use local density instead of setting `fillMaxHeight` to 0.5f (#590)
[{'old_path': 'examples/falling_balls/src/main/kotlin/Game.kt', 'new_path': 'examples/falling_balls/src/main/kotlin/Game.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,9 +8,8 @@ import androidx.compose.runtime.*\n import androidx.compose.ui.Modifier\n import androidx.compose.ui.graphics.Color\n import androi...
Kotlin
df5742f82ff0e8d4ae842b1df4d7482e020e8b70
65
2021-04-16 13:08:57+03:00
-3,600
['aa017ea2357ad938f051992ee2aa597bbaeaa2c0']
Free todoapp from jcenter (#592)
[{'old_path': 'examples/todoapp/build.gradle.kts', 'new_path': 'examples/todoapp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n allprojects {\n repositories {\n google()\n- jcenter()\n+ mavenCentral()\n mavenLocal()\n maven("https:...
Kotlin
ac51be01408525ba75d06fb7e3e7741ae884a3d6
166
2021-04-16 17:20:59+02:00
-7,200
['df5742f82ff0e8d4ae842b1df4d7482e020e8b70']
Install Firefox to the Docker image we are using for testing web builds
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections\n RUN dpkg-reconfigure -f noninteractive dash\n \n RUN dpkg --add-architecture i386 && apt-get u...
Kotlin
2b44bc348fe6dd54e43aa6c24b89921e4d5f5499
166
2021-04-16 21:25:55+02:00
-7,200
['ac51be01408525ba75d06fb7e3e7741ae884a3d6']
Introduce global repository resolution for compose-web Docker build image
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,7 @@ RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/so\n \n COPY chrome-no-sandbox /usr/bin/chrome-no-sandbox \n COPY gradle.proper...
Kotlin
556ac1d8e0e00376f3f84cb61704573bb6719f14
166
2021-04-19 17:40:33+02:00
-7,200
['2b44bc348fe6dd54e43aa6c24b89921e4d5f5499']
Keep publication config in global gradle settings for compose-web Docker image
[{'old_path': 'ci/docker/compose-web/init.gradle', 'new_path': 'ci/docker/compose-web/init.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,17 @@ rootProject {\n apply plugin: com.dorongold.gradle.tasktree.TaskTreePlugin\n }\n \n+publishing {\n+ repositories {\n+ maven {\n+ ...
Kotlin
8040ca67e164dfb9c2c760fb208763d4c201afe8
166
2021-04-19 21:08:09+02:00
-7,200
['556ac1d8e0e00376f3f84cb61704573bb6719f14']
Configure publication only if project has maven publishing plugin
[{'old_path': 'ci/docker/compose-web/init.gradle', 'new_path': 'ci/docker/compose-web/init.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,17 +11,6 @@ rootProject {\n apply plugin: com.dorongold.gradle.tasktree.TaskTreePlugin\n }\n \n-publishing {\n- repositories {\n- maven {\n- ...
Kotlin
8c8b4147abd0b697afd5b4ac216e426328054411
62
2021-04-21 12:44:57+03:00
-10,800
['8040ca67e164dfb9c2c760fb208763d4c201afe8']
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
[{'old_path': 'benchmarks/build.gradle.kts', 'new_path': 'benchmarks/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,18 +9,17 @@ plugins {\n id("org.jetbrains.compose") version "0.2.0-build132"\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("plugin.allopen") version "1.4.20"\n- id("kotl...
Kotlin
8dd40e60e39d5eb7f4c100eab28f20dcc0788f69
166
2021-04-21 12:25:00+02:00
-7,200
['8c8b4147abd0b697afd5b4ac216e426328054411']
Explicitely name internal repository we are publishing to
[{'old_path': 'ci/docker/compose-web/init.gradle', 'new_path': 'ci/docker/compose-web/init.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,7 @@ allprojects {\n publishing {\n repositories {\n maven {\n+ name "internal"\n ur...
Kotlin
d1908bb41a8aa7023d06a3ca48336585b20a872d
62
2021-04-22 11:25:45+03:00
-10,800
['8dd40e60e39d5eb7f4c100eab28f20dcc0788f69']
Re-sign app after patching Info.plist Resolves #602
[{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/ExternalToolRunner.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,89 @@\n+/*\n+ * Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source co...
Kotlin
d496ca9ff5470350f9d9aaa7f7fd3b5093d3dcde
62
2021-04-23 10:59:18+03:00
-10,800
['d1908bb41a8aa7023d06a3ca48336585b20a872d']
Add script for deleting packages from Space
[{'old_path': None, 'new_path': 'ci/delete-packages-from-space/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+local.properties\n+.gradle\n+build\n\\ No newline at end of file\n'}, {'old_path': None, 'new_path': 'ci/delete-packages-from-space/README.md', 'type': <ModificationType.ADD: 1>, 'di...
Kotlin
56cf4c6bf94144c98146cfbbd1891d15503715ba
62
2021-04-23 11:22:11+03:00
-10,800
['59677b593254dabb99e6f7d1712e44036dc79585']
Minor: remove force shutdown after package deletion
[{'old_path': 'ci/delete-packages-from-space/build.gradle.kts', 'new_path': 'ci/delete-packages-from-space/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -209,7 +209,6 @@ fun Space.deletePackages(packagesFile: File) {\n }\n packagesFile.copyTo(packagesFile.resolveSibling(pa...
Kotlin
d5abe47da6511821ecee3ee3376ec5e209c363d8
166
2021-04-25 01:25:42+02:00
-7,200
['56cf4c6bf94144c98146cfbbd1891d15503715ba']
Introduce a separate global gradle distrib in compose-web Docker image
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,12 +9,19 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \\\n firefox \\\n git \\\n gnupg2 \\\n+ openjdk-11-jdk \\\n ...
Kotlin
cab2ac642ed68206aa970a85f628453efb72556f
22
2021-04-26 10:48:01+03:00
18,000
['d5abe47da6511821ecee3ee3376ec5e209c363d8']
fix(docs): corrects typos in project documentation (#613)
[{'old_path': 'tutorials/Navigation/README.md', 'new_path': 'tutorials/Navigation/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -150,7 +150,7 @@ This pattern should be chosen if any of the following apply:\n \n 1. You support Multipaltform targets with different UI frameworks, and you want to share the ...
Kotlin
7a47ba8dd809a68239d4f52ace7df11a77d5b4cf
62
2021-04-28 18:35:23+03:00
-10,800
['cab2ac642ed68206aa970a85f628453efb72556f']
Support Kotlin JS targets in Compose Gradle plugin
[{'old_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,4 +17,6 @@ object BuildProperties {\n fun deployVersion(project: Project): String =\n System.getenv("COM...
Kotlin
e4d34c8250e1b57fc816d2e779b31b6164d2e970
150
2021-05-03 17:43:28+02:00
-7,200
['7a47ba8dd809a68239d4f52ace7df11a77d5b4cf']
Add `getting started with compose web` project to examples
[{'old_path': None, 'new_path': 'examples/web-getting-started/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+/.gradle/\n+/.idea/\n+/build/\n'}, {'old_path': None, 'new_path': 'examples/web-getting-started/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,4 @@\n+### Running w...
Kotlin
1f758456096104d661908ad2147af847a9c69614
28
2021-05-03 19:04:35+03:00
-10,800
['7a47ba8dd809a68239d4f52ace7df11a77d5b4cf']
Add ability to run JS main from IDE (#623)
[{'old_path': None, 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/common/intellijUtils.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,12 @@\n+/*\n+ * Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source code is governed by the Apache 2.0 licen...
Kotlin
79521195fb3f0e2563db3f7bd86e44a40bb8cd0e
65
2021-05-03 19:05:51+03:00
-3,600
['1f758456096104d661908ad2147af847a9c69614']
Update Navigation tutorial (#624)
[{'old_path': 'tutorials/Navigation/README.md', 'new_path': 'tutorials/Navigation/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -252,7 +252,7 @@ class Root(\n private val router =\n router<Configuration, Content>(\n initialConfiguration = Configuration.List, // Starting with List...
Kotlin
d3bdd6ad3b6df704d0443d13bd9a4bc7fb71db2a
150
2021-05-03 18:29:06+02:00
-7,200
['e4d34c8250e1b57fc816d2e779b31b6164d2e970']
Add compose-web landing page to examples
[{'old_path': None, 'new_path': 'examples/web_landing/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings.xml\n+.DS_Stor...
Kotlin
6d76c337b3b18981bbf793c0a746dae3cfb88015
53
2021-05-03 19:01:46+02:00
-7,200
['eec10d2546d37df41ee2d596e6984678c10aa686']
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>
[{'old_path': None, 'new_path': 'tutorials/Web/Building_UI/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,174 @@\n+# Building the UI with Compose Web\n+\n+**The API is experimental, and breaking changes can be expected**\n+\n+## Introduction\n+\n+In this tutorial we will look at several examples tha...
Kotlin
b1919eae3f81fcc2dfdaf1d0e278b00ab0eefb80
150
2021-05-03 19:08:17+02:00
-7,200
['6d76c337b3b18981bbf793c0a746dae3cfb88015']
Update the license for compose-web landing page
[{'old_path': None, 'new_path': 'examples/web_landing/license/LICENSE.txt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,201 @@\n+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache.org/licenses/\n+\n+ TERMS AND C...
Kotlin
2cb37c014cca0afca2f2fbe18b3dba3d298d211e
166
2021-05-03 20:25:01+02:00
-7,200
['bc12dacee8a650decf34834d1b9e0ae32facef27']
Falling balls in new flavour Still lot of things to tune
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop\n * [issues](examples/issues) - G...
Kotlin
f03abd196660d86fe1cc34918ede9579709778cd
150
2021-05-04 09:35:17+02:00
-7,200
['6cdb5e1178dbf6e6317922b3746285be62428f3c']
Update the links in web-landing example
[{'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/components/Card.kt', 'new_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/components/Card.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,75 +11,74 @@ import com.sample.style.*\n data class LinkOnCard(val linkText: String, val linkUrl...
Kotlin
daa2fcc0820ba64b8deb56c4a5647ec1cee82413
166
2021-05-04 09:55:21+02:00
-7,200
['f03abd196660d86fe1cc34918ede9579709778cd']
Better layout and positioning for fallingBalls with web demo:
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-import org.jetbrains.compose.compose\n+\ufeffimport org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.appl...
Kotlin
165e3beeb22de3df23d89d5ad56e23c0b37dffab
150
2021-05-04 10:46:46+02:00
-7,200
['daa2fcc0820ba64b8deb56c4a5647ec1cee82413']
Update the compose-web Getting Started tutorial
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@ pluginManagement {\n // Add compose gradle plugin\n plugins {\n kotlin("multiplatform") version "1.4.32"\n- id("org.jetbrains.compose") ...
Kotlin
de66648650d5a027db01f02ecf34ee27397d1187
62
2021-05-04 13:20:31+03:00
-10,800
['b9d7d289974751e8987ae3a755b234ffbbf2de91']
Adjust IDE plugin compatibility range
[{'old_path': 'idea-plugin/build.gradle.kts', 'new_path': 'idea-plugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,15 +18,14 @@ repositories {\n \n intellij {\n pluginName = "Compose for Desktop IDE Support"\n- type = "IC"\n- downloadSources = true\n- updateSinceUntilBuild = tr...
Kotlin
c1aa3a33ca39626861fdf219a5014c57e63a5dfa
145
2021-05-04 18:34:03+03:00
-19,800
['8658e381328a324e8220f85357fb50e48ce2dff9']
gradle-plugins/compose: Don't eagerly evaluate web platform Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -116,7 +116,7 @@ class ComposePlugin : Plugin<Project> {\n val runtime get...
Kotlin
be66d9e822fde85cee013ba4b05a6ea6e050f20b
150
2021-05-04 17:43:40+02:00
-7,200
['c1aa3a33ca39626861fdf219a5014c57e63a5dfa']
Update the `web-landing` example with a link to `Compose for Desktop` landing page
[{'old_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/content/JoinUs.kt', 'new_path': 'examples/web_landing/src/jsMain/kotlin/com/sample/content/JoinUs.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ import androidx.compose.runtime.Composable\n import androidx.compose.web.attributes.ATarg...
Kotlin
5d1b64c3f1255ee3ef75ddef9097f41143cd92b3
50
2021-05-05 17:39:23+02:00
-7,200
['be66d9e822fde85cee013ba4b05a6ea6e050f20b']
Web: Add tutorial section on "other event handlers"
[{'old_path': 'tutorials/Web/Events_Handling/README.md', 'new_path': 'tutorials/Web/Events_Handling/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,20 @@ TextArea(\n )\n ```\n \n+\n+#### Other event handlers\n+\n+For events that don\'t have their own configuration functions in the `attrs` block,...
Kotlin
79ff26764bc86cd125e39827ee747f4667b7e1a5
166
2021-05-11 22:05:28+02:00
-7,200
['5d1b64c3f1255ee3ef75ddef9097f41143cd92b3']
Install chrome driver to the Docker compose-web image
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,11 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \\\n unzip \\\n wget\n \n+\n+RUN export CHROME_DRIVER_VERSION=$(wget -...
Kotlin
63baf67092c6a3616cd69ca63cb16d831d4f3b3b
154
2021-05-12 11:13:50+03:00
21,600
['79ff26764bc86cd125e39827ee747f4667b7e1a5']
Fix typo (#660)
[{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ Following limitations apply to Milestone 3 (M3) release.\n \n * Only 64-bit Windows is supported\n * Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings\n-...
Kotlin
7f714b7d7ffdfabcd09b81d0092be35ae7687c74
166
2021-05-12 11:15:07+02:00
-7,200
['63baf67092c6a3616cd69ca63cb16d831d4f3b3b']
Correcting logic for global gradle in compose-web Dockerimage
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,8 +23,8 @@ RUN unzip -d /usr/local/bin ~/tmp/chromedriver_linux64.zip && rm ~/tmp/chromedri\n ARG GRADLE_VERSION=6.8.3\n RUN wget https://services.gradle.org/distributi...
Kotlin
e08d014a79a391f8e28b6b50b2b02e06f5ddcbc8
166
2021-05-12 11:15:07+02:00
-7,200
['7f714b7d7ffdfabcd09b81d0092be35ae7687c74']
Introduce GRADLE_HOME env variable to the compose-web Dockerfile
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,8 +23,8 @@ RUN unzip -d /usr/local/bin ~/tmp/chromedriver_linux64.zip && rm ~/tmp/chromedri\n ARG GRADLE_VERSION=6.8.3\n RUN wget https://services.gradle.org/distributi...
Kotlin
83352b3499af062115f98a484f7d4bafb9d442fa
166
2021-05-12 20:48:07+02:00
-7,200
['e08d014a79a391f8e28b6b50b2b02e06f5ddcbc8']
Introduce separate Docker image for build without androidx setup The idea is to setup android in runtime after all
[{'old_path': None, 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,46 @@\n+FROM ubuntu:20.10\n+\n+SHELL ["/bin/bash", "-c"]\n+\n+RUN echo "dash dash/sh boolean false" | debconf-set-selections\n+RUN dpkg-reconfigure -f noninteractive dash\n+\n+RUN dpkg --add-...
Kotlin
d33e0d99b61460a1e3d8269463389a610a9c8fb9
166
2021-05-12 22:02:35+02:00
-7,200
['83352b3499af062115f98a484f7d4bafb9d442fa']
Introduce bootstrap process as a gradle task (compose-web basic Docker image)
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,3 +44,6 @@ RUN wget -P ~/bin https://storage.googleapis.com/git-repo-downloads/repo\n RUN chmod a+x ~/bin/repo\n RUN mkdir androidx-main \n WORKDIR android...
Kotlin
0eff77256a49bf898f8e3683ee909490494c9078
166
2021-05-12 22:12:51+02:00
-7,200
['d33e0d99b61460a1e3d8269463389a610a9c8fb9']
Absolute path for the bootstrap task
[{'old_path': 'ci/docker/compose-web/init.gradle', 'new_path': 'ci/docker/compose-web/init.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,6 +78,7 @@ allprojects {\n }\n \n task bootstrap(type: Exec) {\n- commandLine "./bootstrap.sh"\n+ workingDir "/androidx-main"\n+ commandL...
Kotlin
ed495ea09e7cbe95dd5baea2ddf1b373ed1dfa48
166
2021-05-13 11:34:32+02:00
-7,200
['0eff77256a49bf898f8e3683ee909490494c9078']
Bootrstrapping androix repositoy in lite Dockerfile done right
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,3 +47,5 @@ WORKDIR androidx-main\n \n COPY bootstrap.sh bootstrap.sh\n RUN chmod a+x bootstrap.sh\n+\n+ENTRYPOINT ./bootstrap.sh\n'}, {'old_path': 'ci/dock...
Kotlin
a4e2d222b71d983a2a857673cf88d480bc8d439a
166
2021-05-14 10:41:12+02:00
-7,200
['c95fbcb3ddeaad6152b61ca53e06f7cc219a70b3']
There's no need in complicated logic since we can not (easily) change entry point after all
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,5 +47,3 @@ WORKDIR androidx-main\n \n COPY bootstrap.sh bootstrap.sh\n RUN chmod a+x bootstrap.sh\n-\n-ENTRYPOINT ./bootstrap.sh\n'}, {'old_path': 'ci/dock...
Kotlin
a36d36886c115c71ffc4776fc36788931c02cab0
61
2021-05-17 12:30:30+03:00
-10,800
['a4e2d222b71d983a2a857673cf88d480bc8d439a']
Update compose web example in README.md (#671) closes #669
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,18 +96,18 @@ fun main() {\n renderComposable(rootElementId = "root") {\n Div(style = { padding(25.px) }) {\n Button(attrs = {\n- ...
Kotlin
f4987d0ce9de21559233a3cf156e27db512f254a
166
2021-05-18 13:30:05+02:00
-7,200
['a36d36886c115c71ffc4776fc36788931c02cab0']
Pull web components from androidx-compose
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,30 +1,3 @@\n-# Intellij files\n-\n-.idea/*\n-!.idea/copyright\n-!.idea/scopes\n-\n-# Mac OS files\n-\n-.DS_Store\n-\n-# Compiled class file\n-*.class\n-\n-# Log file\n-*.log\n-\n-# Package Files #\n-*.jar\n-!gradl...
Kotlin
10cf080d62b0d3b88c432ca37e330d63f977eb17
166
2021-05-18 13:36:12+02:00
-7,200
['f4987d0ce9de21559233a3cf156e27db512f254a']
Reintroduce .gitignore file as it expected to be
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,33 @@\n-//gradle\n+# Intellij files\n+\n+.idea/*\n+!.idea/copyright\n+!.idea/scopes\n+\n+# Mac OS files\n+\n+.DS_Store\n+\n+# Compiled class file\n+*.class\n+\n+# Log file\n+*.log\n+\n+# Package Files #\n+*.j...
Kotlin
8a35ada373cddc28b16fce1b3c62e8e40361ed75
166
2021-05-18 14:05:40+02:00
-7,200
['10cf080d62b0d3b88c432ca37e330d63f977eb17']
Remove androidx copyrights that actually are irrelevant to the codebase ported
[{'old_path': 'web/core/src/commonMain/kotlin/withWeb/Alignment.kt', 'new_path': 'web/core/src/commonMain/kotlin/withWeb/Alignment.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,3 @@\n-/*\n- * Copyright 2021 The Android Open Source Project\n- *\n- * Licensed under the Apache License, Version 2.0 (the "...
Kotlin
b69986a2aa9c2d84df1d70f0975da5f4df77dc72
166
2021-05-18 16:04:07+02:00
-7,200
['8a35ada373cddc28b16fce1b3c62e8e40361ed75']
[web] correct repository configuration
[{'old_path': 'web/build.gradle', 'new_path': 'web/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,3 +2,17 @@ plugins {\n id("org.jetbrains.kotlin.multiplatform") version("1.4.32") apply(false)\n id("org.jetbrains.compose") version "0.0.0-web-dev-12" apply(false)\n }\n+\n+\n+allprojects {\n+...
Kotlin
f00dd5b15e41b431fe316d4b9b0fe887a0d6cf96
166
2021-05-18 16:42:24+02:00
-7,200
['b69986a2aa9c2d84df1d70f0975da5f4df77dc72']
Update dependency for the falling_balls_with_web
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,8 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n id("org.jetbrains.kotlin.multiplatform")...
Kotlin
ae5d967c1e27cdeea0dd9a9f3f0b6a9588a228cc
166
2021-05-18 17:19:33+02:00
-7,200
['f00dd5b15e41b431fe316d4b9b0fe887a0d6cf96']
Don't pass eny global gradle config to the "light" compose-web environment
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,16 +34,4 @@ RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/so\n \n COPY chrome-no-sandbox /usr/bin/chrome-no-sandbox \n COPY ...
Kotlin
6b9a7c49893b7bec02b53ca0fb93116c747edd11
166
2021-05-19 12:18:38+02:00
-7,200
['ae5d967c1e27cdeea0dd9a9f3f0b6a9588a228cc']
Rename core and integration to web-core and web-integration Also: share logic only between subprojects and make maven publication a default option
[{'old_path': 'web/build.gradle', 'new_path': 'web/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,9 @@ plugins {\n }\n \n \n-allprojects {\n+subprojects {\n+ apply plugin: "maven-publish"\n+\n repositories {\n gradlePluginPortal()\n mavenCentral()\n'}, {'old_path': 'web/...
Kotlin
4939374bd0472279b0bdcf31a964341bfb9acb36
166
2021-05-19 13:20:56+02:00
-7,200
['6b9a7c49893b7bec02b53ca0fb93116c747edd11']
Publish coordinated for web artifacts
[{'old_path': 'web/build.gradle', 'new_path': 'web/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,17 @@ plugins {\n subprojects {\n apply plugin: "maven-publish"\n \n+ pluginManager.withPlugin("maven-publish") {\n+ publishing {\n+ publications {\n+ maven...
Kotlin
86c6f57b6dcb6413649ae34b76ee17a0c37b0ee3
166
2021-05-19 15:19:47+02:00
-7,200
['4939374bd0472279b0bdcf31a964341bfb9acb36']
Configuration for publishing web artefacts
[{'old_path': 'web/build.gradle', 'new_path': 'web/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,17 @@ subprojects {\n version = System.getenv("COMPOSE_WEB_VERSION")\n }\n }\n+\n+ repositories {\n+ maven {\n+ ...
Kotlin
a6b4ce29f35c9e7dae8ccfc513aadf75535d94c1
166
2021-05-19 16:46:27+02:00
-7,200
['86c6f57b6dcb6413649ae34b76ee17a0c37b0ee3']
[web] Move build to the Kotlin DSL API
[{'old_path': 'web/core/build.gradle', 'new_path': 'web/core/build.gradle.kts', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -20,27 +20,27 @@ kotlin {\n }\n \n sourceSets {\n- commonMain {\n+ val commonMain by getting {\n dependencies {\n implementation(compose.run...
Kotlin
cdce1de62689da9b6e97ac673c269b725e3fe2a3
166
2021-05-19 23:43:48+02:00
-7,200
['2e3220451fb18a7c414f0cdf7ee6ca886b52b2f4']
Resolve compose plugin version from gradle.properties
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,6 @@ import org.gradle.api.publish.PublishingExtension\n \n plugins {\n id("org.jetbrains.kotlin.multiplatform") version("1.4.32") apply(false)\n- id("org.jetbrains.compose") versio...
Kotlin
2c1964ed46d064e0b3ab79e0bc6b4cf120790c23
166
2021-05-20 10:18:05+02:00
-7,200
['20d56de2641752c1d9f94e6c6ea7c386c38eb8c7']
Update default compose dependency for the web comoponents
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-COMPOSE_CORE_VERSION = 0.0.0-web-dev-12\n+COMPOSE_CORE_VERSION = 0.0.8-SNAPSHOT\n'}]
Kotlin
7bdb87f20b6ba66ccedde873181bf9d4cc4758f5
108
2021-05-20 17:48:04+03:00
-10,800
['2c1964ed46d064e0b3ab79e0bc6b4cf120790c23']
Move to Compose 0.4.0-build208 and Kotlin 1.5.0
[{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # __LATEST_COMPOSE_RELEASE_VERSION__\n-compose.version=0.4.0-build182\n+compose.version=0.4.0-build208\n kotlin.code.style=official\n'}, {'old_path...
Kotlin
3dcc3db2ec60c93e7498848430ef886292da713b
166
2021-05-20 17:24:54+02:00
-7,200
['6e3677e4506b22b2b967de9b026ceef8395c66ae']
Put COMPOSE_WEB_VERSION to the gradle properties and do not invoke System.getEnv directly Using getEnv at this phase leads to a configuration error. It's most likely a bug in gradle.
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ plugins {\n id("org.jetbrains.kotlin.multiplatform") version("1.4.32") apply(false)\n }\n \n+val COMPOSE_WEB_VERSION: String by project\n \n subprojects { \n apply(plugin = "m...
Kotlin
eca49dc7ffd6f4eafa53fe574b6446fea12982ad
166
2021-05-20 19:10:12+02:00
-7,200
['613f1a4718fd8cc1cbba7a3ea72143d23bd413ae']
Update default snapshot version in web to 0.0.9-SNAPSHOT
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,2 @@\n COMPOSE_CORE_VERSION = 0.0.8-SNAPSHOT\n-COMPOSE_WEB_VERSION = 0.0.8-SNAPSHOT\n+COMPOSE_WEB_VERSION = 0.0.9-SNAPSHOT\n'}]
Kotlin
d501a6f721af7d9331eefa1a76dc139b3d278f6b
166
2021-05-20 23:48:16+02:00
-7,200
['eca49dc7ffd6f4eafa53fe574b6446fea12982ad']
[web] Set group id and version as a simple project properties As opposed to the failed attempt of configurating it via publishing Also: Update path in compose.web.web accordingly
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -151,7 +151,7 @@ class ComposePlugin : Plugin<Project> {\n \n object WebDepend...
Kotlin
5e4c573124bcf95d90d9be64b121ee6106962d0c
166
2021-05-21 11:20:51+02:00
-7,200
['d501a6f721af7d9331eefa1a76dc139b3d278f6b']
Build web components with gradle 7.0.2
[{'old_path': 'web/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'web/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distributionUrl=https\\://services.gradle.org/distributions/grad...
Kotlin
71fdf598ad932f27669b79b09883a59656028597
166
2021-05-21 12:07:13+02:00
-7,200
['5e4c573124bcf95d90d9be64b121ee6106962d0c']
Update gradle to 7.0.2 in "light" Docker environment for compose-web
[{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ RUN export CHROME_DRIVER_VERSION=$(wget -qO- https://chromedriver.storage.google\n && wget https://chromedriver.storage.googleapis.com/${CHRO...
Kotlin
6dd94e8edb3ac0232f036cee4729cdff70c1ec54
166
2021-05-21 12:31:16+02:00
-7,200
['71fdf598ad932f27669b79b09883a59656028597']
Update gradle to 7.0.2 in "fat" Docker environment for compose-web
[{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ RUN export CHROME_DRIVER_VERSION=$(wget -qO- https://chromedriver.storage.google\n && wget https://chromedriver.storage.googleapis.com/${CHROME_DRIVER_VE...
Kotlin
4aa25306a4f6ce932591cd6443d76fd39b121f45
166
2021-05-24 11:20:11+02:00
-7,200
['6dd94e8edb3ac0232f036cee4729cdff70c1ec54']
Update web components to kotlin 1.5 and the new version of Compose Core (with kotlin 1.5) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import org.gradle.api.publish.PublishingExtension\n \n plugins {\n- id("org.jetbrains.kotlin.multiplatform") version("1.4.32") apply(false)\n+ id("org.jetbrains.kotlin.multipl...
Kotlin
5351cb97c9f736469fc676a7e5650d1121773e53
166
2021-05-24 14:15:55+02:00
-7,200
['4aa25306a4f6ce932591cd6443d76fd39b121f45']
Build falling balls example with gradle 7.0.2
[{'old_path': 'examples/falling_balls_with_web/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'examples/falling_balls_with_web/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distribu...
Kotlin
4dd4390ecdc1f10b39daf1f5aea6155ec1cc9d10
166
2021-05-24 15:29:42+02:00
-7,200
['5351cb97c9f736469fc676a7e5650d1121773e53']
Introduce web-integration-widgets and rename web-integration to web-integration-core web-integration-widgets is without tests so far
[{'old_path': 'web/integration/build.gradle.kts', 'new_path': 'web/integration-core/build.gradle.kts', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'web/integration/src/jsMain/kotlin/androidx/compose/web/sample/CodeSnippetSamples.kt', 'new_path': 'web/integration-core/src/jsMain/kotlin/androidx/compo...
Kotlin
06a905e63af8ad56329e47e58c80778f876edddf
166
2021-05-24 23:17:07+02:00
-7,200
['c005a9785abc587c77789e73da311967191f6c53']
Split web-core to web-core and web-integration This also means that we have new naming for web artifacts in the gradle plugin
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -150,9 +150,13 @@ class ComposePlugin : Plugin<Project> {\n }\n \n object ...
Kotlin
52034b64a990db85c9d4e21dbb2b188d4fe31855
166
2021-05-24 23:30:40+02:00
-7,200
['06a905e63af8ad56329e47e58c80778f876edddf']
Add missing web-widgets build file
[{'old_path': None, 'new_path': 'web/widgets/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,51 @@\n+plugins {\n+ id("kotlin-multiplatform")\n+ id("org.jetbrains.compose")\n+}\n+\n+\n+kotlin {\n+ jvm()\n+ js(IR) {\n+ browser() {\n+ testTask {\n+ tes...
Kotlin
3232571f3524d5011ea55f427c86cb874773ac1d
166
2021-05-24 23:33:07+02:00
-7,200
['52034b64a990db85c9d4e21dbb2b188d4fe31855']
[web-core] introduce StyleBuilderContext, AttrBuilderContext and ContentBuilder aliases
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/elements/Elements.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/elements/Elements.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,6 +43,10 @@ import org.w3c.dom.HTMLTextAreaElement\n import org.w3c.dom.HTMLUListElement\n impor...
Kotlin
619a0a40c0f14639b508aef79dd801f1d223f441
108
2021-05-25 10:02:17+03:00
-10,800
['3232571f3524d5011ea55f427c86cb874773ac1d']
Add tool to upload package from prebuilts.
[{'old_path': None, 'new_path': 'tools/upload_package_from_prebuilts.sh', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,47 @@\n+#!/bin/bash\n+\n+# Install Maven, i.e.\n+# brew install mvn\n+#\n+# Create $HOME/.m2/settings.xml like this\n+#<settings>\n+#<repositories>\n+# <repository>\n+# <id>SpaceDe...
Kotlin
2b788ef9dff5b0d31de00c7ff3ccad13e84f3752
150
2021-05-25 13:49:15+02:00
-7,200
['619a0a40c0f14639b508aef79dd801f1d223f441']
[compose-dom] Let classes lists get merged instead of overriding earlier calls
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,6 +47,9 @@ class DomNodeWrapper(val node: Node) {\n \n fun updateProperties(list: List<Pair<(HTMLElement, ...
Kotlin
1f43be9c912a681a05008117574ecc1473226ffe
166
2021-05-25 17:40:43+02:00
-7,200
['2b788ef9dff5b0d31de00c7ff3ccad13e84f3752']
Switch to 0.0.0-web-dev-13 in web examples
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,8 +2,8 @@\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n- id("org.jetbrains.kotlin.multiplatform...
Kotlin
31a63f3796d170da5909a247fb981b122b919b2c
166
2021-05-25 18:10:29+02:00
-7,200
['1f43be9c912a681a05008117574ecc1473226ffe']
Print compose core version while resolving plugin dependencies in web
[{'old_path': 'web/settings.gradle.kts', 'new_path': 'web/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@ pluginManagement {\n resolutionStrategy {\n eachPlugin {\n if (requested.id.id == "org.jetbrains.compose") {\n+ println("[build] compose...
Kotlin
7718032362718274a3c5f36176f06a957948aee4
166
2021-05-25 18:31:27+02:00
-7,200
['22af56a06a0d941725bac1969bcad2ddb9e4218b']
Introduce license information for web components
[{'old_path': None, 'new_path': 'web/licenses/third_party/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+Following third-party dependencies exist in this module:\n+ \n+* css-typed-om (version 0.4.0):\n+ * Creative Commons Zero v1.0 Universal [cc-1.0-universal.txt](cc-1.0-universal.txt)\...
Kotlin
ef1e811d6f5e7cace71d1875014160946d176d93
108
2021-05-25 19:32:22+03:00
-10,800
['7718032362718274a3c5f36176f06a957948aee4']
Move templates to Gradle 6.9
[{'old_path': 'templates/desktop-template/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'templates/desktop-template/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distributionUrl=ht...
Kotlin
8c5ebeec48aac3a6f62416041512950ee2286f17
166
2021-05-25 18:36:46+02:00
-7,200
['ef1e811d6f5e7cace71d1875014160946d176d93']
Switch dependencies back to snapshot
[{'old_path': 'web/gradle.properties', 'new_path': 'web/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,2 @@\n-COMPOSE_CORE_VERSION = 0.0.0-web-dev-13\n-COMPOSE_WEB_VERSION = 0.0.0-web-dev-13\n+COMPOSE_CORE_VERSION = 0.0.11-SNAPSHOT\n+COMPOSE_WEB_VERSION = 0.0.11-SNAPSHOT\n'}]
Kotlin
6cf9e5719f523377cd38c514691641eb731e6ed8
166
2021-05-25 18:40:08+02:00
-7,200
['8c5ebeec48aac3a6f62416041512950ee2286f17']
Add separate CHANGELOG to the web components
[{'old_path': None, 'new_path': 'web/CHANGELOG.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,59 @@\n+# Changelog\n+\n+## [0.0.0-web-dev-13] - 25\'May 2021\n+\n+### Changes in build:\n+\n+**0.0.0-web-dev-13 is built against Kotlin 1.5.0**. We\'ve also split web compose dependency into two:\n+one for using ...
Kotlin
a1d2f86609273fb3c3accbbb03ec6ba9141c38e4
53
2021-05-25 18:45:50+02:00
-7,200
['6cf9e5719f523377cd38c514691641eb731e6ed8']
Compose-Web with React examples (#693) * Add compose-web example with a react component * Add example with a compose component in a react app Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': None, 'new_path': 'examples/web-getting-started/src/jsMain/kotlin/YoutubeComponent.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,11 @@\n+@file:JsModule("react-youtube-lite")\n+@file:JsNonModule\n+\n+import react.*\n+\n+@JsName("ReactYouTubeLite")\n+external val reactPlayer: RClass<ReactYouTu...
Kotlin
809d83b137c1a3da3fb6105bea168a65e9109745
150
2021-05-25 18:50:56+02:00
-7,200
['a1d2f86609273fb3c3accbbb03ec6ba9141c38e4']
Update compose-web `Getting Started` tutorial with a new kotlin and compose versions
[{'old_path': 'tutorials/Web/Getting_Started/README.md', 'new_path': 'tutorials/Web/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,8 +42,8 @@ pluginManagement {\n ```kotlin\n // Add compose gradle plugin\n plugins {\n- kotlin("multiplatform") version "1.4.32"\n- id("org.jetbrain...
Kotlin
f19ef64a566cd457372c5d30c6b4dbf51f6d2ca2
150
2021-05-26 15:21:23+02:00
-7,200
['809d83b137c1a3da3fb6105bea168a65e9109745']
Update compose web: use kotlin 1.5.10 and new version of compose runtime and compiler
[{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import org.gradle.api.publish.PublishingExtension\n \n plugins {\n- id("org.jetbrains.kotlin.multiplatform") version("1.5.0") apply(false)\n+ id("org.jetbrains.kotlin.multipla...
Kotlin
6a8e15a7fe0f5f13125ff4d6764e8bf8b70c62eb
166
2021-05-26 19:03:08+02:00
-7,200
['f19ef64a566cd457372c5d30c6b4dbf51f6d2ca2']
[web] Attribute builder builds styles as well
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/AttrsBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/AttrsBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,14 +2,21 @@ package androidx.compose.web.attributes\n \n import androidx.compose.runt...
Kotlin
8118bb7cbe11e0d767670bd6c759ae906938346b
166
2021-05-26 20:59:20+02:00
-7,200
['6a8e15a7fe0f5f13125ff4d6764e8bf8b70c62eb']
[web] Don't leave emtpy style attribute if nothing as applied
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,8 +80,7 @@ class DomNodeWrapper(val node: Node) {\n \n fun updateStyleDeclarations(style: StyleHolder?) {\...
Kotlin
d998bf9058d965e5755f51d15cd198fe06db2701
166
2021-05-26 21:38:57+02:00
-7,200
['8118bb7cbe11e0d767670bd6c759ae906938346b']
Move all tests in core to org.jetbrains.compose.web.core.tests
[{'old_path': 'web/core/src/jsTest/kotlin/DomSideEffectTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/DomSideEffectTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+package org.jetbrains.compose.web.core.tests\n+\n import androidx.compose.runtime.Composable\n import androidx.compose.runtim...
Kotlin
16813707d4d38dc89e537d7ed4347e851b226d64
166
2021-05-26 22:32:18+02:00
-7,200
['d998bf9058d965e5755f51d15cd198fe06db2701']
Simplify call signatures in [web-core] tests
[{'old_path': 'web/core/src/jsTest/kotlin/elements/AttributesTests.kt', 'new_path': 'web/core/src/jsTest/kotlin/elements/AttributesTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,7 +67,7 @@ class AttributesTests {\n \n composition {\n Button(\n- attrs = {\n+ ...
Kotlin
3ee03dd3514ea437f75a492abdde5428b55a8760
135
2021-05-27 10:51:54+03:00
-7,200
['16813707d4d38dc89e537d7ed4347e851b226d64']
Fix: remove duplicated compose.desktop app config (#700)
[{'old_path': 'examples/falling_balls_with_web/build.gradle.kts', 'new_path': 'examples/falling_balls_with_web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,12 +13,6 @@ repositories {\n maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")\n }\n \n-compose.desktop {\n- applic...
Kotlin
63beaea30f882c24738775a127f71af8130318de
163
2021-05-27 10:48:00+02:00
-7,200
['3ee03dd3514ea437f75a492abdde5428b55a8760']
Fix typo in Compose Web tutorial
[{'old_path': 'tutorials/Web/Style_Dsl/README.md', 'new_path': 'tutorials/Web/Style_Dsl/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -99,7 +99,7 @@ object AppStylesheet : StyleSheet() {\n }\n \n // A convenient way to create a class selector\n- // AppStylesheet.container can be used a cl...
Kotlin
1040af337b99efc1af55e4e9e1b31c36d1689571
62
2021-05-27 18:58:14+03:00
-10,800
['63beaea30f882c24738775a127f71af8130318de']
Customize Info.plist before jpackage Resolves #679
[{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/InfoPlistBuilder.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,59 @@\n+/*\n+ * Copyright 2020-2021 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source code...
Kotlin
526053086b9ea2b772c5b0663224796f2d36507a
166
2021-05-27 21:48:30+02:00
-7,200
['1040af337b99efc1af55e4e9e1b31c36d1689571']
[web] Preprations for using DomApplier with Element
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/DomApplier.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import androidx.compose.web.elements.setProperty\n import androidx.compose.web.elements.setVariable\n...
Kotlin
92150195ea42a15fc8961131f3fcd4241b43aac3
62
2021-05-28 08:47:22+03:00
-10,800
['526053086b9ea2b772c5b0663224796f2d36507a']
Allow specifying asc provider for notarization Resolves #674
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/MacOSNotarizationSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/MacOSNotarizationSettings.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,4 +32,...
Kotlin
2418d20904c27201c7de6189c0bf0b6b522760bb
150
2021-05-28 10:26:00+02:00
-7,200
['92150195ea42a15fc8961131f3fcd4241b43aac3']
Fix `web-getting-started` example
[{'old_path': 'examples/web-getting-started/src/jsMain/kotlin/YoutubeComponent.kt', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,11 +0,0 @@\n-@file:JsModule("react-youtube-lite")\n-@file:JsNonModule\n-\n-import react.*\n-\n-@JsName("ReactYouTubeLite")\n-external val reactPlayer: RClass<ReactYo...
Kotlin
bf4f7051a2d1bb2edaf38b5690bb94dfc982fda2
108
2021-05-28 14:28:15+03:00
-10,800
['2418d20904c27201c7de6189c0bf0b6b522760bb']
Move to Kotlin 1.5.10 and Compose 0.4.0-rc1
[{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # __LATEST_COMPOSE_RELEASE_VERSION__\n-compose.version=0.4.0-build209\n+compose.version=0.4.0-rc1\n kotlin.code.style=official\n'}, {'old_path': 'c...
Kotlin
42ad7c7dcc8d91ac99d9f6c29a7af91918f238a8
166
2021-05-28 16:45:33+02:00
-7,200
['bf4f7051a2d1bb2edaf38b5690bb94dfc982fda2']
[web] Remove classes builder version from API
[{'old_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/AttrsBuilder.kt', 'new_path': 'web/core/src/jsMain/kotlin/androidx/compose/web/attributes/AttrsBuilder.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,9 +18,6 @@ class AttrsBuilder<TTag : Tag> : EventsListenerBuilder() {\n styl...
Kotlin
5f7479edbed2713a145abb56bff34914336fed53
65
2021-05-28 19:49:46+03:00
-3,600
['42ad7c7dcc8d91ac99d9f6c29a7af91918f238a8']
Simplify TodoApp example iOS framework export (#706)
[{'old_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'new_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,8 +41,6 @@ object Deps {\n const val rx = "com.arkivanov.mvikotlin:rx:$VERSION"\n const val ...
Kotlin
af224ccb0b7306d794380b23ab58829735b624c8
161
2021-05-28 20:59:27+03:00
-10,800
['560f411e016782a455622c3e80a82fad66a2110c']
Tooltip tutorial (#709) * Tooltips tutorial.
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,8 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [Getting started](tutorials/Getting_Started)\n * [Image and icon manipulations](tutorials/Image_And_Icons_Manipulations)...
Kotlin