Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
e625072767c5e9717baf4cb8b7fdb61a7f357910 | 105 | 2020-10-28 10:44:37+03:00 | -10,800 | ['5aa36d06852605f6dda29180021bc1b9f15976fc'] | Code Viewer Example, comment about file in assets/data | [{'old_path': 'examples/codeviewer/android/src/main/assets/data/EditorView.kt', 'new_path': 'examples/codeviewer/android/src/main/assets/data/EditorView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,7 @@\n+/**\n+ * This file is example (we can open it in android application)\n+ */\n+\n package org.jetb... | Kotlin |
cf3eaca690d25d25140e749e2d8ca9e91aa17f8c | 105 | 2020-10-28 10:49:28+03:00 | -10,800 | ['e625072767c5e9717baf4cb8b7fdb61a7f357910'] | Code Viewer Example, fix typo | [{'old_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/CodeViewerView.kt', 'new_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/CodeViewerView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ import org.jetbrains.codeviewer.u... | Kotlin |
6c2457240bb1fb50ab5dbeecc738bc245768d3d6 | 105 | 2020-10-28 11:05:15+03:00 | -10,800 | ['1fdbf6868d5047dd0f6379f12b1268b9e4e0fafa'] | Multiplatform template in IDEA / Android Studio. Add comment about issue | [{'old_path': 'examples/imageviewer/desktop/build.gradle.kts', 'new_path': 'examples/imageviewer/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import org.jetbrains.compose.compose\n \n plugins {\n- kotlin("multiplatform")\n+ kotlin("multiplatform") // kotlin("jvm") do... | Kotlin |
872e752f3ea4bb1c821d2e9d09b5270cba49a2bc | 105 | 2020-10-28 11:05:57+03:00 | -10,800 | ['cf3eaca690d25d25140e749e2d8ca9e91aa17f8c'] | Multiplatform template in IDEA / Android Studio. Add comment about issue | [{'old_path': 'examples/codeviewer/desktop/build.gradle.kts', 'new_path': 'examples/codeviewer/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import org.jetbrains.compose.compose\n \n plugins {\n- kotlin("multiplatform")\n+ kotlin("multiplatform") // kotlin("jvm") does... | Kotlin |
6009cdd6cbdcf581ad1312c6ea7dfb993fe4f034 | 105 | 2020-10-28 11:16:55+03:00 | -10,800 | ['451f8084b7cb9b7a71b696c5eabaef3eb028c234'] | Remove "Copyright 2020 The Android Open Source Project" | [{'old_path': 'examples/imageviewer/android/src/main/java/imageviewer/MainActivity.kt', 'new_path': 'examples/imageviewer/android/src/main/java/imageviewer/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,3 @@\n-/*\n- * Copyright 2020 The Android Open Source Project\n- *\n- * Licensed under ... | Kotlin |
f9d3c56b0c35d6e8beb8f5620ecd4f284defa83e | 105 | 2020-10-28 15:10:59+03:00 | -10,800 | ['94f8239087333ea53e9ff0a0854d034819f0bad0'] | Multiplatform template in IDEA / Android Studio. Refactoring | [{'old_path': 'examples/codeviewer/android/src/main/assets/data/EditorView.kt', 'new_path': 'examples/codeviewer/android/src/main/assets/data/EditorView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n /**\n- * This file is example (we can open it in android application)\n+ * This file is an exampl... | Kotlin |
b9b0064d7bbb320eb858bf4d120c65309c343830 | 108 | 2020-10-29 13:42:51+03:00 | -10,800 | ['c7d1446f9bbadd32adfb98132b0d56d57ee26f83'] | Move some sameples to dev109 | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ buildscript {\n }\n \n dependencies {\n- classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-dev97")\n+ classpath("org... | Kotlin |
a8e34eddad7650c6f74b38df2c2dd4f7f191b3a0 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['09083131ff326820c794b13d36f58d1f33591f04'] | Refactor gradle-plugin build configuration to allow other plugins
So other plugins can be added to separate subprojects | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,6 @@ at https://android.googlesource.com/platform/frameworks/support.\n * `examples` - examples of multiplatform Compose applications for Desktop and Android\n * `imageviewer` - Image Viewer applica... | Kotlin |
279826275aace886138e95902da4015c856bda87 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['a8e34eddad7650c6f74b38df2c2dd4f7f191b3a0'] | Enable parallel build by default | [{'old_path': None, 'new_path': 'gradle-plugins/gradle.properties', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+org.gradle.parallel=true\n\\ No newline at end of file\n'}] | Kotlin |
acd734c6530be8080d3dc60efe967ebde81751ba | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['3573807e037c6ebe554a216f0ff72e05fb68e60e'] | Add local dir repository
So it's easy to see all published artifacts | [{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,6 +34,11 @@ subprojects {\n password = System.getenv("COMPOSE_REPO_KEY")\n }\n }\n+\n+ maven {\... | Kotlin |
2451d79d067bec4c85f003480446bd262cb8e467 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['acd734c6530be8080d3dc60efe967ebde81751ba'] | Remove unnecessary META_INF/gradle-plugins/*.properties files
That's already handled by java-gradle-plugin configuration
(a plugin for Gradle plugin development) | [{'old_path': 'gradle-plugins/compose/src/main/resources/META-INF/gradle-plugins/org.jetbrains.compose.properties', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1 +0,0 @@\n-implementation-class=org.jetbrains.compose.ComposePlugin\n'}] | Kotlin |
563dc37c9be0eeea515367fc89fea8279144bbba | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['2451d79d067bec4c85f003480446bd262cb8e467'] | Add desktop application Gradle plugin
For simplified packaging and running an app | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,8 @@\n buildscript {\n repositories {\n+ mavenLocal().mavenContent {\n+ includeModule("org.jetbrains.compose", "compose-desktop-appl... | Kotlin |
014fb87429ec27244a4f699f22eeecca9c8c6734 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['563dc37c9be0eeea515367fc89fea8279144bbba'] | Enable official code style when root dir is opened in Intellij | [{'old_path': 'gradle-plugins/gradle.properties', 'new_path': 'gradle-plugins/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,2 @@\n org.gradle.parallel=true\n+kotlin.code.style=official\n'}, {'old_path': None, 'new_path': 'gradle.properties', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -... | Kotlin |
927abf0d03aa0e1629cab4089fea6de929fc21da | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['7067691b10f6150e8959a9c0cdeda5f7fa05fae4'] | Add icons support to packaging | [{'old_path': 'examples/imageviewer/common/src/desktopMain/resources/images/icon-linux.png', 'new_path': 'examples/imageviewer/common/src/desktopMain/resources/images/icon-linux.png', 'type': <ModificationType.ADD: 1>, 'diff': 'Binary files /dev/null and b/examples/imageviewer/common/src/desktopMain/resources/images/ic... | Kotlin |
cc68421f2e5a70203aa0dadc1cb44a7e7fb383c9 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['991b7ff6a7d4fcaba7c59922793acf8209dfc8fa'] | Escape file paths on Windows | [{'old_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/cliArgUtils.kt', 'new_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/cliArgUtils.kt', 'type': <ModificationType.MODIFY: 5>, ... | Kotlin |
815c0484a977c01ca62c46c5fdcc7eb5150ae0b6 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['6c03263f2f3e89e1c6d40f40c55b71a3c996f9e3'] | Download WiX toolset on Windows
It is a non-optional dependency for jpackage
(see "Dependencies" section of https://openjdk.java.net/jeps/343). | [{'old_path': 'gradle-plugins/compose-desktop-application/build.gradle.kts', 'new_path': 'gradle-plugins/compose-desktop-application/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,11 @@\n+import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar\n+\n plugins {\n kotlin("jvm")\n... | Kotlin |
d0859c665c2795739933ca3ac407df0caabadebc | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['815c0484a977c01ca62c46c5fdcc7eb5150ae0b6'] | Adjust settings for Windows
Enable dir chooser by default.
Also, treat menu as true if menuGroup is not null. | [{'old_path': 'examples/imageviewer/desktop/build.gradle.kts', 'new_path': 'examples/imageviewer/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,6 +36,9 @@ compose.desktop {\n }\n windows {\n iconFile.set(iconsRoot.resolve("icon-windows.ico"))\n+ ... | Kotlin |
518aa7fc8169e07a4dca58570749dc2d9c5121fc | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['d0859c665c2795739933ca3ac407df0caabadebc'] | Rename JetPack -> JetBrains | [{'old_path': 'gradle-plugins/README.md', 'new_path': 'gradle-plugins/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n-Jetpack Compose gradle plugin for easy configuration\n+JetBrains Compose gradle plugin for easy configuration\n \n Environment variables:\n * `COMPOSE_GRADLE_PLUGIN_VERSION`... | Kotlin |
66a392b11f3f7aa94a8d3582851596e970600e84 | 62 | 2020-10-29 20:40:27+03:00 | -10,800 | ['518aa7fc8169e07a4dca58570749dc2d9c5121fc'] | Fix getting runtime classpath from Kotlin MPP target
runtimeElementsConfigurationName is not a resolvable configuration | [{'old_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'new_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'... | Kotlin |
24f183eeeef5bfeb96d4fb21f80b0250f82a3a05 | 62 | 2020-10-29 20:48:03+03:00 | -10,800 | ['66a392b11f3f7aa94a8d3582851596e970600e84'] | Add tutorial for desktop application Gradle plugin | [{'old_path': None, 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,211 @@\n+# Native distributions & local execution\n+\n+## What is covered\n+\n+In this tutorial, we\'ll show you how to create native distributions (installers/packages)... | Kotlin |
9e2359c174a212f4ebff188d8cb00acc67cf39e3 | 74 | 2020-10-30 11:56:48+01:00 | -7,200 | ['24f183eeeef5bfeb96d4fb21f80b0250f82a3a05'] | rename tutorials main.md to README.md | [{'old_path': 'tutorials/Getting_Started/main.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'tutorials/Mouse_Events/main.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'tutoria... | Kotlin |
01fe61f9c7ab3ab6d879c05dacd31782a9e0fda7 | 62 | 2020-10-30 15:59:26+03:00 | -10,800 | ['40ccf9ca59108a6be72898a163ad4b6694f44a57'] | Include main jar into runtime classpath for Kotlin MPP target | [{'old_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'new_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'... | Kotlin |
5fe9d53c3ce2b91ac19a2a23bee120cfd3fbf65d | 108 | 2020-10-30 21:14:33+03:00 | -10,800 | ['bfb2abe6051eae0a0c95cd916897770d8df1cd64'] | Move few examples to m1-build57 | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ buildscript {\n }\n \n dependencies {\n- classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-dev109")\n+ classpath("or... | Kotlin |
3e53062e8953e7beac77244952ca7f067a1a572b | 105 | 2020-10-30 21:25:44+03:00 | -10,800 | ['26e431cd7890271941ffbdd6a2c5440f82299d08'] | Fix and refactor jetissues example | [{'old_path': 'examples/issues/common/src/androidMain/kotlin/androidx/ui/examples/jetissues/view/common/Platform.kt', 'new_path': 'examples/issues/common/src/androidMain/kotlin/androidx/ui/examples/jetissues/view/common/Platform.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,9 @@ import androidx.compose... | Kotlin |
eb8c7fdd448f42785cbdf5a2a2092358bf671c3f | 108 | 2020-11-02 09:58:17+03:00 | -10,800 | ['3e53062e8953e7beac77244952ca7f067a1a572b'] | Move tutorials and templates to m1-build57. | [{'old_path': 'templates/desktop-template/build.gradle.kts', 'new_path': 'templates/desktop-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ import org.jetbrains.compose.compose\n \n plugins {\n kotlin("jvm") version "1.4.0"\n- id("org.jetbrains.compose") version (System... | Kotlin |
b714f932a1454de5367635c201162e78f5697d17 | 105 | 2020-11-02 11:13:48+03:00 | -10,800 | ['eb8c7fdd448f42785cbdf5a2a2092358bf671c3f'] | Simplify build.gradle.kts for android (res.srcDirs) | [{'old_path': 'examples/codeviewer/common/build.gradle.kts', 'new_path': 'examples/codeviewer/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,12 +36,6 @@ kotlin {\n }\n }\n \n-project.extensions.findByType<com.android.build.gradle.LibraryExtension>()!!.apply {\n- sourceSets.findBy... | Kotlin |
70ffa959c2247f2dcb35ce7aed8c428215fff414 | 161 | 2020-11-02 11:53:24+03:00 | -10,800 | ['b714f932a1454de5367635c201162e78f5697d17'] | Added scrollbar to ImageViewer. | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,5 @@\n buildscript {\n repositories {\n- mavenLocal().mavenContent {\n- includeModule("org.jetbrains.compose", "compose-desktop-appl... | Kotlin |
726fa0119b4bc4eadc59f49c6f3a98ba1e33dc39 | 105 | 2020-11-02 14:16:23+03:00 | -10,800 | ['70ffa959c2247f2dcb35ce7aed8c428215fff414'] | Codeviewer. replace rememberScrollbarAdapterFixed by compose rememberScrollbarAdapter | [{'old_path': 'examples/codeviewer/common/src/desktopMain/kotlin/org/jetbrains/codeviewer/platform/Scrollbar.kt', 'new_path': 'examples/codeviewer/common/src/desktopMain/kotlin/org/jetbrains/codeviewer/platform/Scrollbar.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,14 +1,11 @@\n package org.jetbrains.codev... | Kotlin |
a35596ff034f2dd6c75322f48312448fd9a1e68e | 161 | 2020-11-02 14:23:43+03:00 | -10,800 | ['726fa0119b4bc4eadc59f49c6f3a98ba1e33dc39'] | Added zoom/drag feature to desktop imageviewer. Added image navigation support via shortcuts. | [{'old_path': 'examples/imageviewer/common/src/commonMain/kotlin/example/imageviewer/view/Scalable.kt', 'new_path': 'examples/imageviewer/common/src/commonMain/kotlin/example/imageviewer/view/Scalable.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n package example.imageviewer.view\n \n import andr... | Kotlin |
ae4020c9c2a860de956894c9968369e28f2abc46 | 152 | 2020-11-02 17:46:36+03:00 | -10,800 | ['a35596ff034f2dd6c75322f48312448fd9a1e68e'] | Use memory mapping and filter hidden files. (#44) | [{'old_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/platform/File.kt', 'new_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/platform/File.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,5 +11,5 @@ interface File {\n val children: List... | Kotlin |
e915ec6ac12b8057ce69d67b220b3dbcdf773ea0 | 62 | 2020-11-03 17:16:21+03:00 | -10,800 | ['ae4020c9c2a860de956894c9968369e28f2abc46'] | Make AppImage format compatible with all OS
Turns out, app-image is not an OS specific format, but a prepackaged image of packaged app | [{'old_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'new_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'... | Kotlin |
b0f038d833a3ae9abbf8e276f3ad7a5d6c985be3 | 62 | 2020-11-03 17:16:21+03:00 | -10,800 | ['e915ec6ac12b8057ce69d67b220b3dbcdf773ea0'] | Minor: remove unused imports | [{'old_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'new_path': 'gradle-plugins/compose-desktop-application/src/main/kotlin/org/jetbrains/compose/desktop/application/ApplicationPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'... | Kotlin |
332d57ae332f046522b421c88cef6a4c7f630fa8 | 62 | 2020-11-03 17:16:21+03:00 | -10,800 | ['37cc9665c14f184fea69add839ec7f3ae13b0c00'] | Allow overriding COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION via Gradle property
Gradle properties are more convenient for local builds | [{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ plugins {\n \n subprojects {\n group = BuildProperties.group\n- version = BuildProperties.version\n+ version = BuildProperties.deployVersion(project)\n... | Kotlin |
314f5af47f777f0988f3f4de8dc0d399324d0a47 | 62 | 2020-11-03 17:16:21+03:00 | -10,800 | ['332d57ae332f046522b421c88cef6a4c7f630fa8'] | Update all examples with Compose Application DSL | [{'old_path': 'examples/codeviewer/README.md', 'new_path': 'examples/codeviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,17 @@\n MPP Code Viewer example for desktop/android written in Multiplatform Compose library.\n \n-To run desktop application execute in a terminal:\n-`./gradlew desktop:... | Kotlin |
05303f947df38a3a61029d66823e18054228bf55 | 65 | 2020-11-03 23:31:07+03:00 | 0 | ['6f6577a1ee102753bdde650752c24691dbf7e791'] | Add scrollbar to Todo example (#41) | [{'old_path': 'examples/todoapp/common/main/src/commonMain/kotlin/example/todo/common/main/ui/TodoMainUi.kt', 'new_path': 'examples/todoapp/common/main/src/commonMain/kotlin/example/todo/common/main/ui/TodoMainUi.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,20 @@\n package example.todo.common.main.ui... | Kotlin |
5201b36fc5cc6f202dd2ed2a3c550ad27f49bf82 | 105 | 2020-11-04 00:07:52+03:00 | -10,800 | ['3b583678c7cdca638b4a3a10fb5e11d06534baf8'] | Migrate "issues" to Compose 0.1.0-m1-build62 | [{'old_path': 'examples/issues/build.gradle.kts', 'new_path': 'examples/issues/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ buildscript {\n }\n \n dependencies {\n- classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-m1-build57")\n+ classpath("org.jetb... | Kotlin |
48e7a6c2c014a4c036a4f9b32ecb0eb87cf63b4a | 108 | 2020-11-04 01:03:24+03:00 | -10,800 | ['5201b36fc5cc6f202dd2ed2a3c550ad27f49bf82'] | Getting started tutorial update. | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ The following software has to be preinstalled:\n \n ## Creating a new project\n \n-*TBD: new project wizard*\n+Kotlin plugin has Compose new project wi... | Kotlin |
c151746e535ada5b295c2a91ff7a59e913f419aa | 50 | 2020-11-04 19:47:58+03:00 | -3,600 | ['48e7a6c2c014a4c036a4f9b32ecb0eb87cf63b4a'] | Add IDE resolution warning for examples sharing JVM & Android code. (#49)
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com> | [{'old_path': 'examples/imageviewer/common/src/commonMain/kotlin/example/imageviewer/model/ImageRepository.kt', 'new_path': 'examples/imageviewer/common/src/commonMain/kotlin/example/imageviewer/model/ImageRepository.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,18 @@\n+// READ ME FIRST!\n+//\n+// Code... | Kotlin |
33b041c31a6f8cc8a1e3ad881042be426380295a | 50 | 2020-11-04 22:56:12+03:00 | -3,600 | ['c151746e535ada5b295c2a91ff7a59e913f419aa'] | ImageViewer: Use Ktor and expect/actual to make common source set pure Kotlin (#51)
* Add IDE resolution warning for examples sharing JVM & Android code.
* Use Ktor to remove JVM-specific networking code from common source set
Fix resolution for Picture class via expect/actual mechanism
Co-authored-by: Sebastia... | [{'old_path': 'examples/imageviewer/common/build.gradle.kts', 'new_path': 'examples/imageviewer/common/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,24 +9,26 @@ plugins {\n kotlin {\n android()\n jvm("desktop")\n-\n sourceSets {\n named("commonMain") {\n depende... | Kotlin |
0723177aad4696efbccc64f098ec6870d1a3012a | 50 | 2020-11-04 22:57:12+03:00 | -3,600 | ['33b041c31a6f8cc8a1e3ad881042be426380295a'] | Reorganize source sets to work around red code resolution errors. (#50)
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com> | [{'old_path': 'examples/issues/android/build.gradle.kts', 'new_path': 'examples/issues/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ android {\n compileSdkVersion(30)\n \n defaultConfig {\n- minSdkVersion(21)\n+ minSdkVersion(26)\n targetSdkVersi... | Kotlin |
3f31864f34b74290abbf0872a12a415738f1af97 | 105 | 2020-11-05 10:27:43+03:00 | -10,800 | ['0723177aad4696efbccc64f098ec6870d1a3012a'] | Imageviewer. Fix "./gradlew build" | [{'old_path': 'examples/imageviewer/common/src/androidMain/AndroidManifest.xml', 'new_path': 'examples/imageviewer/common/src/androidMain/AndroidManifest.xml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,2 @@\n <?xml version="1.0" encoding="utf-8"?>\n-<manifest package="example.imageviewer"/>\n\\ No newli... | Kotlin |
e9c45ecd694533fcc7269546bfb9853a2accdf6f | 107 | 2020-11-05 12:36:22+03:00 | -10,800 | ['3f31864f34b74290abbf0872a12a415738f1af97'] | Replace AppWindow by Window (#52) | [{'old_path': 'cef/src/main/kotlin/org/jetbrains/compose/desktop/App.kt', 'new_path': 'cef/src/main/kotlin/org/jetbrains/compose/desktop/App.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,7 @@\n package org.jetbrains.compose.desktop\n \n import androidx.compose.runtime.Composable\n-import androidx.compo... | Kotlin |
99710a42b87a0ee4ca0a8ec869b558eeeb0ff6e4 | 85 | 2020-11-06 11:22:21+02:00 | -7,200 | ['6ea3fca296f34cb40c4624bb5466e34ae5f6046c'] | Fix import (deprecated *.Text)
Fix import according to deprecation warning | [{'old_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'new_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n import androidx.compose.desktop.Window\n-import androidx.compose.foundation.Text\n+import androidx.compose.material.Text\... | Kotlin |
56da868a05f0014382d34aecf282db867ee67f1d | 92 | 2020-11-08 17:20:13-05:00 | 18,000 | ['1726014417e39d720d3971ff17de8ec16140750b'] | Fix a crash when building using Gradle 6.6+ | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -155,7 +15... | Kotlin |
455814b9d38390cb2b449a2f893f418e0f034045 | 62 | 2020-11-09 13:01:04+03:00 | -10,800 | ['56da868a05f0014382d34aecf282db867ee67f1d'] | Fix compile error
For some reason, the compiler failed to resolve the method reference correctly.
Also minor fix for `executable` property (the code was red in IDE, but compiled). | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -150,13 +1... | Kotlin |
d29feef8ad44b78b8a74bfde48cff9a448d7b649 | 95 | 2020-11-10 09:25:15+03:00 | -3,600 | ['aa2a8740ca95225b776b0b951654b5880b3bffc4'] | Update README.md (#71) | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,8 +22,8 @@ The recommended way of building Compose for Desktop projects is by using Gradle.\n JetBrains provides a simple way of building Compose for Desktop proj... | Kotlin |
362f6ec8b23f1333988a59f9b96efd4269ab9207 | 134 | 2020-11-10 09:25:52+03:00 | 28,800 | ['d29feef8ad44b78b8a74bfde48cff9a448d7b649'] | Native Distribution tutorial corrections (#72) | [{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -122,7 +122,7 @@ compose.desktop {\n packageName = "ExampleApp"\n version = "0.1-SNAPSHOT"\n... | Kotlin |
5ebc5e1f5cd0209c48d1bc83afd1d49c3f0efa2a | 65 | 2020-11-10 09:26:21+03:00 | 0 | ['362f6ec8b23f1333988a59f9b96efd4269ab9207'] | Updated Decompose to 0.1.0 in Todo example (#78)
Co-authored-by: Arkadii Ivanov <> | [{'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': '@@ -35,7 +35,7 @@ object Deps {\n }\n \n object Decompose {\n- private const val VERSION = "0.0.... | Kotlin |
60ac4a7ab17f3989a3e736acf1d03a3503da3497 | 74 | 2020-11-10 14:10:44+01:00 | -3,600 | ['5ebc5e1f5cd0209c48d1bc83afd1d49c3f0efa2a'] | initialize benchmarks (#77) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,7 @@ at https://android.googlesource.com/platform/frameworks/support.\n ## Repository organization ##\n \n * `artwork` - design artifacts\n+ * `benchmarks` - collection of benchmarks\n * `ci` - Continuo... | Kotlin |
86a5977c9b3058a764ed596055f133434268c0d6 | 105 | 2020-11-11 16:49:04+03:00 | -10,800 | ['60ac4a7ab17f3989a3e736acf1d03a3503da3497'] | Regression in Todo example app after multiple Compose updates
Closes https://github.com/JetBrains/compose-jb/issues/86 | [{'old_path': 'examples/todoapp/common/edit/src/commonMain/kotlin/example/todo/common/edit/ui/TodoEditUi.kt', 'new_path': 'examples/todoapp/common/edit/src/commonMain/kotlin/example/todo/common/edit/ui/TodoEditUi.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n package example.todo.common.edit.ui\n... | Kotlin |
f030439571ab18c4f272733ed1f228af074d76e1 | 161 | 2020-11-12 17:48:42+03:00 | -10,800 | ['5c001955479ec3ada26174a6e11c4f65e0a970de'] | Added screenshots for examples. | [{'old_path': 'examples/codeviewer/README.md', 'new_path': 'examples/codeviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,3 +15,5 @@ MPP Code Viewer example for desktop/android written in Multiplatform Compose lib\n ```\n ./gradlew installDebug\n ```\n+\n+\n... | Kotlin |
c105e3a8eb6ac771b4e415ba1229a14cd5d0bfd4 | 62 | 2020-11-13 13:43:28+03:00 | -10,800 | ['f030439571ab18c4f272733ed1f228af074d76e1'] | Change marker comment for Compose version
The verb `update` in `__UPDATE_COMPOSE_VERSION_MARKER__`
could be read as an instruction to update the plugin,
which might be confusing for users.
I suggest renaming the marker to more neutral
`__LATEST_COMPOSE_RELEASE_VERSION__` | [{'old_path': 'benchmarks/build.gradle.kts', 'new_path': 'benchmarks/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.allopen.gradle.*\n \n plugins {\n kotlin("jvm") version "1.4.0"\n- // __UPDATE_COMPOSE_VERSION_MARKER__\n+ // __LATEST_COMPOSE_RELE... | Kotlin |
ad0b6fc916ae3c993bb96eea11ca8ee606e4afde | 62 | 2020-11-13 13:43:28+03:00 | -10,800 | ['c105e3a8eb6ac771b4e415ba1229a14cd5d0bfd4'] | Provide default value for Compose version for Gradle plugin
There are two versions used in the Gradle plugin:
* The version of the plugin itself;
* The version of Compose dependency used by the plugin.
On CI both versions are set to the same value specific to the build.
However, locally using 0.1.0-SNAPSHOT for the C... | [{'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': '@@ -7,8 +7,9 @@ object BuildProperties {\n const val website = "https://jetbrains.org/compose"\n const val vcs = "h... | Kotlin |
bef34ad7d2fc484b6c28398893158a1ea038137b | 62 | 2020-11-13 13:43:40+03:00 | -10,800 | ['ad0b6fc916ae3c993bb96eea11ca8ee606e4afde'] | Add compose Gradle extension to dependency blocks
Before this change, the following Groovy DSL code would not work:
```
dependency {
implementation compose.desktop.currentOS
}
// or
kotlin {
jvm { withJava() }
sourceSets {
named("jvmMain") {
dependencies {
implementation... | [{'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': '@@ -5,6 +5,7 @@ package org.jetbrains.compose\n import org.gradle.api.Plugin\n import... | Kotlin |
1b294335a9394ba32c042e5aaee5021a7a288c91 | 65 | 2020-11-14 12:35:11+03:00 | 0 | ['bef34ad7d2fc484b6c28398893158a1ea038137b'] | Update Decompose to 0.1.1, remove copy-pasted code (#102)
Co-authored-by: Arkadii Ivanov <> | [{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,4 +36,5 @@ dependencies {\n implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinLogging)\n implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinTimeT... | Kotlin |
f46a39cd6a938a88a4fe2395676c6f76c38ae24b | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['1b294335a9394ba32c042e5aaee5021a7a288c91'] | Add Gradle plugin integration tests | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar\n+import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.ge... | Kotlin |
fbc51e4019ca2b90f4a92107ae054fd2ff99e58b | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['f46a39cd6a938a88a4fe2395676c6f76c38ae24b'] | Test plugin against multiple versions of Gradle | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,18 +57,29 @@ val jar = tasks.named<Jar>("jar") {\n this.duplicatesStrategy = DuplicatesStrategy.INCLUDE\n }\n \n-val gradleVersionForTests = "6.7"\n+v... | Kotlin |
b601ed96937c58e2c0f5a20215ce30a94e6e8996 | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['fbc51e4019ca2b90f4a92107ae054fd2ff99e58b'] | Print Gradle version used in tests
Also switch to JUnit 5, because the feature is not supported by JUnit 4 | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,8 @@ dependencies {\n compileOnly(kotlin("gradle-plugin-api"))\n compileOnly(kotlin("gradle-plugin"))\n testImplementation(gradleTestKit... | Kotlin |
6991b4f5de03fe93e865eb4770d14b0dd63fa971 | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['b601ed96937c58e2c0f5a20215ce30a94e6e8996'] | Include min task version in all checks | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,7 +70,7 @@ tasks.test {\n configureTest(maxGradleVersionForTests)\n }\n \n-tasks.register("testMinGradleVersion", Test::class.java) {\n+val testMinGra... | Kotlin |
215e9d66bc08157b09da2348028f345f4a5b5d7c | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['6991b4f5de03fe93e865eb4770d14b0dd63fa971'] | Mention compatible Gradle versions in docs | [{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,3 +18,10 @@ Following limitations apply to Milestone 1 (M1) release.\n * Only macOS 10.15 or later is supported\n * Only 64-bit Windows is supported\n * Only JDK 11 or later is supported due to the memory... | Kotlin |
2e1266984e780a0315a477bdb49503fd4787e047 | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['215e9d66bc08157b09da2348028f345f4a5b5d7c'] | Allow running Gradle tests with any JDK >= 14 | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,9 +61,11 @@ val jar = tasks.named<Jar>("jar") {\n // __SUPPORTED_GRADLE_VERSIONS__\n val minGradleVersionForTests = "6.4"\n val maxGradleVersionForTests =... | Kotlin |
3e74b43cc6df4a109c152af1671fb8dcdd585aae | 62 | 2020-11-16 16:22:42+03:00 | -10,800 | ['2e1266984e780a0315a477bdb49503fd4787e047'] | Use Kotlin 1.4.0 in Gradle tests | [{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/TestProject.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/TestProject.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,9 @@ data class TestProject(\n \n if (orig.name.endsWi... | Kotlin |
a71e6b637837dc186793f4102d619ed9e99c43c7 | 28 | 2020-11-19 14:23:41+03:00 | -10,800 | ['6e1d965931c167e8feb83a4d179b9ba0640a454f'] | Add OS arch to plugin provided dependencies (#113)
* Add OS arch to plugin provided dependencies
* Delete DesktopDependencies#all | [{'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': '@@ -8,6 +8,7 @@ import org.gradle.api.artifacts.dsl.DependencyHandler\n import org.gr... | Kotlin |
f329a2892b16145d1852c787ab9a257faf472536 | 161 | 2020-11-19 15:13:02+03:00 | -10,800 | ['6e1d965931c167e8feb83a4d179b9ba0640a454f'] | Added tutorial on Swing integration. | [{'old_path': None, 'new_path': 'tutorials/Swing_Integration/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,152 @@\n+# Integration Compose for Desktop into Swing-based aplication\n+\n+## What is covered\n+\n+In this tutorial, we will show you how to use ComposePanel in your Swing application.\n+\n+#... | Kotlin |
f7f300b2e4815c3e95fdae5d25da78e13d3c9044 | 105 | 2020-11-20 21:26:44+03:00 | -10,800 | ['61b88deb0a6f4206ce3f1df749858ae4702b4ac8'] | Documentation. Loading XML vector images | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n # M2 (TBD)\n * Swing interoperability support (Compose in Swing frame)\n * Implemented desktop "ActualDialog" and "ActualPopup" (GH-19, GH-81)\n+ * Support of [XML vector images](https://de... | Kotlin |
a4e674080d7cbe90e5b2218edea5d36d0be3e044 | 105 | 2020-11-23 12:37:10+03:00 | -10,800 | ['f7f300b2e4815c3e95fdae5d25da78e13d3c9044'] | Documentation. Loading XML vector images | [{'old_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'new_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -340,11 +340,11 @@ fun asImageAsset(image: BufferedImage): ImageAsset {\n \r\n ## Loading XML vector images\r\n Compose for Desktop suppor... | Kotlin |
7879b8d5701b7702c260e8c9bade7314077048f8 | 105 | 2020-11-27 10:58:06+03:00 | -10,800 | ['84163e7499023d18b856ae97aa6dbde4c0a56abf'] | Multiplatform template. androidx.compose.foundation.Text is deprecated, replace by androidx.compose.material.Text | [{'old_path': 'templates/multiplatform-template/common/src/commonMain/kotlin/App.kt', 'new_path': 'templates/multiplatform-template/common/src/commonMain/kotlin/App.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n-import androidx.compose.foundation.Text\n import androidx.compose.material.Button\n i... | Kotlin |
8e2536a2fa6db786aded12e0e33d0529b69092d9 | 105 | 2020-11-27 11:03:43+03:00 | -10,800 | ['7879b8d5701b7702c260e8c9bade7314077048f8'] | Examples. Issues. Migrate to 0.2.0-build132 | [{'old_path': 'examples/issues/build.gradle.kts', 'new_path': 'examples/issues/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plugin:0.2.0-bu... | Kotlin |
2e88bb1ddfb3cf81010e20f33cf065472173db0c | 105 | 2020-11-27 11:15:35+03:00 | -10,800 | ['8e2536a2fa6db786aded12e0e33d0529b69092d9'] | Tutorials. Image_And_Icons_Manipulations. Migrate to 0.2.0-build132 | [{'old_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'new_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ import androidx.compose.ui.res.imageResource\n fun main() {\r\n Window {\r\n Image(\r\n- asset = ima... | Kotlin |
83f7d2ece1b2a5b0d81c158b5ac68122be02ae39 | 105 | 2020-11-27 11:26:52+03:00 | -10,800 | ['2e88bb1ddfb3cf81010e20f33cf065472173db0c'] | CHANGELOG. Replace GH-* by links to issues | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,19 +1,16 @@\n # M2 (Dec 2020)\n * Swing interoperability support (Compose in Swing frame)\n * Support of [XML vector images](https://developer.android.com/guide/topics/graphics/vector-drawable-resources)... | Kotlin |
c9a37c34074cef2ee5d61f03fdf082a8f6a82796 | 105 | 2020-11-27 11:34:31+03:00 | -10,800 | ['83f7d2ece1b2a5b0d81c158b5ac68122be02ae39'] | CHANGELOG. Replace GH-* by links to issues | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,16 +1,16 @@\n # M2 (Dec 2020)\n * Swing interoperability support (Compose in Swing frame)\n * Support of [XML vector images](https://developer.android.com/guide/topics/graphics/vector-drawable-resources)... | Kotlin |
d4e423e98f1ca70776f8b9f7ab10abead8970238 | 28 | 2020-11-30 13:28:27+03:00 | -10,800 | ['fcc26bfa897ec186be624cbd05176acedb1efae4'] | Implement packaging uber jar for current OS (#145) | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,1... | Kotlin |
6d2333502fe3cb00d757b827e1f5fd47238899a5 | 105 | 2020-12-02 00:17:30+03:00 | -10,800 | ['d4e423e98f1ca70776f8b9f7ab10abead8970238'] | Use official Jetpack Compose logo in images tutorial | [{'old_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'new_path': 'tutorials/Image_And_Icons_Manipulations/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -340,9 +340,9 @@ We implemented it on the desktop so we can use common resources in a cross-platf\n SVG files can be converted to XML with... | Kotlin |
1d3ffe42080be587d27c1f263b2155a15f58c1bb | 172 | 2020-12-03 14:02:34+03:00 | -10,800 | ['a1e9faf9477336d2ebac7b13a97e7c34aab6958b'] | Updated cef example according to cfd 0.3.0-build133 | [{'old_path': 'cef/.gitignore', 'new_path': 'cef/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,3 +3,4 @@\n \n # Ignore Gradle build output directory\n build\n+third_party/java-cef\n'}, {'old_path': 'cef/build.gradle.kts', 'new_path': 'cef/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'dif... | Kotlin |
541a14cc927ae5446b05d497252d8363b78a7779 | 105 | 2020-12-15 13:00:45+03:00 | -10,800 | ['906ef972628dee3b2c849f029e9b7ba66fa6868b'] | Templates. Migrate to 0.3.0-build135 | [{'old_path': 'templates/desktop-template/build.gradle.kts', 'new_path': 'templates/desktop-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,9 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n- kotlin("jvm") ... | Kotlin |
9354a554b4eefdcbdf4e9c93efacc0a2161f5297 | 108 | 2020-12-15 13:07:28+03:00 | -10,800 | ['541a14cc927ae5446b05d497252d8363b78a7779'] | iMove to 0.3.0-build135 and Kotlin 1.4.21. | [{'old_path': 'examples/codeviewer/build.gradle.kts', 'new_path': 'examples/codeviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,9 +9,10 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plugin... | Kotlin |
497fd017fc1eb90c7725ab479bc846d1e1e55522 | 65 | 2020-12-17 09:36:40+03:00 | 0 | ['a4d59048f50c96970368e884925fd59b1a31ed12'] | Add iOS target and app for todoapp example (#166) | [{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,7 @@ dependencies {\n implementation(project(":common:database"))\n implementation(project(":common:utils"))\n implementation(projec... | Kotlin |
2fa3dcde04d3c48ed2249c51c55a9c25b30ffd75 | 152 | 2020-12-21 14:41:13+03:00 | -10,800 | ['497fd017fc1eb90c7725ab479bc846d1e1e55522'] | Custom components template. (#206) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,8 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [Building native distribution](tutorials/Native_distributions_and_local_execution)\n * [Window control API](tutorials/Wi... | Kotlin |
48b66451ee763e8bcc006c48e6dc4898db58f1df | 65 | 2020-12-23 09:49:10+03:00 | -10,800 | ['2fa3dcde04d3c48ed2249c51c55a9c25b30ffd75'] | TodoApp. Update libraries. (#210) | [{'old_path': 'examples/todoapp/build.gradle.kts', 'new_path': 'examples/todoapp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,5 @@ allprojects {\n jcenter()\n mavenLocal()\n maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")\n- maven("https://d... | Kotlin |
5d3731cac465c402e77fb7e62eda3b7e26b9c549 | 161 | 2020-12-23 13:46:48+03:00 | -10,800 | ['48b66451ee763e8bcc006c48e6dc4898db58f1df'] | Updated Window control API and Swing interoperability tutorials. | [{'old_path': 'tutorials/Swing_Integration/README.md', 'new_path': 'tutorials/Swing_Integration/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n ## What is covered\n \n-In this tutorial, we will show you how to use ComposePanel in your Swing application.\n+In this tutorial, we will show y... | Kotlin |
3aff8f47e3296f43abba18fd9d03e785b70e7d37 | 62 | 2020-12-28 11:27:28+03:00 | -10,800 | ['6aaf2911369a40b424aefcdd853b2c3286f02a98'] | Add ability to create/run distributable app | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/TargetFormat.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/TargetFormat.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,9 @@ enum class TargetForm... | Kotlin |
b915b44d04aab33e310f857c92f07d82564f27b5 | 62 | 2020-12-28 11:27:28+03:00 | -10,800 | ['3aff8f47e3296f43abba18fd9d03e785b70e7d37'] | Add option to preserve working dir after build
Useful for troubleshooting and experimentation
(e.g. re-run tool in CLI with different args).
To enable:
* Add 'compose.preserve.working.dir=true' to gradle.properties;
* Add '-Pcompose.preserve.working.dir=true' to CLI args. | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/ComposeProjectProperties.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,16 @@\n+package org.jetbrains.compose.desktop.application.internal\n+\n+import org.gradle.api.provider.Provider\... | Kotlin |
7e243b5cbd37e9fa6a80da6b31478606ffbb24fd | 62 | 2020-12-28 11:27:28+03:00 | -10,800 | ['b915b44d04aab33e310f857c92f07d82564f27b5'] | Extract runtime image creation into separate task
This change speeds up incremental build of
an application image.
For example, for one (relatively small) tested application
the overall time spent on creating binary images in incremental case
(after one file change) went from ~5 seconds down to 1.4 seconds
(non-rigoro... | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/RuntimeCompressionLevel.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+package org.jetbrains.compose.desktop.application.dsl\n+\n+internal enum class RuntimeCompressionLevel(internal... | Kotlin |
8e51fb1cf1dfb1823cfed7fb73f8e513a2e6f552 | 152 | 2020-12-28 13:07:02+03:00 | -10,800 | ['7e243b5cbd37e9fa6a80da6b31478606ffbb24fd'] | Simple game example (#224) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [codeviewer](examples/codeviewer) - File Browser and Code Viewer application for Android and Desktop\n * [imageviewer](e... | Kotlin |
b08b9ed17d5dae0cee91a3f752d35bdca3c0e1c3 | 47 | 2020-12-28 19:02:06+03:00 | -12,600 | ['8e51fb1cf1dfb1823cfed7fb73f8e513a2e6f552'] | Update README.md (#227)
Capitalize the first letter of comments. | [{'old_path': 'tutorials/Window_API/README.md', 'new_path': 'tutorials/Window_API/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@ import javax.swing.SwingUtilities.invokeLater\n \n fun main() = invokeLater {\n AppWindow().show {\n- // content\n+ // Content\n }\n }\n ``... | Kotlin |
a664d07c1a2981e3485294d9cc84262bbb10cde0 | 152 | 2020-12-29 16:52:59+03:00 | -10,800 | ['b08b9ed17d5dae0cee91a3f752d35bdca3c0e1c3'] | Check tutorials (#237) | [{'old_path': 'tutorials/Getting_Started/main.md', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1 +0,0 @@\n-README.md\n\\ No newline at end of file\n'}, {'old_path': 'tutorials/Keyboard/README.md', 'new_path': 'tutorials/Keyboard/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,... | Kotlin |
d0485ed2f5286fa58bcac6427dddb68a25efe3dd | 28 | 2020-12-31 21:38:01+03:00 | -10,800 | ['a664d07c1a2981e3485294d9cc84262bbb10cde0'] | Add widget gallery example (#242) | [{'old_path': None, 'new_path': 'examples/widgetsgallery/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea/\n+/.run\n+.DS_Store\n+build/\n+/captures\n+.externalNativeBuild\n+.cxx\n\\ No newline at end of file\n'}, {'old_path': None, 'new_path': 'exa... | Kotlin |
6280c76ac0a8f0e4e70a76db69d183a9dc1359ce | 122 | 2021-01-11 11:01:41+03:00 | 28,800 | ['dcf4070b293d7ebbc2db9f97b04282df66ab37a1'] | Include apple signing info in distribution instructions (#260) | [{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,6 +71,21 @@ The following formats available for the supported operating systems:\n * Windows — `.exe` (`TargetFo... | Kotlin |
db3dd2af64d22e7c3e6068c8cd81a9ef966f115e | 122 | 2021-01-11 17:20:15+03:00 | 28,800 | ['6280c76ac0a8f0e4e70a76db69d183a9dc1359ce'] | Better (updating) link to apple notarizing (#264) | [{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,8 +83,7 @@ To temporarily work around this issue, users can try a couple of things (after d\n * `sudo spctl --ma... | Kotlin |
7d4099d9840eaaf8316d6cefbab8e0ee7cca85a2 | 130 | 2021-01-17 15:04:22+03:00 | -3,600 | ['db3dd2af64d22e7c3e6068c8cd81a9ef966f115e'] | Replace deprecated method call (#284) | [{'old_path': 'examples/todoapp/common/main/src/commonTest/kotlin/example/todo/common/main/store/TestTodoMainStoreDatabase.kt', 'new_path': 'examples/todoapp/common/main/src/commonTest/kotlin/example/todo/common/main/store/TestTodoMainStoreDatabase.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ i... | Kotlin |
5e6483cd1818928d4fbccc408fa9311d69a3b9d2 | 65 | 2021-01-18 11:22:50+03:00 | 0 | ['7d4099d9840eaaf8316d6cefbab8e0ee7cca85a2'] | Update todoapp Compose to 0.3.0-build140 and Decompose to 0.1.6 (#286) | [{'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': '@@ -12,7 +12,7 @@ object Deps {\n \n object Compose {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- ... | Kotlin |
3125cc926e06d857c6afda3a45c08bf50e0d5792 | 72 | 2021-01-18 15:24:53+03:00 | -3,600 | ['5e6483cd1818928d4fbccc408fa9311d69a3b9d2'] | Jetpack Compose for IntelliJ Platform initial (#287) | [{'old_path': None, 'new_path': 'examples/intelliJPlugin/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,44 @@\n+import org.jetbrains.compose.compose\n+\n+plugins {\n+ id("org.jetbrains.intellij") version "0.6.5"\n+ java\n+ kotlin("jvm") version "1.4.21"\n+ id("org.jetbrains.compos... | Kotlin |
91223e764aa7bfadb811c148a6be1b22408312b2 | 122 | 2021-01-19 11:32:07+03:00 | 28,800 | ['b22a9947c2b1682941b9a3803e339c824e54a5f6'] | Add link to jpackage docs for signing (#288) | [{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,9 @@ To temporarily work around this issue, users can try a couple of things (after d\n * `sudo spctl --ma... | Kotlin |
67fc63b73f0aa449553416ba239e25b45db02e7a | 105 | 2021-01-19 14:00:14+03:00 | -10,800 | ['860acb907a664df7868e412fa9996d9ecfd4f357'] | Examples. Codeviewer. Fix java.lang.StringIndexOutOfBoundsException | [{'old_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/EditorView.kt', 'new_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/EditorView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,41 +145,42 @@ private fun LineContent... | Kotlin |
c5f6013dfc6283dd16ab5393243e578f378326d1 | 108 | 2021-01-20 19:26:39+03:00 | -10,800 | ['67fc63b73f0aa449553416ba239e25b45db02e7a'] | Missing env variable in Dockefile | [{'old_path': 'ci/docker/linux/Dockerfile', 'new_path': 'ci/docker/linux/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,3 +32,4 @@ RUN JAVA_URL=https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-\n find $JAVA_BASE -type d -maxdepth 1 -name "amazon-corretto-11*linux-x64" -exec mv ... | Kotlin |
e6fb7463d03b0feee6ae9ca7d018aee48bf3f54d | 62 | 2021-01-22 09:48:46+03:00 | -10,800 | ['c5f6013dfc6283dd16ab5393243e578f378326d1'] | Normalize all file properties on Windows
Previously the `--output` argument of the jlink task was not normalized.
https://github.com/JetBrains/compose-jb/issues/248 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/cliArgUtils.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/cliArgUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n package org.j... | Kotlin |
cc30d963d86551570fc24b17f52e41f273db87ba | 161 | 2021-01-22 17:55:31+03:00 | -10,800 | ['4ff25fcf705ec900494153e6ca6812b978e2415f'] | Applied theme to widgets. | [{'old_path': 'examples/intelliJPlugin/src/main/kotlin/com/jetbrains/compose/ComposeDemoAction.kt', 'new_path': 'examples/intelliJPlugin/src/main/kotlin/com/jetbrains/compose/ComposeDemoAction.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,8 @@ import androidx.compose.foundation.layout.Box\n import andr... | Kotlin |
d109e8d8cfc14bf192309801101c6fff0ad4d0de | 161 | 2021-01-22 18:47:19+03:00 | -10,800 | ['1e7d0cacbba496c88b39eaf62a17a6f9acf1d4a5'] | Fixed layout in Toggles. | [{'old_path': 'examples/intelliJPlugin/src/main/kotlin/com/jetbrains/compose/widgets/Toggles.kt', 'new_path': 'examples/intelliJPlugin/src/main/kotlin/com/jetbrains/compose/widgets/Toggles.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,11 @@\n package com.jetbrains.compose.widgets\n \n import androidx.c... | Kotlin |
d4e849417b44f3d0b39b853c2e4738197359a879 | 161 | 2021-01-22 19:25:41+03:00 | -10,800 | ['dacee2f1448fc56819e486ba49d7ae07d7cf3d58'] | Added instruction to run Idea plugin example. | [{'old_path': None, 'new_path': 'examples/intelliJPlugin/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\n+## Example CFD based plugin for IntelliJ Idea.\n+\n+To run the example:\n+\n+1. from directory `compose-jb/examples/intelliJPlugin` run command in terminal: `./gradlew runIde`\n+2. create ... | Kotlin |
8d6fbf54d9b8bb8e6d367fd2d7a67e7824240ff6 | 102 | 2021-01-25 08:25:41+03:00 | -32,400 | ['98e599df3fa7e4c8158fc368ee1e871b5aef33b2'] | fix: modify JetIssues's android app title (#312) | [{'old_path': 'examples/issues/android/src/main/res/values/strings.xml', 'new_path': 'examples/issues/android/src/main/res/values/strings.xml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n <resources>\n- <string name="app_name">IDE</string>\n+ <string name="app_name">JetIssues</string>\n </res... | Kotlin |