Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
f546ff4af4705398c797886caabd10d860210627 | 269 | 2023-02-13 14:41:44+01:00 | -10,800 | ['98a47640d658a479f4201763b0746128b115b20e'] | Update feature_request.md (#2738)
* Update feature_request.md
About can't be blank
* Update feature_request.md
* Rename feature_request.md to enhancement.md | [{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/enhancement.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,8 @@\n+---\n+name: Enhancement\n+about: 'New feature or request'\n+title: ''\n+labels: 'enhancement'\n+assignees: ''\n+\n+---\n"}, {'old_path': '.github/ISSUE_TEMPLATE/feature_request.md', 'ne... | Kotlin |
fb441e505d548049e8c389dad17a25307f18ddce | 54 | 2023-02-13 18:47:13+01:00 | -10,800 | ['9fb0ed94871664344c857e9107075588e883fb4a'] | Intellij compatibility fixes (#2733)
* Set 2022.1.1 as base IJ version
Stable AS is based on 2022.1.1 now,
so we can drop supporting 2021.3
* Update IDE plugin target bytecode version to 11
When 2022.1 is used as a base for IDE plugin,
inline functions from the platform
& the bundled Kotlin plugin cannot b... | [{'old_path': 'idea-plugin/build.gradle.kts', 'new_path': 'idea-plugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,9 @@\n-import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile\n+import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile\n \n plugins {\n id("java")\n id("org.jet... | Kotlin |
6060e86cbdd125a42c4315dba8e641daf4bfad1a | 400 | 2023-02-14 21:22:03+02:00 | -7,200 | ['bd3891561cc7d2f63634cfa9f04b796a235de785'] | Support for XML Vector Drawables. | [{'old_path': 'components/resources/demo/androidApp/build.gradle.kts', 'new_path': 'components/resources/demo/androidApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n plugins {\n id("com.android.application")\n kotlin("android")\n+ id("org.jetbrains.compose")\n }\n \n de... | Kotlin |
2dd8d3223fb7d0e4475d7d1c520ffcb6b1caf813 | 400 | 2023-02-15 16:32:54+02:00 | -7,200 | ['cc27bb68a62fd6510ec135755f8a138f2f77eff3'] | Support for XML Vector Drawables in resources library. (#2749)
Support for XML Vector Drawables. | [{'old_path': 'components/resources/demo/.gitignore', 'new_path': 'components/resources/demo/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n iosApp/Podfile.lock\n iosApp/Pods/*\n-iosApp/ResourcesDemo.xcworkspace/*\n-iosApp/ResourcesDemo.xcodeproj/*\n-!iosApp/ResourcesDemo.xcodeproj/project... | Kotlin |
3b81485bcc5ab7b4dc655ff7d564589897b053ab | 269 | 2023-02-15 16:12:17+01:00 | -10,800 | ['2dd8d3223fb7d0e4475d7d1c520ffcb6b1caf813'] | Remove experimental status of Material 3 (#2740)
It is already stable and reached 1.0.0 in Compose Multiplatform 1.3 | [{'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': '@@ -113,7 +113,6 @@ class ComposePlugin : Plugin<Project> {\n val animationGr... | Kotlin |
9274097dfc86dd414fceeef23a307b201585f7dc | 204 | 2023-02-15 20:35:36+04:00 | -14,400 | ['3b81485bcc5ab7b4dc655ff7d564589897b053ab'] | Update submodule compose/feameworks/support to latest jb-main | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit b29bd2d57ae70e6c51676fccba237e5b3330c757\n+Subproject commit a7e19b04064a04f932ec76871f06312a70a86c83\n'}] | Kotlin |
614fe78d7187ab4a7bc1fca433c30bec063319b0 | 400 | 2023-02-16 19:38:19+02:00 | -7,200 | ['9274097dfc86dd414fceeef23a307b201585f7dc'] | Add painterResource utility method to resource library. (#2753)
+ respect density in remembering state for ImageVector | [{'old_path': 'components/resources/demo/shared/src/commonMain/kotlin/org/jetbrains/compose/resources/demo/shared/UseResources.kt', 'new_path': 'components/resources/demo/shared/src/commonMain/kotlin/org/jetbrains/compose/resources/demo/shared/UseResources.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,... | Kotlin |
05ee5aef35c112da54613a018509a90027cb528f | 400 | 2023-02-16 20:28:21+02:00 | -7,200 | ['614fe78d7187ab4a7bc1fca433c30bec063319b0'] | Add XML Vector Drawables to MacOS native target. (#2756) | [{'old_path': 'components/resources/library/build.gradle.kts', 'new_path': 'components/resources/library/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,6 +44,9 @@ kotlin {\n val jvmAndAndroidMain by creating {\n dependsOn(commonMain)\n }\n+ val nativeMain by ... | Kotlin |
50def5feb83e7e3a1cea2c806ad6221000984d93 | 400 | 2023-02-17 14:50:28+02:00 | -7,200 | ['05ee5aef35c112da54613a018509a90027cb528f'] | Use painterResource from resource library for widgets-galley. (#2757) | [{'old_path': 'experimental/examples/widgets-gallery/shared/build.gradle.kts', 'new_path': 'experimental/examples/widgets-gallery/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ kotlin {\n implementation(compose.foundation)\n implementation(comp... | Kotlin |
266253564adb83def93765b03f93b1e78078f63f | 400 | 2023-02-17 15:27:15+02:00 | -7,200 | ['50def5feb83e7e3a1cea2c806ad6221000984d93'] | visual-effects experimental sample: use XML Vector Drawable for Compose logo and painterResource from resources library. (#2759) | [{'old_path': 'experimental/examples/visual-effects/shared/build.gradle.kts', 'new_path': 'experimental/examples/visual-effects/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ kotlin {\n implementation(compose.foundation)\n implementation(compos... | Kotlin |
de0a081c12c41d3f968bd061e84cc9e98baf44e3 | 400 | 2023-02-17 15:27:37+02:00 | -7,200 | ['266253564adb83def93765b03f93b1e78078f63f'] | minesweeper: use painterResource from resource library. (#2760) | [{'old_path': 'experimental/examples/minesweeper/shared/build.gradle.kts', 'new_path': 'experimental/examples/minesweeper/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@ kotlin {\n implementation(compose.foundation)\n implementation(compose.mate... | Kotlin |
0dfba6086b3811c408f348e827c8a7d115c970a3 | 92 | 2023-02-17 15:38:50+02:00 | -3,600 | ['de0a081c12c41d3f968bd061e84cc9e98baf44e3'] | Visual refresh for experimental Image Viewer (#2748)
* Design changes; move to material3
* Use animations to move between different images
* More design changes, rounded corners and animations
* Introduce square gallery view, start with granularizing state management
* Introduce square gallery view, start ... | [{'old_path': 'experimental/examples/imageviewer/desktopApp/src/jvmMain/kotlin/example/imageviewer/Main.kt', 'new_path': 'experimental/examples/imageviewer/desktopApp/src/jvmMain/kotlin/example/imageviewer/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,8 @@\n package example.imageviewer\n \n-impor... | Kotlin |
0d0c9f64d3ce4b47dda6c97940825ecb01197660 | 400 | 2023-02-17 16:04:07+02:00 | -7,200 | ['0dfba6086b3811c408f348e827c8a7d115c970a3'] | ImageViewer: use painterResource from resource library. (#2761) | [{'old_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'new_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ kotlin {\n implementation(compose.runtime)\n implementation(compose.foundat... | Kotlin |
a1cb760b7c40d530a354785bf365642caca6ad39 | 70 | 2023-02-19 20:03:59+03:00 | -10,800 | ['0d0c9f64d3ce4b47dda6c97940825ecb01197660'] | Compose inside SwiftUI example (#2755) | [{'old_path': 'experimental/examples/chat-mpp/README.md', 'new_path': 'experimental/examples/chat-mpp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,3 +25,12 @@ Then choose **iosApp** configuration in IDE and run it.\n ## Run JS in browser with WebAssembly Skia via Gradle\n \n `./gradlew jsApp:jsBrow... | Kotlin |
e34f9c93dafecade4737eeb6c10bf94e11abd918 | 92 | 2023-02-20 11:00:19+03:00 | -3,600 | ['a1cb760b7c40d530a354785bf365642caca6ad39'] | Move examples to V2 Source Set Layout (#2765) | [{'old_path': 'experimental/examples/chat-mpp/androidApp/src/main/AndroidManifest.xml', 'new_path': 'experimental/examples/chat-mpp/androidApp/src/androidMain/AndroidManifest.xml', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'experimental/examples/chat-mpp/androidApp/src/main/kotlin/MainActivity.kt'... | Kotlin |
9e8a138a2fc82c3cef64022edece237f64f250e1 | 70 | 2023-02-20 18:54:52+03:00 | -10,800 | ['e34f9c93dafecade4737eeb6c10bf94e11abd918'] | fix typo ChatViewController (#2768) | [{'old_path': 'experimental/examples/chat-mpp/README.md', 'new_path': 'experimental/examples/chat-mpp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,10 @@\n # Chat example app\n \n+## SwiftUI interop\n+This example shows how you can set up an interop between SwiftUI and Compose.\n+Pay attention t... | Kotlin |
6a56bdaa5561d2ec157a9e737dab88ecd5e9b3db | 400 | 2023-02-22 19:38:22+02:00 | -7,200 | ['b1c449e1f3470396680916c92086286ab5cff7b5'] | Copy templates to experimental as is ... (#2786)
... to add iOS target later | [{'old_path': None, 'new_path': 'experimental/templates/desktop-template/.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/assetWizardSett... | Kotlin |
8ed753b1b9b0db7d5caa967c8523c7eef1566ec1 | 400 | 2023-02-23 19:28:25+02:00 | -7,200 | ['6a6138f0118ec05d1e96a105accd07c553cfc77c'] | Add iOS target to multiplatform template (#2788)
+ conform KMM wizard generated project structure and samples | [{'old_path': 'experimental/templates/multiplatform-template/.gitignore', 'new_path': 'experimental/templates/multiplatform-template/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,14 +2,14 @@\n .gradle\n /local.properties\n /.idea\n-/.idea/caches\n-/.idea/libraries\n-/.idea/modules.xml\n-/.idea/works... | Kotlin |
8a635b6f964e405737fe1b5b62eb2c0d42787ae5 | 92 | 2023-02-23 20:31:15+03:00 | -3,600 | ['8ed753b1b9b0db7d5caa967c8523c7eef1566ec1'] | ImageViewer: "Memories" view for ImageViewer, Stack-based Navigation, StateFlow-based Image Provider (#2789) | [{'old_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ImageViewer.common.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ImageViewer.common.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,21 +1,30 @@\n package exa... | Kotlin |
e9009fe9bb695ac853ef4ac8413e403ee424c0ed | 400 | 2023-02-23 20:54:56+02:00 | -7,200 | ['8a635b6f964e405737fe1b5b62eb2c0d42787ae5'] | Introduce Config.xconfig
- move APP_NAME (application name), BUNDLE_ID (bundle identifier) to Config.xcconfig
- add cleanup.sh script | [{'old_path': None, 'new_path': 'experimental/templates/multiplatform-template/cleanup.sh', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+#!/bin/sh\n+rm -rf .idea\n+./gradlew clean\n+rm -rf build\n+rm -rf */build\n+rm -rf iosApp/iosApp.xcworkspace\n+rm -rf iosApp/Pods\n+rm -rf iosApp/iosApp.xcodeproj/pr... | Kotlin |
2cd92eed5cf407f7d483d79365dd6f7b463ff6f5 | 400 | 2023-02-24 14:37:23+02:00 | -7,200 | ['5f08bfca1691500ca34d08432596174179aca0c6'] | Add resources library to dependencies declared by compose gradle plugin (#2793)
* Add resources library to compose dependencies declared by compose gradle plugin
* Move resources component to CommonComponentsDependencies | [{'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': '@@ -121,6 +121,7 @@ class ComposePlugin : Plugin<Project> {\n val uiTooling g... | Kotlin |
205d9c0d6fc27a139335216061b59eb282c4d4d8 | 400 | 2023-02-24 18:20:41+02:00 | -7,200 | ['2cd92eed5cf407f7d483d79365dd6f7b463ff6f5'] | Add resources component to multiplatform template (#2796) | [{'old_path': 'experimental/templates/multiplatform-template/gradle.properties', 'new_path': 'experimental/templates/multiplatform-template/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,4 +13,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2\n kotlin.native.binary.memoryModel=experimental\n ko... | Kotlin |
f6c36c392696a2d4229f1cd5db02248ba9b8ff62 | 70 | 2023-02-25 21:46:49+03:00 | -10,800 | ['205d9c0d6fc27a139335216061b59eb282c4d4d8'] | fix components project import with IDEA (#2799) | [{'old_path': 'components/resources/demo/iosApp/Podfile', 'new_path': 'components/resources/demo/iosApp/Podfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,4 +2,5 @@ target 'iosApp' do\n use_frameworks!\n platform :ios, '14.1'\n pod 'shared', :path => '../shared'\n+ project 'iosApp.xcodeproj'\n end\n\... | Kotlin |
08e03e7c04ad1c6253254b0e611c4f3866ba380c | 70 | 2023-02-27 13:02:30+03:00 | -10,800 | ['f6c36c392696a2d4229f1cd5db02248ba9b8ff62'] | UIKit samples, change deprecated annotation @UIApplicationMain -> @main (#2800) | [{'old_path': 'components/resources/demo/iosApp/iosApp/iosApp.swift', 'new_path': 'components/resources/demo/iosApp/iosApp/iosApp.swift', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import UIKit\n import shared\n \n-@UIApplicationMain\n+@main\n class AppDelegate: UIResponder, UIApplicationDelegate ... | Kotlin |
fbd7b2be63499418d95c2949f9e59aa51bb7fd3c | 400 | 2023-02-28 12:04:37+02:00 | -7,200 | ['08e03e7c04ad1c6253254b0e611c4f3866ba380c'] | Correct README.md for experimental multiplatform template (#2795) | [{'old_path': 'experimental/templates/multiplatform-template/README.md', 'new_path': 'experimental/templates/multiplatform-template/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,70 @@\n-Compose Multiplatform Application\n+# Compose Multiplatform Application\n \n-**Desktop**\n+Сan run on desktop,... | Kotlin |
2588c599ee3284feb459d319a4a4ef80a66099a7 | 92 | 2023-03-02 23:19:36+03:00 | -3,600 | ['02461457b77cbd73fb9f696bcb51d2a0f51ffb9a'] | First steps in implementing redesigned UI (#2817)
Co-authored-by: Sebastian.Aigner <Sebastian.Aigner@de-unit-1151.fritz.box> | [{'old_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/style/Palette.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/style/Palette.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,16 @@ object ImageviewerColo... | Kotlin |
f96b436d87d459ea8e718d6f09ff3e586c851985 | 400 | 2023-03-02 23:30:26+03:00 | -7,200 | ['2588c599ee3284feb459d319a4a4ef80a66099a7'] | Wrap Compose baked UIViewController into SwiftUI instead of UIKit. (#2782)
- fixes also top bar appearance
- removed constant offset workaround as a result | [{'old_path': 'experimental/examples/imageviewer/iosApp/iosApp.xcodeproj/project.pbxproj', 'new_path': 'experimental/examples/imageviewer/iosApp/iosApp.xcodeproj/project.pbxproj', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@\n /* Begin PBXBuildFile section */\n \t\t2152FB042600AC8F00CF470E /* iosApp.s... | Kotlin |
fe7adf56663fc3fa9077f229f1c38998d162de05 | 279 | 2023-03-03 15:37:05+01:00 | -3,600 | ['f96b436d87d459ea8e718d6f09ff3e586c851985'] | Remove golden submodule (#2824)
* Remove golden submodule
* Update androidx submodule | [{'old_path': '.gitmodules', 'new_path': '.gitmodules', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,6 @@\n [submodule "compose/frameworks/support"]\n \tpath = compose/frameworks/support\n \turl = https://github.com/JetBrains/androidx\n-[submodule "compose/golden"]\n-\tpath = compose/golden\n-\turl = https... | Kotlin |
5b1ce09372087db2569765a7a5062eec9f39479a | 204 | 2023-03-04 20:34:32+04:00 | -14,400 | ['fe7adf56663fc3fa9077f229f1c38998d162de05'] | fix runSwing launch from README | [{'old_path': 'compose/.run/run4.run.xml', 'new_path': 'compose/.run/runSwing.run.xml', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,5 +1,5 @@\n <component name="ProjectRunConfigurationManager">\n- <configuration default="false" name="run4 (desktop)" type="GradleRunConfiguration" factoryName="Gradle" folderNam... | Kotlin |
8db88534f9e43a422b7c1b8e4c35fc919b3e410c | 92 | 2023-03-06 00:15:25+03:00 | -3,600 | ['5b1ce09372087db2569765a7a5062eec9f39479a'] | Fix letter-spacing (override material design defaults back to 0.sp) (#2827) | [{'old_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/style/Palette.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/style/Palette.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,13 @@\n package example.image... | Kotlin |
294479d7374196808d8e5b9880d770c7a769afd8 | 96 | 2023-03-06 11:05:34+01:00 | -3,600 | ['8db88534f9e43a422b7c1b8e4c35fc919b3e410c'] | Add composable-test-cases project to check JB compose compiler for all targets (#2751)
* Add composable-test-cases project to check JB compose compiler for all targets
* Add README.MD
* Update README.MD
* Update README.MD
* Update CollectionOfComposablesTests
* Add a fun interface test case
* Add cla... | [{'old_path': None, 'new_path': 'compose/integrations/composable-test-cases/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,43 @@\n+.gradle\n+build/\n+!gradle/wrapper/gradle-wrapper.jar\n+!**/src/main/**/build/\n+!**/src/test/**/build/\n+\n+### IntelliJ IDEA ###\n+.idea/modules.xml\n+.idea/jarReposi... | Kotlin |
3e610c5fddcdbd1826da6d9d45ee64c559f47fd2 | 70 | 2023-03-06 14:27:53+03:00 | -10,800 | ['294479d7374196808d8e5b9880d770c7a769afd8'] | ImageViewer notch (#2822) | [{'old_path': 'experimental/examples/imageviewer/iosApp/iosApp/ContentView.swift', 'new_path': 'experimental/examples/imageviewer/iosApp/iosApp/ContentView.swift', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,17 @@ import UIKit\n import SwiftUI\n import shared\n \n+let gradient = LinearGradient(\n+ ... | Kotlin |
364a916740dc29b12434acff95b2d47dabe715c1 | 92 | 2023-03-06 18:39:39+03:00 | -3,600 | ['3e610c5fddcdbd1826da6d9d45ee64c559f47fd2'] | Various improvements for multiplatform template README (#2834) | [{'old_path': 'experimental/templates/multiplatform-template/README.md', 'new_path': 'experimental/templates/multiplatform-template/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,70 +1,98 @@\n # Compose Multiplatform Application\n \n-Сan run on desktop, Android and iOS.\n-Note that iOS target is exper... | Kotlin |
1be0cc105cd5f404d5bf4894f9fd3d918699cc64 | 400 | 2023-03-07 16:26:21+02:00 | -7,200 | ['b62ee1bd9a02fe05db11cf910aed0551f6578cff'] | Arrange samples to the latest multiplatform template (#2835) | [{'old_path': 'experimental/examples/chat-mpp/README.md', 'new_path': 'experimental/examples/chat-mpp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ Choose a run configuration for an appropriate target in IDE and run it.\n \n \n \n-To run on... | Kotlin |
e30379eb79fdf33890b6b5b52b88dd444eb1c5f1 | 382 | 2023-03-07 20:49:18+02:00 | -7,200 | ['1be0cc105cd5f404d5bf4894f9fd3d918699cc64'] | Disable validation of todoapp-lite until update to Compose 1.4.0 (#2842) | [{'old_path': 'examples/validateExamples.sh', 'new_path': 'examples/validateExamples.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,6 +23,6 @@ runGradle codeviewer packageDistributionForCurrentOS\n runGradle imageviewer packageDistributionForCurrentOS\n runGradle issues packageDistributionForCurrentOS\n run... | Kotlin |
aff9f0d285bcf2ad3d90e264cb61d072a5a3c22e | 70 | 2023-03-07 22:28:34+03:00 | -10,800 | ['e30379eb79fdf33890b6b5b52b88dd444eb1c5f1'] | fix todoapp-lite iOS (#2844) | [{'old_path': 'experimental/examples/todoapp-lite/shared/src/commonMain/kotlin/example/todoapp/lite/common/RootContent.kt', 'new_path': 'experimental/examples/todoapp-lite/shared/src/commonMain/kotlin/example/todoapp/lite/common/RootContent.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,5 +34,5 @@ internal ... | Kotlin |
4cf574cc34c54ee268fe8fbc59b6994a29560b4f | 70 | 2023-03-08 20:33:18+03:00 | -10,800 | ['aff9f0d285bcf2ad3d90e264cb61d072a5a3c22e'] | add UIKit MKMapView to ImageViewer (#2841) | [{'old_path': 'experimental/examples/imageviewer/gradle.properties', 'new_path': 'experimental/examples/imageviewer/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,5 +13,5 @@ kotlin.native.useEmbeddableCompilerJar=true\n kotlin.native.binary.memoryModel=experimental\n kotlin.version=1.8.0\n ag... | Kotlin |
21f74f92df7fa2bcc1a08c02b95d5f404a6c0437 | 400 | 2023-03-09 11:40:36+02:00 | -7,200 | ['4cf574cc34c54ee268fe8fbc59b6994a29560b4f'] | Remove experimental templates, update READMEs with templates new locations (#2847)
+ replace "compose-jb" occurrences with "compose-multiplatform" | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n-[ | [{'old_path': 'experimental/examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/plarfom.android.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/platform.android.kt', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,6 +1,7 @@\n package example.... | Kotlin |
ad78a2495a026ca5e6ccba4379b6c28a2a5e903b | 204 | 2023-03-09 23:14:35+04:00 | -14,400 | ['2f9e886ea6a9c8f781454d3e9066e7dd059da9d9'] | update compose/frameworks/support to latest jb-main | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 2842bd43395f19e57cdda293815188967af4602f\n+Subproject commit 22b4b016f38e5e5d0c0f3ab668a6ed454557eb55\n'}] | Kotlin |
0b429b6ac94b3423803a349861956260ce44a085 | 96 | 2023-03-10 09:53:41+01:00 | -3,600 | ['31823c50b69fee85c7d52c0ea652070483a16bd3'] | Update all versions for 1.3.1 + update Changelog (#2856)
* Add changes for 1.3.1 + update Changelog
Versions:
compose 1.3.1
kotlin 1.8.10
compiler: 1.4.2
* revert version update in experimental examples
* Update CHANGELOG.md | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,31 @@\n+# 1.3.1 (March 2023)\n+\n+## Common\n+\n+- Added support for Kotlin 1.8.10\n+\n+### Fixes\n+- [Layout in movableContent](https://github.com/JetBrains/compose-multiplatform-core/pull/413)\n+- [Unzi... | Kotlin |
b94ae4178e05e04e18e861858c58eef0496e5886 | 6 | 2023-03-15 08:51:30+03:00 | -14,400 | ['88a8b6e56b040531a1c3c071d5bcabf4c2546f47'] | Image Viewer Camera (#2864) | [{'old_path': 'experimental/examples/imageviewer/gradle.properties', 'new_path': 'experimental/examples/imageviewer/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,5 +13,5 @@ kotlin.native.useEmbeddableCompilerJar=true\n kotlin.native.binary.memoryModel=experimental\n kotlin.version=1.8.0\n ag... | Kotlin |
bd345cdbe07e95a491b63b5a740bd98840a129d0 | 92 | 2023-03-15 14:28:03+03:00 | -3,600 | ['b94ae4178e05e04e18e861858c58eef0496e5886'] | Remove mavenLocal (#2884) | [{'old_path': 'experimental/examples/imageviewer/settings.gradle.kts', 'new_path': 'experimental/examples/imageviewer/settings.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,6 @@ pluginManagement {\n gradlePluginPortal()\n maven("https://maven.pkg.jetbrains.space/public/p/compose... | Kotlin |
35f0f72253cef860b85cfd5349d9406133ddf266 | 70 | 2023-03-23 14:52:21+03:00 | -10,800 | ['f5b9dfc91d718191c94b7e254ac0aeb0b185115b'] | resources library minSdk 21 (#2911) | [{'old_path': 'components/resources/demo/androidApp/build.gradle.kts', 'new_path': 'components/resources/demo/androidApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ android {\n compileSdk = 33\n defaultConfig {\n applicationId = "me.user.androidApp"\n- minS... | Kotlin |
36616f877cf1ad458d51ea3c59fca5bac49bd31d | 382 | 2023-03-23 16:47:53+02:00 | -7,200 | ['35f0f72253cef860b85cfd5349d9406133ddf266'] | SplitPane improvements and fixes. (#2886)
* SplitPane improvements and fixes.
- Allow SplitPane to receive exact incoming size constraints
- Correctly abide by constraint on minimum size for "second part"
- Simplify layout code | [{'old_path': 'components/SplitPane/demo/src/jvmMain/kotlin/org/jetbrains/compose/splitpane/demo/Main.kt', 'new_path': 'components/SplitPane/demo/src/jvmMain/kotlin/org/jetbrains/compose/splitpane/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,13 +1,9 @@\n package org.jetbrains.compose.splitpane.de... | Kotlin |
48288ea145ea536a3e47cecfe1578335a90a49fd | 279 | 2023-03-24 10:14:46+01:00 | -3,600 | ['36616f877cf1ad458d51ea3c59fca5bac49bd31d'] | Fix selection in codeviewer example (#2898)
* Fix selection in codeviewer example
* Limit line count on view layer
* Fix last line ending
* Fix missing last empty line in file
* Refactor reading file
* Add extra endPosition condition
* Polish removing line endings | [{'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': '@@ -138,6 +138,7 @@ private fun LineContent(c... | Kotlin |
10526ca300bf77bf258ce3bbd6e5cd81e0d4808e | 204 | 2023-03-27 19:41:11+04:00 | -14,400 | ['48288ea145ea536a3e47cecfe1578335a90a49fd'] | mavenLocal should be the first | [{'old_path': 'components/build.gradle.kts', 'new_path': 'components/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,10 +5,10 @@ plugins {\n \n allprojects {\n repositories {\n+ mavenLocal() // mavenLocal should be the first to get the correct version of skiko during a local build.\n ... | Kotlin |
cbada1099f7efb98e9a16c99984b140294224deb | 70 | 2023-03-29 13:13:32+03:00 | -10,800 | ['9bceb4c8739196be98e05abcacaeb6586e769fdf'] | Add some features to sample (#2934) | [{'old_path': 'experimental/examples/imageviewer/README.md', 'new_path': 'experimental/examples/imageviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ based on Compose Multiplatform UI library (desktop, android and iOS).\n \n Choose a run configuration for an appropriate target in IDE an... | Kotlin |
89b73aa6ff4d56f2bddc233d4040ef53ff04a547 | 70 | 2023-03-29 15:07:29+03:00 | -10,800 | ['cbada1099f7efb98e9a16c99984b140294224deb'] | ImageViewer sample, map API key instructions (#2937) | [{'old_path': 'experimental/examples/imageviewer/README.md', 'new_path': 'experimental/examples/imageviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,7 @@ Then choose **iosApp** configuration in IDE and run it.\n ### Running Android application\n \n - Get a [Google Maps API key](https://de... | Kotlin |
23472c1ee1bde39d9d7412a5c46f77b814abd1a0 | 279 | 2023-03-30 09:06:56+02:00 | -7,200 | ['89b73aa6ff4d56f2bddc233d4040ef53ff04a547'] | ImageViewer example: Implement storing metadata on Android (#2938)
* Avoid scaling code duplication
* Move AndroidImageStorage into separate package
* Implement storing metadata on Android
* Move file extensions to separate class | [{'old_path': 'experimental/examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/AndroidImageStorage.kt', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,63 +0,0 @@\n-package example.imageviewer\n-\n-import androidx.compose.runtime.snapshots.SnapshotStateList\n-import androidx.c... | Kotlin |
fb63908b5c06117bebd02e507550d7997e8da9df | 269 | 2023-03-30 11:03:32+02:00 | -7,200 | ['23472c1ee1bde39d9d7412a5c46f77b814abd1a0'] | Add multitouch to ImageViewer (#2935)
The code of `ScalableImage` is exactly the same as [here](https://github.com/JetBrains/compose-multiplatform-core/pull/459/files#diff-2df227d37a7fcdb885f4fd1a715c0efd94b8e206d446d553d69a456f83e284f6R19):
1. The initial size of an image is chosen by the area size (phone/windows ... | [{'old_path': 'experimental/examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/ScalableImage.android.kt', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,7 +0,0 @@\n-package example.imageviewer.view\n-\n-import androidx.compose.ui.Modifier\n-import example.imageviewer.mod... | Kotlin |
6c01fceb32051a1f7c793cfd0a93a7604a032596 | 88 | 2023-03-30 16:44:27+02:00 | -7,200 | ['fb63908b5c06117bebd02e507550d7997e8da9df'] | Update compose-multiplatform-core submodule after Compose 1.4 merge (#2941) | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 40b580f336c78c38efd728e926239e04b178054a\n+Subproject commit a96e987342c313c2d4e56be125dc02a5aef79a55\n'}] | Kotlin |
5d3bfa2385cc5a39e17de29d5e4e54aaf83cdb00 | 403 | 2023-03-30 19:50:07+02:00 | -7,200 | ['6c01fceb32051a1f7c793cfd0a93a7604a032596'] | Update compose-multiplatform-core submodule after build script fixes | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit a96e987342c313c2d4e56be125dc02a5aef79a55\n+Subproject commit eeed3cb1700f851dfda78912c64e0788dc464a9b\n'}] | Kotlin |
45fa56eb76c24e3cd23fe42b9b8234ba8cfb7b12 | 70 | 2023-03-31 11:14:43+03:00 | -10,800 | ['5d3bfa2385cc5a39e17de29d5e4e54aaf83cdb00'] | clean compose/frameworks/support IDE files and temp files (#2949) | [{'old_path': None, 'new_path': 'compose/scripts/clean', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,18 @@\n+#!/bin/bash\n+\n+cd "$(dirname "$0")"\n+\n+pushd ../frameworks/support\n+\n+echo "--------------------------------------------------------"\n+echo "This command will remove those files added to .gitig... | Kotlin |
2d498598c9c6fd302807aae82adf0ce7838b4f96 | 70 | 2023-03-31 14:11:15+03:00 | -10,800 | ['45fa56eb76c24e3cd23fe42b9b8234ba8cfb7b12'] | ImageViewer material3 -> material (#2943) | [{'old_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'new_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,6 @@ kotlin {\n implementation(compose.runtime)\n implementation(compose.foundat... | Kotlin |
02bf0d05696778ffd7ffee23de94af6bf2643413 | 96 | 2023-03-31 14:33:27+02:00 | -7,200 | ['2d498598c9c6fd302807aae82adf0ce7838b4f96'] | Update compose-web Dockerfile (#2942)
Update jdk version to 17 | [{'old_path': 'ci/docker/compose-web/Dockerfile-Basic', 'new_path': 'ci/docker/compose-web/Dockerfile-Basic', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-FROM ubuntu:20.10\n+FROM ubuntu:20.04\n \n SHELL ["/bin/bash", "-c"]\n \n@@ -7,7 +7,7 @@ RUN dpkg-reconfigure -f noninteractive dash\n \n RUN dpk... | Kotlin |
c024327579e1fd2f7cd60d220d7b004ffde09387 | 204 | 2023-04-02 13:11:48+04:00 | -14,400 | ['a2c30ffa89abfd970856c3c4cfc8c6c464ac4c5f'] | ImageViewer, little change in gps coordinate | [{'old_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ResourcePictures.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ResourcePictures.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -131,7 +131,7 @@ val resourcePic... | Kotlin |
327cdac3e5930f1d6c677dba4a82f3af747c112f | 70 | 2023-04-03 08:38:54+03:00 | -10,800 | ['c024327579e1fd2f7cd60d220d7b004ffde09387'] | Update experimental examples to dev1004 (#2954) | [{'old_path': 'experimental/examples/chat-mpp/gradle.properties', 'new_path': 'experimental/examples/chat-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,4 +13,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2\n kotlin.native.binary.memoryModel=experimental\n kotlin.version=1.8.0\n agp.versi... | Kotlin |
b87868d75efc99fbb5b84b42de175443379d7de1 | 70 | 2023-04-03 14:35:27+03:00 | -10,800 | ['327cdac3e5930f1d6c677dba4a82f3af747c112f'] | Workaround for Android emulator camera on some hardware (#2955) | [{'old_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'new_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,12 +43,12 @@ kotlin {\n }\n val androidMain by getting {\n dependencies {\n- ... | Kotlin |
2cea802cecfdf418c4c93b9689abd965aa376e90 | 70 | 2023-04-03 16:21:20+03:00 | -10,800 | ['b87868d75efc99fbb5b84b42de175443379d7de1'] | ImageViewer delete, edit and share memories (#2957) | [{'old_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'new_path': 'experimental/examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,7 @@ kotlin {\n implementation(compose.runtime)\n implementation(compose.foundat... | Kotlin |
b3ccc1526f4549232778bc74522d3d65f33ed6ba | 279 | 2023-04-03 16:34:33+02:00 | -7,200 | ['2cea802cecfdf418c4c93b9689abd965aa376e90'] | Fix regex for number values (#2962) | [{'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': '@@ -169,7 +169,7 @@ private fun codeString(st... | Kotlin |
1c5da4c3324421766b2380eb69802b0be78bf677 | 70 | 2023-04-04 11:51:52+03:00 | -10,800 | ['c0bf825d1225c7443644ca834796b2820baf4a29'] | change old UIKitInteropView to UIKitView (#2968) | [{'old_path': 'experimental/examples/imageviewer/gradle.properties', 'new_path': 'experimental/examples/imageviewer/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,4 +13,4 @@ kotlin.native.useEmbeddableCompilerJar=true\n kotlin.native.binary.memoryModel=experimental\n kotlin.version=1.8.10\n a... | Kotlin |
f2fbc7ed30e1a020945a426e35d674d7a474fd9d | 269 | 2023-04-04 13:02:12+02:00 | -7,200 | ['1c5da4c3324421766b2380eb69802b0be78bf677'] | Add :compose:ui:ui-test-junit4:desktopTest to CI (#2972) | [{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -101,6 +101,7 @@ tasks.register("testComposeJbDesktop") {\n dependsOnComposeTask(":compose:ui:ui:desktopTest")\n dependsOnComposeTask(":compose:ui:ui-graphics:desktopTest")\n d... | Kotlin |
3483feef2a9e5ff0d19c8315d7f67545026f497a | 54 | 2023-04-04 13:18:27+02:00 | -10,800 | ['f2fbc7ed30e1a020945a426e35d674d7a474fd9d'] | Unzip wix to build directory (#2838)
Resolves #2804 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/wixToolset.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/wixToolset.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@ import org.grad... | Kotlin |
8d78c4ac67b3e6e6492e7068291727b9e6bba8ae | 356 | 2023-04-04 14:27:49+02:00 | -3,600 | ['3483feef2a9e5ff0d19c8315d7f67545026f497a'] | Provide relative path to jpackage --main-jar | [{'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': '@@ -321,7 +321,8 @@... | Kotlin |
ddc300f0fee7b066318092a20b96d1f7a7331b69 | 116 | 2023-04-04 14:27:59+02:00 | -7,200 | ['8d78c4ac67b3e6e6492e7068291727b9e6bba8ae'] | Fix passing relative path main jar to jpackage | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/files/fileUtils.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/files/fileUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -108,5 +108,10 @@ in... | Kotlin |
32ace9173e8298b270fbf7c883bd327a5d298fce | 54 | 2023-04-04 17:09:04+02:00 | -10,800 | ['ddc300f0fee7b066318092a20b96d1f7a7331b69'] | Provide some entitlements on macOS by default (#2974)
Also, this change configures entitlements for
local ad hoc signs on Apple Silicon
Fixes #2867
Partial fix of #2887 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MacSigner.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MacSigner.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,13 @@ internal class N... | Kotlin |
0eccae95af059142cc3e4d1ec57076426cc7821a | 400 | 2023-04-04 20:07:07+03:00 | -10,800 | ['f5e5eed6c89cf0b1cba1fa364f9305d1b7c7727c'] | Update experimental Codeviewer with changes from non-experimental one (#2975) | [{'old_path': 'experimental/examples/codeviewer/shared/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/EditorView.kt', 'new_path': 'experimental/examples/codeviewer/shared/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/EditorView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -138,6 +138,7 @@... | Kotlin |
a8003a0f5d2491731c37f9ef24f1b8644891a79f | 400 | 2023-04-05 08:57:39+03:00 | -10,800 | ['0eccae95af059142cc3e4d1ec57076426cc7821a'] | Move experimental/examples to examples (#2976)
* Move experimental/examples to examples
* Change version to 1.4.0-rc01 | [{'old_path': 'experimental/examples/chat-mpp/.gitignore', 'new_path': 'examples/chat/.gitignore', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'experimental/examples/chat-mpp/.run/desktopApp.run.xml', 'new_path': 'examples/chat/.run/desktopApp.run.xml', 'type': <ModificationType.RENAME: 3>, 'diff': ... | Kotlin |
ee77fda184a3bb561128239abb00cf8568c789cc | 400 | 2023-04-05 10:00:37+03:00 | -10,800 | ['dbf579be866d55966f9c2d476247b845481a2472'] | Add iOS app icon for Imageviewer (#2977) | [{'old_path': 'examples/imageviewer/iosApp/iosApp.xcodeproj/project.pbxproj', 'new_path': 'examples/imageviewer/iosApp/iosApp.xcodeproj/project.pbxproj', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,8 @@\n \tobjects = {\n \n /* Begin PBXBuildFile section */\n+\t\t058557BB273AAA24004C7B11 /* Assets.xcassets... | Kotlin |
f7cdb4e562a6d8bb2a1f26d54a24e4f852c8646b | 400 | 2023-04-05 12:34:43+03:00 | -10,800 | ['ee77fda184a3bb561128239abb00cf8568c789cc'] | Fix xcode projects for icon processing for examples (#2978) | [{'old_path': 'examples/codeviewer/iosApp/iosApp.xcodeproj/project.pbxproj', 'new_path': 'examples/codeviewer/iosApp/iosApp.xcodeproj/project.pbxproj', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,8 @@\n \tobjects = {\n \n /* Begin PBXBuildFile section */\n+\t\t058557BB273AAA24004C7B11 /* Assets.xcassets i... | Kotlin |
63b6474567fafe398380380736a413385231397c | 88 | 2023-04-05 15:11:06+02:00 | -7,200 | ['f7cdb4e562a6d8bb2a1f26d54a24e4f852c8646b'] | Don't run android tests in testComposeJbWeb (#2981) | [{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,7 +112,6 @@ tasks.register("testComposeJbDesktop") {\n \n tasks.register("testComposeJbWeb") {\n dependsOnComposeTask(":compose:runtime:runtime:jsTest")\n- dependsOnComposeTask... | Kotlin |
0c8b002ac78187ca58e6cadb404e64bacbfef289 | 6 | 2023-04-05 21:03:59+04:00 | -14,400 | ['63b6474567fafe398380380736a413385231397c'] | changed app icon for iOS ImageViewer example (#2980) | [{'old_path': 'examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json', 'new_path': 'examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,10 @@\n {\n "images" : [\n {\n- "filename" : "ic_i... | Kotlin |
50c3a47acd4ce5fbe15096813a277e2de3b86163 | 269 | 2023-04-05 19:09:22+02:00 | -7,200 | ['0c8b002ac78187ca58e6cadb404e64bacbfef289'] | Fix todo example (#2983)
* Fix todo example
* Remove comment
---------
Co-authored-by: Alexander Maryanovsky <msasha@gmail.com> | [{'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 @@ fun initDeps(project: Project) {\n object Deps {\n object JetpackComposeWorkaround {\n // Wor... | Kotlin |
6f13bc35a97658d2e5afeb5c5df36c11f3baabb6 | 400 | 2023-04-05 20:24:39+03:00 | -10,800 | ['50c3a47acd4ce5fbe15096813a277e2de3b86163'] | Update README.md for Code Viewer example (#2989) | [{'old_path': 'examples/codeviewer/README.md', 'new_path': 'examples/codeviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,19 +1,17 @@\n # Code Viewer\n-MPP Code Viewer example for desktop/android/iOS written in Multiplatform Compose library.\n+Code Viewer example for Desktop, Android and iOS writ... | Kotlin |
5e7d55fb33275dc7280820021ebfb1c2437b0ac1 | 400 | 2023-04-05 21:35:46+03:00 | -10,800 | ['6f13bc35a97658d2e5afeb5c5df36c11f3baabb6'] | Update README.md for examples (#2990) | [{'old_path': 'examples/chat/README.md', 'new_path': 'examples/chat/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,22 +7,16 @@ This file helps to add Compose inside SwiftUI hierarchy.\n \n Example can run on Android, iOS, desktop or in a browser.\n \n-*Prerequisites*: to run on iOS and Android, you sh... | Kotlin |
35ecc36b387dc15416fe889ea10d9685dbb0fad8 | 70 | 2023-04-06 12:03:21+03:00 | -10,800 | ['5e7d55fb33275dc7280820021ebfb1c2437b0ac1'] | ImageViewer Android return back key (#2996) | [{'old_path': 'examples/imageviewer/androidApp/src/androidMain/kotlin/example/imageviewer/MainActivity.kt', 'new_path': 'examples/imageviewer/androidApp/src/androidMain/kotlin/example/imageviewer/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,15 +1,29 @@\n package example.imageviewer\n \n import... | Kotlin |
968af859c3bb2d3253ca9104aa2f704204a595a0 | 70 | 2023-04-06 12:13:33+03:00 | -10,800 | ['35ecc36b387dc15416fe889ea10d9685dbb0fad8'] | ImageViewer Pager and icons (#2982) | [{'old_path': 'examples/imageviewer/shared/build.gradle.kts', 'new_path': 'examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,7 @@ kotlin {\n implementation(compose.runtime)\n implementation(compose.foundation)\n imp... | Kotlin |
a275db2596e24ca1de1bf5482c9764e491d135c6 | 70 | 2023-04-06 12:18:52+03:00 | -10,800 | ['968af859c3bb2d3253ca9104aa2f704204a595a0'] | ImageViewer Android swipe camera (#2995) | [{'old_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/CameraView.android.kt', 'new_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/CameraView.android.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import androidx.camera.core.I... | Kotlin |
40ae8ec29d7948afdbdc2ae7e4d063f0a814bc8a | 269 | 2023-04-06 11:56:30+02:00 | -7,200 | ['a275db2596e24ca1de1bf5482c9764e491d135c6'] | ImageViewer - limit zoom by the window/screen size (#2993)
- add zoom field, which is the same across different screen/window sizes
- scale is not the base state now, it is derived from the current zoom and the current screen/window size. it now represents the end scale of the image
- drag amount is still indepe... | [{'old_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/model/ScalableState.kt', 'new_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/model/ScalableState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,32 +1,56 @@\n package example.imageviewer.model\n... | Kotlin |
4ca7aa1be945bbca9f1e360d68cc542cb0408ce1 | 6 | 2023-04-06 17:47:42+04:00 | -14,400 | ['40ae8ec29d7948afdbdc2ae7e4d063f0a814bc8a'] | iOS ImageViewer: changed icon for a newer version (#2998)
* ios image viewer: changed icon for a newer version
* ios image viewer: renamed icon | [{'old_path': 'examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json', 'new_path': 'examples/imageviewer/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "images" : [\n {\n- "filename" : "image.... | Kotlin |
59eda00380981b2555cd62d26e8d6f4122a13c40 | 269 | 2023-04-06 18:07:50+02:00 | -7,200 | ['4ca7aa1be945bbca9f1e360d68cc542cb0408ce1'] | Rename Web to HTML (#2997)
1. Rename "compose.web" to "compose.html" in Gradle DSL
2. Rename maven artifacts (with backward compatible "relocation" artifact)
3. Rename "web" folder to "html"
Will do in support/1.4.0 branch
1. Move examples/web-* to examples/html/*
2. Rename Tutorials/Web to Tutorials/HTML
3. R... | [{'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': '@@ -106,6 +106,7 @@ class ComposePlugin : Plugin<Project> {\n }\n }\n \n+... | Kotlin |
08d5fa3487791f766b02a9e4084340516128c55f | 400 | 2023-04-06 21:19:15+03:00 | -10,800 | ['59eda00380981b2555cd62d26e8d6f4122a13c40'] | Add todo edit dialog to iOS (#3001) | [{'old_path': 'examples/todoapp-lite/shared/src/iosMain/kotlin/example/todoapp/lite/common/Utils.kt', 'new_path': 'examples/todoapp-lite/shared/src/iosMain/kotlin/example/todoapp/lite/common/Utils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,16 @@\n package example.todoapp.lite.common\n \n \n+import ... | Kotlin |
1fbeced85bd9a46d19619c0a4181507ef73c72cc | 269 | 2023-04-06 22:06:02+02:00 | -7,200 | ['08d5fa3487791f766b02a9e4084340516128c55f'] | Support Kotlin 1.8.20 (#3000)
* Support Kotlin 1.8.20
* Use Compiler 1.4.5-rc01 for Gradle tests
* Update ComposeCompilerCompatibility.kt | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ internal object ComposeCompilerCompatib... | Kotlin |
c25f7c67ffe2f4f72512aa6fc48c5013214fb5e1 | 269 | 2023-04-07 09:52:44+02:00 | -7,200 | ['a32bb560ca581d3ac868a5774e9474d8b631196b'] | Fix HTML rename (#3004) | [{'old_path': 'html/integration-core/src/jsMain/resources/index.html', 'new_path': 'html/integration-core/src/jsMain/resources/index.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,5 +8,5 @@\n </head>\n <body>\n </body>\n-<script src="web-integration-core.js"></script>\n+<script src="html-integration-core.j... | Kotlin |
752540cfcf1fa41747c5a710a4e6ff1150d22c7f | 269 | 2023-04-07 10:47:54+02:00 | -7,200 | ['c25f7c67ffe2f4f72512aa6fc48c5013214fb5e1'] | Fix imageviewer desktop icon path (#3005)
The issue only in this example, in the other places it is correct | [{'old_path': 'examples/imageviewer/desktopApp/build.gradle.kts', 'new_path': 'examples/imageviewer/desktopApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ compose.desktop {\n packageName = "ImageViewer"\n packageVersion = "1.0.0"\n \n- val icons... | Kotlin |
9fc6763b79e1e07afe4d04b72ca59db8de9b2688 | 269 | 2023-04-07 11:56:15+02:00 | -7,200 | ['752540cfcf1fa41747c5a710a4e6ff1150d22c7f'] | Update ComposeCompilerCompatibility.kt (#3006)
* Update ComposeCompilerCompatibility.kt
* compose.tests.compiler.version=1.4.5-rc03 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ internal object ComposeCompilerCompatib... | Kotlin |
1d955a2e6da60f695aee1efb0f1e121177ae88b0 | 400 | 2023-04-07 17:07:46+03:00 | -10,800 | ['9fc6763b79e1e07afe4d04b72ca59db8de9b2688'] | Remove internal from common public @Composable as it is not required for 1.4.0-rc03 (#3008) | [{'old_path': 'examples/chat/gradle.properties', 'new_path': 'examples/chat/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,6 @@ kotlin.native.useEmbeddableCompilerJar=true\n kotlin.mpp.androidSourceSetLayoutVersion=2\n # Enable kotlin/native experimental memory model\n kotlin.native.bin... | Kotlin |
523368228bc339c08e27a0a0673ab0269d646a30 | 70 | 2023-04-07 17:35:23+03:00 | -10,800 | ['1d955a2e6da60f695aee1efb0f1e121177ae88b0'] | ImageViewer, fix Android rotation (#3007) | [{'old_path': 'examples/imageviewer/shared/build.gradle.kts', 'new_path': 'examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ plugins {\n id("com.android.library")\n id("org.jetbrains.compose")\n kotlin("plugin.serialization")\n+ id("kotlin-parce... | Kotlin |
508d265b9dc2615c650677257cdb0317e6452496 | 70 | 2023-04-07 18:07:07+03:00 | -10,800 | ['523368228bc339c08e27a0a0673ab0269d646a30'] | ImageViewer edit description onLongClick (#3009) | [{'old_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/view/MemoryScreen.kt', 'new_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/view/MemoryScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -84,7 +84,7 @@ fun MemoryScreen(\n Box(modif... | Kotlin |
1cc767bdfc7ab92488d146d0f23157dac42d1960 | 400 | 2023-04-07 23:31:27+03:00 | -10,800 | ['508d265b9dc2615c650677257cdb0317e6452496'] | Imageviewer: update default description (#3010)
* Imageviewer: update default description
* Imageviewer: update again | [{'old_path': 'examples/imageviewer/iosApp/Configuration/Config.xcconfig', 'new_path': 'examples/imageviewer/iosApp/Configuration/Config.xcconfig', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n TEAM_ID=\n BUNDLE_ID=org.jetbrains.Imageviewer\n-APP_NAME=Imageviewer\n+APP_NAME=My Memories\n'}, {'old_pat... | Kotlin |
cc1ad2fe41dc16ca2b8af439a8fe00c3e5a42c2c | 70 | 2023-04-08 13:05:29+03:00 | -10,800 | ['1cc767bdfc7ab92488d146d0f23157dac42d1960'] | hotifx bug with related pictures (#3017) | [{'old_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ImageViewer.common.kt', 'new_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ImageViewer.common.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -94,8 +94,8 @@ fun ImageViewerWithProvidedDependencies... | Kotlin |
bb950bc91a70c95e97a51b2242c54f59914eb087 | 70 | 2023-04-08 15:46:25+03:00 | -10,800 | ['cc1ad2fe41dc16ca2b8af439a8fe00c3e5a42c2c'] | ImageViewer, share image with description. (#3012) | [{'old_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/storage/AndroidImageStorage.kt', 'new_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/storage/AndroidImageStorage.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -106,6 +106,9 @@ class AndroidImag... | Kotlin |
de2949c34df287a6b55d09fd2e5977116211a7ce | 70 | 2023-04-10 11:35:04+03:00 | -10,800 | ['bb950bc91a70c95e97a51b2242c54f59914eb087'] | ImageViewer Android map with proper scroll (#3020) | [{'old_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/LocationVisualizer.android.kt', 'new_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/LocationVisualizer.android.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,21 +1,49 @@\n package e... | Kotlin |
9961674078cc33162cb4e16247918e64402cf89d | 70 | 2023-04-10 14:29:20+03:00 | -10,800 | ['de2949c34df287a6b55d09fd2e5977116211a7ce'] | ImageViewer, simplify pictures.indexOf(picture) (#3024) | [{'old_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ImageViewer.common.kt', 'new_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ImageViewer.common.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -94,8 +94,8 @@ fun ImageViewerWithProvidedDependencies... | Kotlin |
52601254ed903bfddf2b247813fbcf2f605afde8 | 70 | 2023-04-10 15:56:19+03:00 | -10,800 | ['9961674078cc33162cb4e16247918e64402cf89d'] | ImageViewer fix simple warnings and code style issues (#3025) | [{'old_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/storage/AndroidImageStorage.kt', 'new_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/storage/AndroidImageStorage.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,8 +23,6 @@ import kotlinx.seri... | Kotlin |
7c0e8a77b018fcbc57add366bcbe527063e2d5b0 | 70 | 2023-04-10 16:12:16+03:00 | -10,800 | ['52601254ed903bfddf2b247813fbcf2f605afde8'] | ImageViewer, limit scale for full visibility of the target (#3023) | [{'old_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/model/ScalableState.kt', 'new_path': 'examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/model/ScalableState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import androidx.compose.ui.geometry.Off... | Kotlin |
9540cdcf79e32f098398f360328dd2b137abfa82 | 54 | 2023-04-11 11:43:29+02:00 | -10,800 | ['7c0e8a77b018fcbc57add366bcbe527063e2d5b0'] | Require JDK 17 for packaging (#3027)
Previously Compose Multiplatform Gradle plugin required
JDK 15+ for distribution packaging. However, fixing #2867 required
always passing --mac-entitlements to jpackage, which is
only available with JDK 17+. | [{'old_path': '.github/workflows/gradle-plugin.yml', 'new_path': '.github/workflows/gradle-plugin.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,7 +16,7 @@ jobs:\n - uses: actions/setup-java@v3\n with:\n distribution: 'corretto'\n- java-version: '16'\n+ java-versio... | Kotlin |
532bb3d6d8f68ceecc9353770ac38f10291e0ae1 | 460 | 2023-04-11 11:55:50+02:00 | -7,200 | ['9540cdcf79e32f098398f360328dd2b137abfa82'] | Fix references to outdated 'nativeExecutables' in error messages (#3019)
In 991b7ff6a7d4fcaba7c59922793acf8209dfc8fa 'nativeExecutables' was
renamed to 'nativeDistributions', however a later commit added error
messages that still reference the old DSL names. | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/validation/ValidatedMacOSSigningSettings.kt', 'type': <Modificatio... | Kotlin |
bd6513197c8ba85028d8b486eafdf09e14081410 | 54 | 2023-04-11 13:18:35+02:00 | -10,800 | ['532bb3d6d8f68ceecc9353770ac38f10291e0ae1'] | Use JDK 17 for Gradle plugin tests on TC (#3030) | [{'old_path': 'ci/docker/gradle-plugin-tests/Dockerfile', 'new_path': 'ci/docker/gradle-plugin-tests/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,4 +8,4 @@ RUN apt-get update -y && \\\n apt-get install dpkg-dev --no-install-recommends -y && \\\n apt-get install libgl-dev --no-install-recomm... | Kotlin |