Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
99cc1214b4dd16d3f9b546576c4f7f1c03a16b0b | 161 | 2021-01-25 10:14:22+03:00 | -10,800 | ['8d6fbf54d9b8bb8e6d367fd2d7a67e7824240ff6'] | Removed temp screenshot file in intelliJPlugin example. | [{'old_path': 'examples/intelliJPlugin/screenshots/toolsshow.png~', 'new_path': 'examples/intelliJPlugin/screenshots/toolsshow.png~', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/examples/intelliJPlugin/screenshots/toolsshow.png~ and /dev/null differ\n'}] | Kotlin |
abb4a5a411e9d5f86e4c0566fa81176b96b0993e | 62 | 2021-01-25 10:17:10+03:00 | -10,800 | ['99cc1214b4dd16d3f9b546576c4f7f1c03a16b0b'] | Avoid adding incompatible arguments when creating application image
Fixes https://github.com/JetBrains/compose-jb/issues/296 | [{'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': '@@ -166,8 +166,10 @... | Kotlin |
0d68dea6de443132f7a42f77aca420c2f5dfc5ee | 62 | 2021-01-25 17:32:09+03:00 | -10,800 | ['abb4a5a411e9d5f86e4c0566fa81176b96b0993e'] | Filter out non-jar files in runtime classpath
WiX linker fails to find class files of inlined functions for some reason
(maybe because of '$' character in name or long paths)
Fixes #196 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/ConfigurationSource.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/ConfigurationSource.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,9 @@ import or... | Kotlin |
f627c0cc55dbd9c0b47edd86d35bc9d56bfcc81f | 62 | 2021-01-25 18:11:59+03:00 | -10,800 | ['0d68dea6de443132f7a42f77aca420c2f5dfc5ee'] | Use correct test scenario for uber jar tests | [{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,19 +65,19 @@ class DesktopApplicationTest : GradlePluginTest... | Kotlin |
bde57fd89160c8bb836ca57afc76b481eb473a10 | 105 | 2021-01-26 18:19:19+03:00 | -10,800 | ['f627c0cc55dbd9c0b47edd86d35bc9d56bfcc81f'] | ImageVIewer. Splash screen, composable window API | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plu... | Kotlin |
728b4d5f762f5d901a869824c4b5a2da8b516b05 | 105 | 2021-01-26 19:27:52+03:00 | -10,800 | ['bde57fd89160c8bb836ca57afc76b481eb473a10'] | ImageVIewer. Don't show splash screen on click on refresh button | [{'old_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/DesktopContentState.kt', 'new_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/DesktopContentState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,7 @@ object ContentState {\n... | Kotlin |
1a1310368e8af983a45a2be684e38ae3f81a6a1d | 105 | 2021-01-28 17:51:38+03:00 | -10,800 | ['728b4d5f762f5d901a869824c4b5a2da8b516b05'] | Migrate to 0.3.0-build146 (templates | [{'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 |
13e0bd184af7f5d0838f2e3eaa7acef23a81463c | 105 | 2021-01-28 18:03:12+03:00 | -10,800 | ['1a1310368e8af983a45a2be684e38ae3f81a6a1d'] | Fix building of uber jar | [{'old_path': 'ci/compose-uber-jar/build.gradle.kts', 'new_path': 'ci/compose-uber-jar/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@ val composeVersion: String by lazy {\n }\n \n dependencies {\n- implementation("org.jetbrains.compose.desktop:desktop-jvm-linux:$composeVersion")\... | Kotlin |
930d80730682a9008763a2c1a88f285ddefe5245 | 105 | 2021-01-28 18:43:19+03:00 | -10,800 | ['13e0bd184af7f5d0838f2e3eaa7acef23a81463c'] | Migrate to 0.3.0-build146 (codeviewer) | [{'old_path': 'examples/codeviewer/build.gradle.kts', 'new_path': 'examples/codeviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,10 +9,10 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plugi... | Kotlin |
229e652e25f667dfdec6294f8a811570417c0904 | 105 | 2021-01-28 18:43:20+03:00 | -10,800 | ['930d80730682a9008763a2c1a88f285ddefe5245'] | Migrate to 0.3.0-build146 (falling_balls) | [{'old_path': None, 'new_path': 'examples/falling_balls/.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_St... | Kotlin |
cda2c78aee3603860bff0638e27b6cc844bbc54d | 105 | 2021-01-28 18:53:31+03:00 | -10,800 | ['229e652e25f667dfdec6294f8a811570417c0904'] | Migrate to 0.3.0-build146 (issues example) | [{'old_path': 'examples/issues/build.gradle.kts', 'new_path': 'examples/issues/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,10 +9,10 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plugin:0.3.0-... | Kotlin |
e00beacfbd04b40aa60c3f1a8e4e85951be2ae42 | 105 | 2021-01-28 19:37:05+03:00 | -10,800 | ['cda2c78aee3603860bff0638e27b6cc844bbc54d'] | Migrate to 0.3.0-build146 (imageviewer) | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,10 +11,10 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-p... | Kotlin |
0e6d23ebf51b78afddb66ee241c7bb3b856a9f93 | 105 | 2021-01-28 19:47:33+03:00 | -10,800 | ['e00beacfbd04b40aa60c3f1a8e4e85951be2ae42'] | Migrate to 0.3.0-build146 (intelliJPlugin) | [{'old_path': None, 'new_path': 'examples/intelliJPlugin/.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_S... | Kotlin |
b649cd9b56241a6883f2159f7974a9e8f3ad3ae1 | 105 | 2021-01-28 20:13:32+03:00 | -10,800 | ['0e6d23ebf51b78afddb66ee241c7bb3b856a9f93'] | Migrate to 0.3.0-build146 (widgetsgallery) | [{'old_path': 'examples/widgetsgallery/build.gradle.kts', 'new_path': 'examples/widgetsgallery/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-gradl... | Kotlin |
f5a650917a3ced2955637fafcb15d277e0249503 | 105 | 2021-01-29 16:55:10+03:00 | -10,800 | ['b649cd9b56241a6883f2159f7974a9e8f3ad3ae1'] | Add badge with the latest version of Compose for Desktop on main page | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n+[ | [{'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': '@@ -3,7 +3,7 @@ object Deps {\n object JetBrains {\n object Kotlin {\n // __KOTLIN_COMPOSE_VERSION_... | Kotlin |
ff73f8268a972f13cb056e71ef7420ab2f43d3ff | 65 | 2021-02-01 10:53:23+03:00 | 0 | ['fbba7e79c59593c4196b7da38d0eba82b1f836e1'] | Update TodoApp readme with iOS target (#336) | [{'old_path': 'examples/todoapp/README.md', 'new_path': 'examples/todoapp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,9 @@\n-An example of Kotlin Multiplatform todo app with shared Jetpack Compose UI.\n+An example of Kotlin Multiplatform todo app with shared Android/Desktop Compose UI and Swif... | Kotlin |
2d9dc39d2b013c281e0b68be64a11d2d71c8985d | 105 | 2021-02-01 11:17:56+03:00 | -10,800 | ['f5a650917a3ced2955637fafcb15d277e0249503'] | Tutorials. Migrate to 0.3.0-build146 | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,8 +61,8 @@ Then create `build.gradle.kts` with the following content:\n import org.jetbrains.compose.compose\n \n plugins {\n- kotlin("jvm") version "1.4.20"\n... | Kotlin |
c24363904242d4870a0c38f3b363feed41325027 | 28 | 2021-02-02 14:13:34+03:00 | -10,800 | ['ea0ac1d16a6a29ab64037e85f18b3c6542a1a651'] | Support simplified sign and notarization for macOS distribution in Gradle plugin (#332) | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/MacOSNotarizationSettings.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,30 @@\n+package org.jetbrains.compose.desktop.application.dsl\n+\n+import org.gradle.api.model.ObjectFactory\n+impor... | Kotlin |
78976e40a9f8bf78e25cd1ce75898c7934bdd180 | 33 | 2021-02-04 16:01:55+03:00 | -3,600 | ['1ee574ee7ea97d2f0736afb2ad5e319eb31de718'] | Improve `buildSrc` setup (#342) | [{'old_path': 'examples/todoapp/buildSrc/build.gradle.kts', 'new_path': 'examples/todoapp/buildSrc/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,5 @@\n plugins {\n `kotlin-dsl`\n- `kotlin-dsl-precompiled-script-plugins`\n }\n \n repositories {\n@@ -11,22 +10,6 @@ repositories {\n ... | Kotlin |
b8545e4d6f394f3446bed771e09c17d2221f05ce | 28 | 2021-02-05 09:11:03+03:00 | -10,800 | ['78976e40a9f8bf78e25cd1ce75898c7934bdd180'] | Fix gradle plugin tests (#350)
* Fix uninitialized lateinit var property exceptions on Linux and Windows
lateinit property nonValidatedMacSigningSettings
was not initialized on Linux and Windows
* Revert reusing app image when creating installer
Previously there was a change to reuse an app image, when creat... | [{'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': '@@ -59,19 +59... | Kotlin |
f8f6ad38bb153d9794a3d49b72de504096c00c4d | 108 | 2021-02-05 11:29:05+03:00 | -10,800 | ['b8545e4d6f394f3446bed771e09c17d2221f05ce'] | Move IDE plugin and Falling Balls to build149 and Kotlin 1.4.30. | [{'old_path': 'examples/falling_balls/build.gradle.kts', 'new_path': 'examples/falling_balls/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n \n plugins {\n // __KOTLIN_COMPOSE_VERSION__\n- kotlin("jvm") version "1.4.21-2"\... | Kotlin |
11e153736c5f6c37ac7f3e470bfd02f57214131f | 161 | 2021-02-05 11:55:26+03:00 | -10,800 | ['f8f6ad38bb153d9794a3d49b72de504096c00c4d'] | Move ImageViewer to build149 and Kotlin 1.4.30. | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,10 +11,10 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-p... | Kotlin |
8ba54b0c5bf77a9672bebb7d9241ff60803d4be9 | 161 | 2021-02-05 13:01:28+03:00 | -10,800 | ['11e153736c5f6c37ac7f3e470bfd02f57214131f'] | Updated [Swing interoperability] tutorial accordingly to build149. | [{'old_path': 'tutorials/Swing_Integration/README.md', 'new_path': 'tutorials/Swing_Integration/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -202,14 +202,11 @@ fun main() {\n Button("1. Compose Button: increment", inc)\n Spacer(modifier = Modifier.height(20.dp))\n \n- ... | Kotlin |
c8b0ee23d0c18e130d223d2e8934bf5b25a67878 | 108 | 2021-02-07 12:26:33+03:00 | -10,800 | ['8ba54b0c5bf77a9672bebb7d9241ff60803d4be9'] | Move templates to build150 and fix most tutorials. | [{'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 |
dc4910c2b6d24445bb1f357b06b4bc83ef51e12e | 105 | 2021-02-08 13:40:43+03:00 | -10,800 | ['c8b0ee23d0c18e130d223d2e8934bf5b25a67878'] | Tutorials. Fix Scrollbars examples | [{'old_path': 'tutorials/Scrollbars/README.md', 'new_path': 'tutorials/Scrollbars/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ In this tutorial, we will show you how to add scrollbars to scrollable lists usi\n \n ## Scrollbars applying\n \n-You can apply scrollbars to scrollable components... | Kotlin |
e1baf7b2d74eb5780958e10f67e176c0152584c3 | 65 | 2021-02-09 00:25:25+00:00 | 0 | ['509c379d81eeba16703aaef7b1cbca0c2cda15e7'] | Tests for sample TodoApp TodoRoot | [{'old_path': 'examples/todoapp/common/root/src/commonMain/kotlin/example/todo/common/root/TodoRoot.kt', 'new_path': 'examples/todoapp/common/root/src/commonMain/kotlin/example/todo/common/root/TodoRoot.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ import com.arkivanov.decompose.ComponentContext\n... | Kotlin |
e873e1340c8abc0c81dccadaa1a6a2901d019432 | 128 | 2021-02-10 17:13:58+01:00 | -3,600 | ['3a37cfbc99a5f7492ad588b14449657e66d5e6ef'] | fix(doc): Fix the destination of the 'Signing & notarization on macOS' readme link | [{'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': '@@ -78,7 +78,7 @@ to run such applications will be faced with an error like this:\n \n \n \n-See [o... | Kotlin |
cc2ddac2e2d83d2e04dba96e33ae87efd8e5a921 | 82 | 2021-02-15 09:31:44+03:00 | 10,800 | ['38f5952ffe89b6486381a4652dcc06ef2624cb78'] | Updates the intelliJPlugin example with currently IDEA Theme colors (#351) | [{'old_path': 'examples/intelliJPlugin/src/main/kotlin/com/jetbrains/compose/theme/Theme.kt', 'new_path': 'examples/intelliJPlugin/src/main/kotlin/com/jetbrains/compose/theme/Theme.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,17 +5,14 @@ import androidx.compose.material.darkColors\n import androidx.compose... | Kotlin |
1d5fdbcc73f3e0d6134e9dd7d8bd579afc7a69cd | 65 | 2021-02-15 09:35:22+03:00 | 0 | ['cc2ddac2e2d83d2e04dba96e33ae87efd8e5a921'] | Update example todoapp to Kotlin 1.4.30 and deps (#379) | [{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,4 +39,13 @@ dependencies {\n implementation(Deps.ArkIvanov.Decompose.decompose)\n implementation(Deps.ArkIvanov.Decompose.extensionsCompose)\n... | Kotlin |
9df0bfc9f3bc28751dfc8f7814bfd46ec950c400 | 108 | 2021-02-15 11:20:46+03:00 | -10,800 | ['1d5fdbcc73f3e0d6134e9dd7d8bd579afc7a69cd'] | Fix distributable in todoapp. | [{'old_path': 'examples/todoapp/desktop/build.gradle.kts', 'new_path': 'examples/todoapp/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ compose.desktop {\n nativeDistributions {\n targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)\n ... | Kotlin |
469f4a1204a5a727032bcd21e15cf5cac35110e8 | 160 | 2021-02-15 19:12:35+03:00 | -46,800 | ['9df0bfc9f3bc28751dfc8f7814bfd46ec950c400'] | Update Tutorial README.md as App unusable on Ubuntu with plugin version used in wizard tutorial (#376) | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,15 @@ packaging JDK 14 or later must be used.\n \n \n \n+### Update the wizard plugin\n+The compose plugin version used ... | Kotlin |
455b634fdd4d0f02a86b3b28b87f2dc33ee2bb25 | 161 | 2021-02-16 09:35:16+03:00 | -10,800 | ['254251c8449d6138785cba9aeef7d6e855c65027'] | Updated Swing interoperability tutorial according to build153. | [{'old_path': 'tutorials/Swing_Integration/README.md', 'new_path': 'tutorials/Swing_Integration/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ import java.awt.event.ActionEvent\n import java.awt.event.ActionListener\n import javax.swing.JFrame\n import javax.swing.JButton\n+import javax.sw... | Kotlin |
de0496d9807d639eb37ddd1187a12c488c00966a | 161 | 2021-02-16 10:13:16+03:00 | -10,800 | ['455b634fdd4d0f02a86b3b28b87f2dc33ee2bb25'] | Updated desktop-template and Scrollbars tutorial according to build153. | [{'old_path': 'templates/desktop-template/build.gradle.kts', 'new_path': 'templates/desktop-template/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.4.30"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("... | Kotlin |
77387f3abb689eac049488bc8a94649aab17c3b9 | 62 | 2021-02-16 16:09:35+03:00 | -10,800 | ['de0496d9807d639eb37ddd1187a12c488c00966a'] | Fix dependencies clash when packaging
Fixes #319 | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/diagnosticUtils.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\n+package org.jetbrains.compose.desktop.application.internal\n+\n+import java.io.PrintWriter\n+import java.io.Strin... | Kotlin |
d758b6b476e7cca7164af804121e86596acbea14 | 62 | 2021-02-16 16:09:53+03:00 | -10,800 | ['77387f3abb689eac049488bc8a94649aab17c3b9'] | Another try at fixing Linux tests | [{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n package org.jetbrains.compose\n \n+import org.gra... | Kotlin |
f7feef4cc63b0adfc58bac6098cbc34b56845453 | 62 | 2021-02-16 16:10:23+03:00 | -10,800 | ['d758b6b476e7cca7164af804121e86596acbea14'] | Check notarization status without triggering new notarization upload | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/NotarizationRequestInfo.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,35 @@\n+package org.jetbrains.compose.desktop.application.internal\n+\n+import java.io.File\n+import java.util.*\... | Kotlin |
9fcf0735eb196465a413a0a0f10f4b884f943b25 | 62 | 2021-02-16 16:33:29+03:00 | -10,800 | ['f7feef4cc63b0adfc58bac6098cbc34b56845453'] | Improve diagnosing problems with external tools
* Fix passing 'compose.desktop.verbose' to jlink/jpackage
* Save external tools logs to files in non-verbose mode | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractCheckNotarizationStatusTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractCheckNotarizationStatusTask.kt', 'type': <ModificationType.MODIFY: 5>... | Kotlin |
c1b04bf4e539b5aab554dd09e24f9109af5ab741 | 65 | 2021-02-16 16:45:03+03:00 | 0 | ['9fcf0735eb196465a413a0a0f10f4b884f943b25'] | Add Navigation tutorial (#373) | [{'old_path': None, 'new_path': 'tutorials/Navigation/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,421 @@\n+# Navigation\n+\n+## General attitude\n+\n+The Jetpack Compose navigation library ([navigation-compose](https://developer.android.com/jetpack/compose/navigation)) is an Android-only library,... | Kotlin |
e25d74d4578f8bfdcc300956c778794e01896182 | 105 | 2021-02-16 20:07:44+03:00 | -10,800 | ['f9e4f0438757707a39cc6e65936a67e2d2f18311'] | Codeviewer. Migrate to build154 | [{'old_path': 'examples/codeviewer/android/build.gradle.kts', 'new_path': 'examples/codeviewer/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,4 +22,11 @@ android {\n \n dependencies {\n implementation(project(":common"))\n+ implementation("androidx.activity:activity-compose:1.3.... | Kotlin |
8ffe3a9aaad0bd6feb84fd96ef596864a4d6f51d | 108 | 2021-02-17 11:21:42+03:00 | -10,800 | ['e25d74d4578f8bfdcc300956c778794e01896182'] | Move sample to build154. | [{'old_path': 'examples/falling_balls/build.gradle.kts', 'new_path': 'examples/falling_balls/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ plugins {\n // __KOTLIN_COMPOSE_VERSION__\n kotlin("jvm") version "1.4.30"\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- id("org.jetb... | Kotlin |
6c7dc220b2ddde1535f56f7a4a846b9f678c6d0f | 62 | 2021-02-17 11:41:43+03:00 | -10,800 | ['8ffe3a9aaad0bd6feb84fd96ef596864a4d6f51d'] | Use correct package name in Linux test | [{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,7 @@ class DesktopApplicationTest : GradlePluginTestBa... | Kotlin |
ceaf3d306500e1483e3f3852afc5832a0ce67a04 | 62 | 2021-02-17 11:41:43+03:00 | -10,800 | ['6c7dc220b2ddde1535f56f7a4a846b9f678c6d0f'] | Enable verbose logging for 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': '@@ -1,13 +1,17 @@\n package org.jetbrains.compose.test\n \n import org.gradle.t... | Kotlin |
3097fa37131821ac96e8f1b77bc244d5a08c3352 | 161 | 2021-02-17 13:23:01+03:00 | -10,800 | ['ceaf3d306500e1483e3f3852afc5832a0ce67a04'] | Move ImageViewer to build154. | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ buildscript {\n \n dependencies {\n // __LATEST_COMPOSE_RELEASE_VERSION__\n- classpath("org.jetbrains.compose:compose-gradle-plu... | Kotlin |
da611b319dfa9cb0141d60ad5687b1771854ec72 | 161 | 2021-02-17 13:24:04+03:00 | -10,800 | ['3097fa37131821ac96e8f1b77bc244d5a08c3352'] | Remove comments in ImageViewer Scalable. | [{'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': '@@ -9,7 +9,6 @@ import androidx.compose.ui.Modifier\n import androi... | Kotlin |
a876a0f870e1f48a4f84cb35326bf1f464972435 | 161 | 2021-02-17 13:31:01+03:00 | -10,800 | ['da611b319dfa9cb0141d60ad5687b1771854ec72'] | Move IntelliJPlugin to build154. | [{'old_path': 'examples/intelliJPlugin/build.gradle.kts', 'new_path': 'examples/intelliJPlugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ plugins {\n id("org.jetbrains.intellij") version "0.6.5"\n java\n kotlin("jvm") version "1.4.30"\n- id("org.jetbrains.compose") ... | Kotlin |
1c0fb3a1e557e95b5f452057e3bb46380da1084f | 62 | 2021-02-17 18:51:33+03:00 | -10,800 | ['a876a0f870e1f48a4f84cb35326bf1f464972435'] | Update widgets gallery example to 0.3.0-build154 | [{'old_path': 'examples/widgetsgallery/android/build.gradle.kts', 'new_path': 'examples/widgetsgallery/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,4 +22,11 @@ android {\n \n dependencies {\n implementation(project(":common"))\n+ implementation("androidx.activity:activity-comp... | Kotlin |
81bfef76d55c7b8abc7a4484de01bfc1347626f3 | 74 | 2021-02-17 18:51:34+01:00 | -3,600 | ['1c0fb3a1e557e95b5f452057e3bb46380da1084f'] | example/issues: bump compose version to 0.3.0-build154 & fix incompatibilities (#398) | [{'old_path': 'examples/issues/android/build.gradle.kts', 'new_path': 'examples/issues/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,4 +22,11 @@ android {\n \n dependencies {\n implementation(project(":common"))\n+ implementation("androidx.activity:activity-compose:1.3.0-alpha0... | Kotlin |
48b52e459a5ea2ea6bf9a1b75d3155fd3ffa20d4 | 105 | 2021-02-18 10:04:12+03:00 | -10,800 | ['81bfef76d55c7b8abc7a4484de01bfc1347626f3'] | Gradle plugin. Replace 'androidx.compose' artifacts by 'org.jetbrains.compose' artifacts.
Fixes https://github.com/JetBrains/compose-jb/issues/272 | [{'old_path': 'gradle-plugins/buildSrc/build.gradle.kts', 'new_path': 'gradle-plugins/buildSrc/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,4 +9,6 @@ repositories {\n dependencies {\n compileOnly(gradleApi())\n implementation(kotlin("stdlib"))\n+ implementation("io.ktor:ktor-client... | Kotlin |
64fe5bc02507585ebeaf738042dba9bee97eae42 | 105 | 2021-02-18 10:52:09+03:00 | -10,800 | ['48b52e459a5ea2ea6bf9a1b75d3155fd3ffa20d4'] | Gradle plugin. Replace 'androidx.compose' artifacts by 'org.jetbrains.compose' artifacts, get version from gradle properties
Fixes https://github.com/JetBrains/compose-jb/issues/272 | [{'old_path': 'gradle-plugins/buildSrc/src/main/kotlin/printAllAndroidxReplacements.kt', 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/printAllAndroidxReplacements.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,16 +6,17 @@ import kotlinx.coroutines.flow.filter\n import kotlinx.coroutines.flow.flow\n i... | Kotlin |
c8a8a462aa2113f123bb0bcc1ef8a825495af739 | 28 | 2021-02-20 08:54:35+03:00 | -10,800 | ['81bfef76d55c7b8abc7a4484de01bfc1347626f3'] | Include java.logging module by default (#402)
It is probably frequently needed and relatively small
(the inclusion increases final app size by ~200 kb),
so it can be included by default
Fixes #401 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@ open cl... | Kotlin |
1196d4563a7b3ca297053972097fc723a9df29f7 | 162 | 2021-02-20 13:32:31+03:00 | -10,800 | ['c7a4494269bc54fa1c485888133ff2b03ee46629'] | Set preferred size to ComposePanel in IntelliJPlugin. | [{'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': '@@ -40,8 +40,8 @@ class ComposeDemoAction : DumbAwareAction() {\n \n ... | Kotlin |
f11a34cc65330e43f7562666527c923576790225 | 108 | 2021-02-20 15:11:08+03:00 | -10,800 | ['3dcf866593016b262b47595e4c6bbabcc8c0f100'] | Be a bit smarter. | [{'old_path': 'examples/issues/android/src/main/java/androidx/ui/examples/jetissues/MainActivity.kt', 'new_path': 'examples/issues/android/src/main/java/androidx/ui/examples/jetissues/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,8 +7,9 @@ import androidx.activity.compose.setContent\n import an... | Kotlin |
75e59850e223f881b23dc4f2f2289da1afd89e67 | 108 | 2021-02-20 17:28:52+03:00 | -10,800 | ['f11a34cc65330e43f7562666527c923576790225'] | Workaround for selection problem. | [{'old_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/Editor.kt', 'new_path': 'examples/codeviewer/common/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/Editor.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,8 +45,10 @@ fun Editor(file: File) = Editor(\n... | Kotlin |
0dd5d7fd465156e0c67a1686e184e31481df8e60 | 28 | 2021-02-20 20:21:36+03:00 | -10,800 | ['75e59850e223f881b23dc4f2f2289da1afd89e67'] | Validate versions for native distributables (#405)
Resolves #91, resolves #205, resolves #341, resolves #393 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,16 @@ open c... | Kotlin |
901406269a9c01480c14bc4b7099a9d83d250146 | 45 | 2021-02-20 23:53:50+03:00 | -14,400 | ['98efb93edb9d6aa9893ca3988a427722f4efb2bf'] | Add split pane (#355)
Components. SplitPane | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,7 @@ at https://android.googlesource.com/platform/frameworks/support.\n * [Navigation](tutorials/Navigation)\n * [components](components) - custom components of Compose for Desktop\n * [Video... | Kotlin |
1b634255e861790a67a6801c77b025a342b3432f | 107 | 2021-02-21 00:03:04+03:00 | -10,800 | ['901406269a9c01480c14bc4b7099a9d83d250146'] | Split pane. Refactoring (#408) | [{'old_path': None, 'new_path': 'components/.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_Store\n+build/... | Kotlin |
ff8de6a830548f6f9e02c11d7ba649a9eefd666b | 28 | 2021-02-21 11:47:47+03:00 | -10,800 | ['bc90bb7074fd99a90e40fe1fd2e29f0357f8fef5'] | Print notarization status (#406)
* Always write external tool output logs to files
Previous implementation always passed an empty string to `processStdout`,
when verbose mode was used.
* Print notarization status in non-verbose mode too | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MultiOutputStream.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,40 @@\n+package org.jetbrains.compose.desktop.application.internal\n+\n+import java.io.FilterOutputStream\n+import java... | Kotlin |
c2e0274a98ff35d554951805c41e9f777928afff | 107 | 2021-02-21 11:50:26+03:00 | -10,800 | ['ff8de6a830548f6f9e02c11d7ba649a9eefd666b'] | Tutorials. Loading SVG (#407) | [{'old_path': None, 'new_path': 'artwork/idea-logo.svg', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,47 @@\n+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" viewBox="0 0 64 64">\n+ <defs>\n+ <linearGradient id="idea-b" x1="73.247%" x2="15.807%" y1... | Kotlin |
c58018221edb64f58a11f76b5ad3d051279e9971 | 152 | 2021-02-21 13:26:51+03:00 | -10,800 | ['c2e0274a98ff35d554951805c41e9f777928afff'] | Move to 0.3.0-rc1 (#410) | [{'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.2.0-build132\n+compose.version=0.3.0-rc1\n kotlin.code.style=official\n'}, {'old_path': 'e... | Kotlin |
11c7e5241312060420e59516c31f43e7bc8e20e4 | 84 | 2021-02-24 21:06:36+03:00 | -3,600 | ['c8f1a3df3253d3588ee444d08a767bd88c0f3e37'] | Fix typo in README.md (#420) | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,7 @@ packaging JDK 14 or later must be used.\n \n ### Update the wizard plugin\n \n-The Сompose plugin version used in the wizard above may be not the last.... | Kotlin |
3812ab11c0978a8edd68f29c2958fa1298c5210e | 77 | 2021-02-24 21:07:22+03:00 | -3,600 | ['11c7e5241312060420e59516c31f43e7bc8e20e4'] | Embedded video player (#421) | [{'old_path': 'components/VideoPlayer/common/src/desktopMain/kotlin/org/jetbrains/compose/videoplayer/DesktopVideoPlayer.kt', 'new_path': 'components/VideoPlayer/common/src/desktopMain/kotlin/org/jetbrains/compose/videoplayer/DesktopVideoPlayer.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,11 @@\n pack... | Kotlin |
f606ed50ca2c658b604194b7d82bbb9667585eb9 | 105 | 2021-02-25 14:36:52+03:00 | -10,800 | ['3812ab11c0978a8edd68f29c2958fa1298c5210e'] | Examples/templates. Refactoring after migration to 0.3.0 | [{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,15 +37,7 @@ dependencies {\n implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinLogging)\n implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinTime... | Kotlin |
4f193632225924346d736b1bc7aebf984ee8e679 | 65 | 2021-02-26 09:16:59+03:00 | 0 | ['f606ed50ca2c658b604194b7d82bbb9667585eb9'] | TodoApp update Compose to build168 and Decompose to 0.1.9 (#424) | [{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,6 +39,5 @@ dependencies {\n implementation(Deps.ArkIvanov.Decompose.decompose)\n implementation(Deps.ArkIvanov.Decompose.extensionsCompose)\n ... | Kotlin |
cea0490db0fa68d5b39fe2c4ac1f755604f6b5f9 | 82 | 2021-02-26 09:17:48+03:00 | 10,800 | ['4f193632225924346d736b1bc7aebf984ee8e679'] | Update the screenshot from IntelliJ Plugin example (#417) | [{'old_path': 'examples/intelliJPlugin/screenshots/screenshot.png', 'new_path': 'examples/intelliJPlugin/screenshots/screenshot.png', 'type': <ModificationType.MODIFY: 5>, 'diff': 'Binary files a/examples/intelliJPlugin/screenshots/screenshot.png and b/examples/intelliJPlugin/screenshots/screenshot.png differ\n'}] | Kotlin |
64322e8b684c71b0951e7c429af556c000f32150 | 122 | 2021-02-26 11:33:31+03:00 | 28,800 | ['cea0490db0fa68d5b39fe2c4ac1f755604f6b5f9'] | Update README.md (#427) | [{'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': '@@ -152,14 +152,14 @@ Versions must follow the rules:\n \n ## Customizing JDK version\n \n-The plugin uses `jpackage`, ... | Kotlin |
7083376171b5985cf339a645f43de24477ce162a | 28 | 2021-02-26 21:11:22+03:00 | -10,800 | ['64322e8b684c71b0951e7c429af556c000f32150'] | Fix runDistributable on Windows (#435)
Resolves #378 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractRunDistributableTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractRunDistributableTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ ... | Kotlin |
d68cb7b68bd021457fc1f38105d68a1949ae0ba5 | 28 | 2021-02-26 21:11:40+03:00 | -10,800 | ['7083376171b5985cf339a645f43de24477ce162a'] | Test runDistributable with MPP project (#436) | [{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/DesktopApplicationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,20 @@ class DesktopApplicationTest : GradlePluginTestB... | Kotlin |
32935c19a8cc30777f50163cd5b741a1eb165c90 | 28 | 2021-02-26 21:12:02+03:00 | -10,800 | ['d68cb7b68bd021457fc1f38105d68a1949ae0ba5'] | Upgrade max Gradle version for tests to 6.8.3 (#437) | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,7 +60,7 @@ val jar = tasks.named<Jar>("jar") {\n \n // __SUPPORTED_GRADLE_VERSIONS__\n val minGradleVersionForTests = "6.4"\n-val maxGradleVersionForTests... | Kotlin |
2d3a9a20f4352947b9439d2c3e34a37e51ba6a56 | 28 | 2021-02-26 21:12:24+03:00 | -10,800 | ['32935c19a8cc30777f50163cd5b741a1eb165c90'] | Platform specific customization (#434)
* Provide ability to customize installation path
#314
* Document platform specific options | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/PlatformSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/PlatformSettings.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import javax.in... | Kotlin |
40f4ad0fa047d21d61efc6a32493d9038d61b526 | 28 | 2021-02-26 21:12:37+03:00 | -10,800 | ['2d3a9a20f4352947b9439d2c3e34a37e51ba6a56'] | Set dock and menu names on macOS (#433)
Resolves #246 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/PlatformSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/PlatformSettings.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,8 @@ abstract clas... | Kotlin |
1999f58e75fe4b7c2fc3686e1392061f0bad276b | 108 | 2021-03-01 09:37:24+03:00 | -10,800 | ['80180fb63a1d764efe1eb445d750e610e9410c39'] | Move to build 0.3.1. | [{'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.0\n+compose.version=0.3.1\n kotlin.code.style=official\n'}, {'old_path': 'components/Spl... | Kotlin |
30f2934c6725f10a665c28b498ec92aecaba59c8 | 62 | 2021-03-02 09:10:48+03:00 | -10,800 | ['1999f58e75fe4b7c2fc3686e1392061f0bad276b'] | Avoid duplicated logging to file
FilterOutputStream#(ByteArray) delegates to #write(Int) | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MultiOutputStream.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MultiOutputStream.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,16 +7,6 @@ in... | Kotlin |
a99b3eaa836fac076ed25301246dd65376842809 | 62 | 2021-03-02 09:10:48+03:00 | -10,800 | ['30f2934c6725f10a665c28b498ec92aecaba59c8'] | Require JDK 15+ for creating native distributions
Resolves #428 | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,9 +62,9 @@ val jar = tasks.named<Jar>("jar") {\n val minGradleVersionForTests = "6.4"\n val maxGradleVersionForTests = "6.8.3"\n val javaHomeForTests: Str... | Kotlin |
2fac821f991cc933b24aabaa0b378a94e150fdb0 | 62 | 2021-03-02 09:10:48+03:00 | -10,800 | ['a99b3eaa836fac076ed25301246dd65376842809'] | Allow including all runtime modules | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,6 +34,7 @@ open cl... | Kotlin |
b68f5995b77a957c00cc9f824c18f64757359b27 | 74 | 2021-03-02 09:18:32+03:00 | -3,600 | ['2fac821f991cc933b24aabaa0b378a94e150fdb0'] | Mouse_Events tutorial: add section about AWT's MouseEvent (#455) | [{'old_path': 'tutorials/Mouse_Events/README.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -141,3 +141,57 @@ fun main() = Window(title = "Compose for Desktop", size = IntSize(400, 400)) {\n }\n ```\n \n+\n+### Mouse right/mi... | Kotlin |
0314bc4b80407f1ef8f080d7c40e43033d8e7b93 | 62 | 2021-03-02 11:08:24+03:00 | -10,800 | ['2f7f05babd01a624964fec31f6950b32251e049f'] | Provide default icon for native distributions
Resolves #274 | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/DefaultIcons.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,38 @@\n+package org.jetbrains.compose.desktop.application.internal\n+\n+import org.gradle.api.Project\n+import org.gradle.ap... | Kotlin |
7e5cfc53a85424f9f95b9c95ef1f854aa9def94f | 83 | 2021-03-02 13:58:39+03:00 | 0 | ['9467407dcdb4110a069983774b284d1f552358b2'] | Imageviewer. Refactor Application for observable properties (#447)
* Refactor Application for observable properties
* Style
* Add RememberObserver
* Comment out problematic update | [{'old_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/DesktopContentState.kt', 'new_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/DesktopContentState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n package example.imagevi... | Kotlin |
ad1c14381c26dfed827848fc87ec24a9ae66e7cc | 130 | 2021-03-11 16:05:14+03:00 | -3,600 | ['7e5cfc53a85424f9f95b9c95ef1f854aa9def94f'] | ImageViewer. Adapt folder to package (#478) | [{'old_path': 'examples/imageviewer/android/src/main/java/imageviewer/MainActivity.kt', 'new_path': 'examples/imageviewer/android/src/main/java/example/imageviewer/MainActivity.kt', 'type': <ModificationType.RENAME: 3>, 'diff': ''}] | Kotlin |
8d6be48499cfb0c38e32994788cdc85c62bfe9ae | 65 | 2021-03-11 16:15:47+03:00 | 0 | ['ad1c14381c26dfed827848fc87ec24a9ae66e7cc'] | TodoApp. Get rid of Dependencies interfaces. (#480) | [{'old_path': 'examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt', 'new_path': 'examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,12 +7,12 @@ import androidx.compose.material.MaterialTheme\n import androidx.compos... | Kotlin |
f9e6283c5b0337b11a6115153ef7703cfbd9e3c0 | 122 | 2021-03-15 19:33:11+03:00 | 25,200 | ['8d6be48499cfb0c38e32994788cdc85c62bfe9ae'] | Wordsmith swing interop API description (#500)
We've been seeing an antipattern where people are literally "passing a view/jcomponent" into the interop API by merely referencing the native object in the factory lambda. This usage is very much an antipattern. Wordsmithing a bit to avoid putting that idea into people'... | [{'old_path': 'tutorials/Swing_Integration/README.md', 'new_path': 'tutorials/Swing_Integration/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -149,7 +149,7 @@ fun Counter(text: String, counter: MutableState<Int>) {\n \n ## Adding a Swing component to CFD composition using SwingPanel.\n \n-SwingPanel let... | Kotlin |
ceab5f0979ed3e079a6d862ba1a5e14e5a86c396 | 62 | 2021-03-18 09:01:48+03:00 | -10,800 | ['f9e6283c5b0337b11a6115153ef7703cfbd9e3c0'] | Escape launcher arguments and JVM arguments with extra quotes
Resolves #465 | [{'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': '@@ -207,10 +207,15 ... | Kotlin |
76cccb93b92f9e9ad311d2d5322091f333ec017c | 62 | 2021-03-19 05:02:34+03:00 | -10,800 | ['ceab5f0979ed3e079a6d862ba1a5e14e5a86c396'] | Don't apply Compose compiler plugin to JS and Native compilations
Resolves #352
The fix resolves the issue only for Kotlin compiler builds the following commit:
https://github.com/JetBrains/kotlin/commit/d023f09bd45e6b21fa341f8481521c9a21c8b924
See also https://youtrack.jetbrains.com/issue/KT-45020 | [{'old_path': None, 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,23 @@\n+package org.jetbrains.compose\n+\n+import org.gradle.api.provider.Provider\n+import org.jetbrains.kotlin.gradle.plugin.*\n+... | Kotlin |
1e42748fd132e13967d873acb68f9ba4f4adc0c3 | 75 | 2021-03-19 06:53:32+03:00 | 18,000 | ['b9c2f080d9b4a0b95bdf517e7850533d1145c354'] | Updates Native Distributions documentation
Updates Native Distributions documentation to include a note about Java Modules, and how to determine necessary modules and provide them to the Gradle plugin configuration | [{'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': '@@ -8,7 +8,14 @@ We will also demonstrate how to run an application locally with the same setting\n ## Gradle plugin\n ... | Kotlin |
dc428d3a221dc461a8bb686e55348038ed01216e | 62 | 2021-03-19 09:17:16+03:00 | -10,800 | ['1e42748fd132e13967d873acb68f9ba4f4adc0c3'] | Add suggestRuntimeModules task
Resolves #463 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/NativeDistributions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,10 @@ import o... | Kotlin |
4769b2f8e9cac070941c104128a17b27fc8dee42 | 17 | 2021-03-20 16:51:11+03:00 | -3,600 | ['dc428d3a221dc461a8bb686e55348038ed01216e'] | Update README.md with image resource path (#510)
The loading "images from resources" specifies that the image is placed in `resources/images` however the loading of the resource does not reflect this path. | [{'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- bitmap = im... | Kotlin |
4e673239a7cf88bd53d245af955dd045df91bd45 | 62 | 2021-03-22 11:24:35+03:00 | -10,800 | ['14ee86fa6c17da9e315305b788ae372deccaa8c7'] | Split integration and unit Gradle plugin tests
Previously some tests (e.g. FileHashTest) were executed
multiple times in each test task.
This change splits tests in the following way:
* `testGradle-<VERSION>` task only runs `org.jetbrains.compose.gradle.*` tests
with the corresponding Gradle version;
* `test` runs all... | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,8 +59,9 @@ val jar = tasks.named<Jar>("jar") {\n }\n \n // __SUPPORTED_GRADLE_VERSIONS__\n-val minGradleVersionForTests = "6.4"\n-val maxGradleVersionForT... | Kotlin |
b00aa7d5d3052daf54d8408e239ff116f3f32fcd | 62 | 2021-03-22 11:24:35+03:00 | -10,800 | ['4e673239a7cf88bd53d245af955dd045df91bd45'] | Test Gradle plugin with Gradle 7.0
`withJava()` is removed from MPP test, because our tests don't contain Java,
but the latest stable version of Kotlin fails with exceptions,
when Gradle 7.0 is used. The issue is fixed in Kotlin's master:
https://github.com/JetBrains/kotlin/commit/297aa17b6ea7c25f65e05f007ca9fe9909... | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,6 +61,7 @@ val jar = tasks.named<Jar>("jar") {\n // __SUPPORTED_GRADLE_VERSIONS__\n testGradleVersion("6.4")\n testGradleVersion("6.8.3")\n+testGradleVers... | Kotlin |
963ab0dc5511c2344aa72164dc600c18e0dfc956 | 166 | 2021-03-26 14:39:10+01:00 | -3,600 | ['b00aa7d5d3052daf54d8408e239ff116f3f32fcd'] | Introduce experimental Dockerfile for compose-web-based jobs | [{'old_path': None, 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,22 @@\n+FROM ubuntu:20.10\n+\n+ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'\n+\n+RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \\\n+ curl \\\n+... | Kotlin |
1849838e82b7b5209a1c3727ab5dfea50df6b5dc | 65 | 2021-03-29 09:57:03+03:00 | -3,600 | ['963ab0dc5511c2344aa72164dc600c18e0dfc956'] | TodoApp. Update Decompose to 0.2.0, enable navigation animations. (#544) | [{'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': '@@ -49,7 +49,7 @@ object Deps {\n }\n \n object Decompose {\n- private const val VERSION = "0.1.... | Kotlin |
7414ee54a49375d79b65a5a8f4f0212390478e84 | 184 | 2021-03-31 09:21:23+03:00 | -10,800 | ['1849838e82b7b5209a1c3727ab5dfea50df6b5dc'] | TodoApp. Minor fixes due to API changes (#548) | [{'old_path': 'examples/todoapp/ios/ios/RootView.swift', 'new_path': 'examples/todoapp/ios/ios/RootView.swift', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ struct RootView: View {\n }\n \n var body: some View {\n- let child = self.routerStates.value.activeChild.component\n+ ... | Kotlin |
bdeea79e9da167c370ab0177ae38694027c5c27a | 166 | 2021-04-03 00:56:42+02:00 | -7,200 | ['938f581a3d8a6f1f27f822a3fddbc4ee4913baff'] | Use bash by defaule in compose-web/Dockerfile | [{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,8 @@ FROM ubuntu:20.10\n \n ENV LANG=\'en_US.UTF-8\' LANGUAGE=\'en_US:en\' LC_ALL=\'en_US.UTF-8\'\n \n+SHELL ["/bin/bash", "-c"]\n+\n RUN dpkg --add-architecture i3... | Kotlin |
56bb89fad6fbbbd541d5f59889278232347ab9dc | 166 | 2021-04-05 01:06:07+02:00 | -7,200 | ['bdeea79e9da167c370ab0177ae38694027c5c27a'] | Enforce bash as default shell in compose-web Dockerfile (the right way) | [{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,9 @@ ENV LANG=\'en_US.UTF-8\' LANGUAGE=\'en_US:en\' LC_ALL=\'en_US.UTF-8\'\n \n SHELL ["/bin/bash", "-c"]\n \n+RUN echo "dash dash/sh boolean false" | debconf-set-s... | Kotlin |
da8a6a44a0d95f358daa66a06e579c064c5e3d7c | 21 | 2021-04-05 18:44:13+03:00 | -36,000 | ['56bb89fad6fbbbd541d5f59889278232347ab9dc'] | error message for 32 bit arch (#562) | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/osUtils.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/osUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ internal val currentA... | Kotlin |
826f130b99718c1ba816a73781193d47dc80d4fa | 62 | 2021-04-05 19:39:31+03:00 | -10,800 | ['da8a6a44a0d95f358daa66a06e579c064c5e3d7c'] | Set NSSupportsAutomaticGraphicsSwitching in native Mac distributions by default
Resolves #545 | [{'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': '@@ -91,12 +91... | Kotlin |
d16b9ed4beae33258869a2f8b9acd6f06d057659 | 28 | 2021-04-05 19:52:54+03:00 | -10,800 | ['826f130b99718c1ba816a73781193d47dc80d4fa'] | Update badges in README
Add badges for the latest stable release and for the latest release including pre-releases | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,7 @@\n [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n-[ }\n+ mavenPublicationConfig?.let { mavenP... | Kotlin |
b483ad4c226e93d107691868bdae513a37c25784 | 62 | 2021-04-05 20:04:32+03:00 | -10,800 | ['f80456dd46cac8b1ba8ba618787b86a586f26bfe'] | Add preview support to Gradle plugin | [{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,28 +48,36 @@ subprojects {\n }\n \n afterEvaluate {\n- mavenPublicationConfig?.let { mavenPublicationConfig ->\n- configurePublication(mavenPubl... | Kotlin |
6ee7147fe3855ad26f049b4507a16143584dcc74 | 166 | 2021-04-05 19:35:34+02:00 | -7,200 | ['d3d0938eb6fa22676fa1b19816bb29fc23cab10b'] | Speed up syncing and creating symlink for compose-web/Dockerfile | [{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,4 +24,7 @@ RUN mkdir androidx-main\n WORKDIR androidx-main\n RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \\\n -b androidx-main --part... | Kotlin |
1eb9bf6e779daa87b999dcb8be9d84d6ca4a3037 | 166 | 2021-04-06 06:46:51+02:00 | -7,200 | ['ba1f3c57c606ecf970ad0f8c111933cd67fee92a'] | Add chrome to the Docker image for compose-web CI | [{'old_path': 'ci/docker/compose-web/Dockerfile', 'new_path': 'ci/docker/compose-web/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,32 +1,39 @@\n FROM ubuntu:20.10\n \n-ENV LANG=\'en_US.UTF-8\' LANGUAGE=\'en_US:en\' LC_ALL=\'en_US.UTF-8\'\n-\n SHELL ["/bin/bash", "-c"]\n \n RUN echo "dash dash/sh boo... | Kotlin |