Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
84d91b1e815acac931abde6948736b0889fded05 | 96 | 2023-04-11 14:34:33+02:00 | -7,200 | ['bd6513197c8ba85028d8b486eafdf09e14081410'] | Improve a message about incompatible kotlin version (#3032)
* Improve a message about incompatible kotlin version
Add Compose Multiplatform to the message
* Update gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt
Co-authored-by: Igor Demin <igordmn@users.noreply.git... | [{'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': '@@ -14,7 +14,7 @@ internal object ComposeCompilerCompat... | Kotlin |
cf7bdaa352018f6f4397d142b0a143c5c57cd457 | 96 | 2023-04-11 14:34:44+02:00 | -7,200 | ['84d91b1e815acac931abde6948736b0889fded05'] | Use compose compiler 1.4.5 with kotlin 1.8.20 (#3031) | [{'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 |
a6e71144b4e5b6e41046c16d6ed9d3ec44633436 | 70 | 2023-04-11 18:49:12+03:00 | -10,800 | ['8b29b3573b98fdd5fff1f4de109119e3d24cb04c'] | ImageViewer desktop MapView (#3022) | [{'old_path': None, 'new_path': 'examples/imageviewer/mapview-desktop/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,2 @@\n+### Basic implementation of MapView with OpenStreetMap\n+ - For usage in your project, please read this policies: https://operations.osmfoundation.org/policies/\n'}, {'old_path... | Kotlin |
73171a0f9e0f62b4db9c7dfcbcabdf1e5abe1ab3 | 70 | 2023-04-11 19:54:04+03:00 | -10,800 | ['a6e71144b4e5b6e41046c16d6ed9d3ec44633436'] | ImageViewer fix delete picture crash (#3039) | [{'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': '@@ -97,15 +97,18 @@ fun MemoryScreen(\n ... | Kotlin |
76f000611de2e213e74a58f1474c9ad085cb7702 | 70 | 2023-04-12 09:18:25+03:00 | -10,800 | ['73171a0f9e0f62b4db9c7dfcbcabdf1e5abe1ab3'] | Update examples to Compose 1.4.0 (#3042) | [{'old_path': 'components/gradle.properties', 'new_path': 'components/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,9 @@ android.useAndroidX=true\n android.enableJetifier=true\n kotlin.code.style=official\n # __KOTLIN_COMPOSE_VERSION__\n-kotlin.version=1.8.10\n+kotlin.version=1.8.20\n # ... | Kotlin |
d44114d8b92669d1a15c1e979b91d221fa5253f3 | 269 | 2023-04-12 16:27:23+02:00 | -7,200 | ['3b7ee0558d3ef35f7d4b63c51bca7e23d3e248a9'] | Compose Multiplatform 1.4.0 docs (#3044) | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,95 @@\n+# 1.4.0 (April 2023)\n+\n+## Common\n+\n+- [Added support for Kotlin `1.8.20`](https://github.com/JetBrains/compose-multiplatform/pull/3000)\n+\n+### Features\n+\n+- [Support perspective projectio... | Kotlin |
b872c3032e03e52491b0052685c70eb8ff610a72 | 382 | 2023-04-14 11:37:40+03:00 | -10,800 | ['4c225aace3447dd06947074e3d85117245224270'] | Use singleLine=true in the text fields of widgets-gallery (#3054) | [{'old_path': 'examples/widgets-gallery/shared/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/screens/TextInputs.kt', 'new_path': 'examples/widgets-gallery/shared/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/screens/TextInputs.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,13 +33... | Kotlin |
7bf253b20781a8f2f99b230af236edb4f1d4e837 | 269 | 2023-04-14 19:39:59+02:00 | -7,200 | ['b872c3032e03e52491b0052685c70eb8ff610a72'] | Update gradle wrappers (#3050)
- update to the latest version
- add +x permission to avoid"access denied" on unix systems | [{'old_path': 'examples/chat/gradle/wrapper/gradle-wrapper.jar', 'new_path': 'examples/chat/gradle/wrapper/gradle-wrapper.jar', 'type': <ModificationType.MODIFY: 5>, 'diff': 'Binary files a/examples/chat/gradle/wrapper/gradle-wrapper.jar and b/examples/chat/gradle/wrapper/gradle-wrapper.jar differ\n'}, {'old_path': 'ex... | Kotlin |
3fdac4299c6882ca3d804b3d5fdd9c36f5a75bff | 204 | 2023-04-15 23:34:00+04:00 | -14,400 | ['4c225aace3447dd06947074e3d85117245224270'] | ImageViewer, iOS camera modifier | [{'old_path': 'examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/view/CameraView.ios.kt', 'new_path': 'examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/view/CameraView.ios.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,7 +79,7 @@ actual fun CameraView(\n }\n }\... | Kotlin |
eb90275a1bb236ba654f04af8806349e35831022 | 54 | 2023-04-18 09:46:03+02:00 | -10,800 | ['92aae7397d1c601475df88e1340882cb37af17fb'] | Fix signing bundle with Gradle 8.1 with configuration cache (#3069)
* Fix signing bundle with Gradle 8.1 with configuration cache
Compose Gradle plugin was launching
`/usr/bin/security --find-identity` in a lazy property of
AbstractJPackageTask. Without the configuration cache
the computation was delayed to the ... | [{'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': '@@ -56,9 +56,19 @@ internal class M... | Kotlin |
38acbe2ee5542c3145ee25828ae29179a67de87a | 96 | 2023-04-19 09:59:55+02:00 | -7,200 | ['eb90275a1bb236ba654f04af8806349e35831022'] | Add a paragraph about compose html (#3057)
* Add a compose html paragraph
* Update README.md
* Update README.md
* Update README.md
* tuned Compose HTML description and moved above "Learn more". Waiting for proofread.
* minor edits after proofreading
* fixed a typo
---------
Co-authored-by: Ekat... | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,6 +69,15 @@ If you want to share UIs across all supported platforms at once, you can start w\n > \n > We would appreciate your feedback on Compose Multiplatform in the public Slack channel [#compose](https://kotlin... | Kotlin |
047f2e15aa4c78d67c65a35679dc53d30e807a07 | 96 | 2023-04-20 13:00:33+02:00 | -7,200 | ['cbdb0eb69364ff71e28fb75b781d751d76219c2b'] | Add coroutines dependency in commonMain instead of iosMain (#3080)
* Add coroutines dependency in commonMain instead of iosMain
* Update examples/imageviewer/shared/build.gradle.kts
Co-authored-by: dima.avdeev <99798741+dima-avdeev-jb@users.noreply.github.com>
---------
Co-authored-by: dima.avdeev <9979874... | [{'old_path': 'examples/imageviewer/shared/build.gradle.kts', 'new_path': 'examples/imageviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,6 +41,9 @@ kotlin {\n implementation(compose.components.resources)\n implementation("org.jetbrains.kotlinx:kotli... | Kotlin |
3a7971d10d6057a2b3bf76d8b32735acd3cc27e7 | 15 | 2023-04-20 14:31:02+02:00 | -12,600 | ['164c7874498055eb11ac4ed93e9b2b4ebb96e4c4'] | Improve the experimental video player (#2906)
* Refactor video player`isMacOS` function
* Refactor video player `mediaPayer` extension function
* Re-implement the experimental video player
* Use icons instead of labels and buttons for video player controls
* Center video player controls
* Add a TODO to ... | [{'old_path': 'experimental/components/VideoPlayer/demo/src/jvmMain/kotlin/org/jetbrains/compose/videoplayer/demo/Main.kt', 'new_path': 'experimental/components/VideoPlayer/demo/src/jvmMain/kotlin/org/jetbrains/compose/videoplayer/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,22 +1,145 @@\n packag... | Kotlin |
9e6f5b5a1e4a3f7bb1877bdeb7edafc36089c2ed | 88 | 2023-04-20 18:15:29+02:00 | -7,200 | ['3a7971d10d6057a2b3bf76d8b32735acd3cc27e7'] | Remove submodules and update development guide (#3076)
* Remove submodules since they are not required for development anymore
* Keep only needed scripts in compose directory. Everything else is moved to core repository
* Update README.md in compose development folder
* Change web -> html | [{'old_path': '.gitmodules', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,9 +0,0 @@\n-[submodule "compose/frameworks/support"]\n-\tpath = compose/frameworks/support\n-\turl = https://github.com/JetBrains/androidx\n-[submodule "compose/external/doclava"]\n-\tpath = compose/external/doclava\n-\t... | Kotlin |
f1780315651993d7579bcf43a00076e070b0c974 | 88 | 2023-04-21 17:40:57+02:00 | -7,200 | ['9e6f5b5a1e4a3f7bb1877bdeb7edafc36089c2ed'] | Navigate to publishing part of core repository (#3083) | [{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,7 @@ export COMPOSE_CUSTOM_VERSION=0.0.0-custom-version\n ```\n \n 2. Publish core libraries\n- using [instructions](https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/MULT... | Kotlin |
62e5f1edad5b617b62aa264ee5e316baad2c639a | 357 | 2023-04-27 18:02:01+02:00 | 25,200 | ['f1780315651993d7579bcf43a00076e070b0c974'] | Add Xml parsing support to js platform (#3105)
* First pass at adding Xml parsing support to js platform
Likely still need to add tests and samples
* Add JS to Parser Node and Element converter
Mirrors native impl by returning empty strings when content is unavailable
Moves MalformedXMLException out of nat... | [{'old_path': None, 'new_path': 'components/resources/library/src/commonMain/kotlin/org/jetbrains/compose/resources/vector/xmldom/MalformedXMLException.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,6 @@\n+package org.jetbrains.compose.resources.vector.xmldom\n+\n+/**\n+ * Error throw when parsed XML is ma... | Kotlin |
40c00eccb69d6477dc6d82a9e2c59e8ed7468c91 | 70 | 2023-05-02 15:11:23+03:00 | -10,800 | ['62e5f1edad5b617b62aa264ee5e316baad2c639a'] | Link to Getting Started page from IntelliJ IDEA (#3118) | [{'old_path': None, 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+### Compose Multiplatform, Getting started\n+\n+This page is obsolete, for actual info please follow to:\n+ - For Multiplatform https://github.com/JetBrains/compose-multiplatform-template... | Kotlin |
50ffa115ef401a93c9c9dfe2713db2a294aa840b | 269 | 2023-05-10 19:41:46+02:00 | -7,200 | ['40c00eccb69d6477dc6d82a9e2c59e8ed7468c91'] | Update bug_report.md (#3148) | [{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,8 +14,9 @@ A clear and concise description of what the bug is.\n Select one of the platforms below:\n - All\n - Desktop\n-- Web (K/JS) - HTML based API\n+- Web ... | Kotlin |
a12b566775fbaefed331de6bfc6a38a3d25cbb85 | 269 | 2023-05-11 14:55:44+02:00 | -7,200 | ['4be0706e9a038b4ba3f8f84d3e2adbbbcf0d712e'] | Update Conveyor README.md (#3153) | [{'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': "@@ -12,7 +12,7 @@ There are two tools available for packaging Compose applications:\n 1. The Compose Multiplatform Grad... | Kotlin |
c5b624713e42fa1e97782d5939c43d3301f6c3a1 | 400 | 2023-05-11 20:45:47+03:00 | -10,800 | ['a12b566775fbaefed331de6bfc6a38a3d25cbb85'] | Restructure benchmarks folders (#3157)
- move benchmarks content to benchmarks/desktop, benchmarks-intellij to benchmarks/intellij | [{'old_path': 'benchmarks/.gitignore', 'new_path': 'benchmarks/desktop/.gitignore', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'benchmarks/README.md', 'new_path': 'benchmarks/desktop/README.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'benchmarks/build.gradle.kts', 'new_path... | Kotlin |
c1626953459d4057cca57b2aff1a35fce311c69a | 54 | 2023-05-16 00:08:09+02:00 | -10,800 | ['b08134e73d81b7fa63ef2dfa9f14f9ef250f83dc'] | Remove variant redirection from Gradle plugin (#3168)
It was experimental and it is not needed
since our published Gradle Metadata
already has references for Android artifacts
for Android variants | [{'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': '@@ -55,20 +55,6 @@ class ComposePlugin : Plugin<Project> {\n project.conf... | Kotlin |
baeeec8abc5f79eace50dc9f70aa7961325803f2 | 54 | 2023-05-16 11:13:43+02:00 | -10,800 | ['c1626953459d4057cca57b2aff1a35fce311c69a'] | Delay resolving dependencies until configuration phase is over (#3170)
Resolves #3169 | [{'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': '@@ -22,7 +22,7 @@ import org.jetbrains.compose.desktop.DesktopExtension\n import org.... | Kotlin |
4921cb56894a3e7f661d4e49c563e6d77d39b466 | 400 | 2023-05-16 15:54:37+03:00 | -10,800 | ['baeeec8abc5f79eace50dc9f70aa7961325803f2'] | Benchmarks for iOS (#3160)
* Add a benchmark extracted from #2283 issue
* A benchmark with infinite animation based on official template project
* A benchmark app extracted from compose/integration/macrobenchmark
* A benchmark app extracted from the NY sample of examples/visual-effects | [{'old_path': None, 'new_path': 'benchmarks/ios/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+Collection of test compose multiplatfom applications used for evaluating performance of Compose for iOS.\n\\ No newline at end of file\n'}, {'old_path': None, 'new_path': 'benchmarks/ios/animation-fro... | Kotlin |
fc15726b62714bd34d3c655d21930267107e28c0 | 92 | 2023-05-16 20:22:23+02:00 | -7,200 | ['4921cb56894a3e7f661d4e49c563e6d77d39b466'] | Make codeviewer example more photogenic (top bar color and bottom margins) (#3174) | [{'old_path': 'examples/codeviewer/iosApp/iosApp/ContentView.swift', 'new_path': 'examples/codeviewer/iosApp/iosApp/ContentView.swift', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,7 @@ struct ComposeView: UIViewControllerRepresentable {\n struct ContentView: View {\n var body: some View {\n ... | Kotlin |
9b09e68e79467da70b1c72c1673c815c957f7d87 | 400 | 2023-05-18 13:04:37+03:00 | -10,800 | ['fc15726b62714bd34d3c655d21930267107e28c0'] | Add macOS native target to visual-effects-ny benchmark (#3180)
* Add macOS native target to visual-effects-ny benchmark
* handle width/height with expect/actuals | [{'old_path': 'benchmarks/ios/visual-effects-ny/androidApp/src/androidMain/kotlin/MainActivity.kt', 'new_path': 'benchmarks/ios/visual-effects-ny/androidApp/src/androidMain/kotlin/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,5 @@\n package org.jetbrains.compose.demo.visuals\n \n-import Ma... | Kotlin |
dab4531fe4ffe8509ac4ce7a7336f1016960d67c | 92 | 2023-05-21 02:37:53+02:00 | -7,200 | ['9b09e68e79467da70b1c72c1673c815c957f7d87'] | Redesign chat example (#3161)
* Redesign chat example
* Minor typography improvements
* Code cleanup
* Update examples/chat/iosApp/iosApp/iosApp.swift
Co-authored-by: Ivan Matkov <ivan.matkov@jetbrains.com>
* Use JPG instead of PNG
* Turn background in to a JPG
Add raw PXD file.
* Remove TEAM_ID
... | [{'old_path': 'examples/chat/iosApp/iosApp.xcodeproj/project.pbxproj', 'new_path': 'examples/chat/iosApp/iosApp.xcodeproj/project.pbxproj', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n \tarchiveVersion = 1;\n \tclasses = {\n \t};\n-\tobjectVersion = 50;\n+\tobjectVersion = 51;\n \tobjects = {\n \n /... | Kotlin |
0319db1d06dd65f09a12e1a91b5de758fa2d2883 | 54 | 2023-05-26 21:02:21+02:00 | -10,800 | ['dab4531fe4ffe8509ac4ce7a7336f1016960d67c'] | Improve error messages when checking tasks (#3194)
* Improve error messages when checking tasks
Previously some errors in checkRuntime task
were reported as a nested exception.
By default, Gradle shows only top-level
error message of an exception, which
made some errors confusing.
For example, when javac was m... | [{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -128,7 +128,10 @@ fun Project.configureGradlePlugin(\n }\n \n tasks.register("publishToMavenLocal") {\n+ val publishToMavenLocal = this\n for (subproject in subproject... | Kotlin |
8a15fbe069ef9731551a4be357b13c55330a3480 | 400 | 2023-06-01 15:58:50+03:00 | -10,800 | ['0319db1d06dd65f09a12e1a91b5de758fa2d2883'] | visual-effects-ny benchmark: remove dependencies on time and random. Introduce number of iterations (#3218) | [{'old_path': 'benchmarks/ios/visual-effects-ny/shared/src/androidMain/kotlin/platform/NanoTime.kt', 'new_path': 'benchmarks/ios/visual-effects-ny/shared/src/androidMain/kotlin/platform/NanoTime.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,9 @@\n package org.jetbrains.compose.demo.visuals.platform\n \... | Kotlin |
396413168fbb4eb31eeb7fbc7da3ac66cabf21d4 | 96 | 2023-06-07 13:01:37+02:00 | -7,200 | ['8a15fbe069ef9731551a4be357b13c55330a3480'] | Update compose gradle plugin version in integration composable-test-cases (#3246)
Reason: https://github.com/JetBrains/compose-multiplatform/issues/3169 is needed to run the tests with kotlin 1.9.0-Beta | [{'old_path': 'compose/integrations/composable-test-cases/gradle.properties', 'new_path': 'compose/integrations/composable-test-cases/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m\n kotlin.code.style=official\n kotlin.native.ena... | Kotlin |
ea310cede5f08f7960957369247a6575f7bc5392 | 520 | 2023-06-14 03:35:55+02:00 | -10,800 | ['396413168fbb4eb31eeb7fbc7da3ac66cabf21d4'] | Fixed links into FAQ.md (#3237) | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,11 +55,11 @@ Multiplatform applications. If you target Android or Android and iOS, we recomme\n ## Where can I find documentation and tutorials?\n \n You can find the Getting Started tutorials on the [main proj... | Kotlin |
b038d0d142e8481a0dd81a881e3a1367a61b75c9 | 96 | 2023-06-26 19:46:38+02:00 | -7,200 | ['ea310cede5f08f7960957369247a6575f7bc5392'] | Update ComposeCompilerCompatibility mapping (#3291)
* Update ComposeCompilerCompatibility.kt
* use 1.4.7 instead of 1.4.7-rc01 | [{'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': '@@ -10,6 +10,9 @@ internal object ComposeCompilerCompat... | Kotlin |
bf4130cfab8ad730e17c0f856a3a55848cd75091 | 269 | 2023-06-27 00:03:13+02:00 | -7,200 | ['b038d0d142e8481a0dd81a881e3a1367a61b75c9'] | Compose 1.4.1 docs, examples (#3287)
* Compose 1.4.1
* Remove compose-integration from replaceVersion.sh | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,31 @@\n+# 1.4.1 (June 2023)\n+\n+## Common\n+\n+### Fixes\n+- [Fix perspective transform usage](https://github.com/JetBrains/compose-multiplatform-core/pull/598)\n+- [After each ComposeScene.render phase,... | Kotlin |
d655e85c7669bd0c81ce32d7d4dff7ec2bd4a1ab | 269 | 2023-06-30 23:10:07+02:00 | -7,200 | ['bf4130cfab8ad730e17c0f856a3a55848cd75091'] | Update VERSIONING.md (#3305) | [{'old_path': 'VERSIONING.md', 'new_path': 'VERSIONING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ Kotlin version | Minimal Compose version | Notes\n 1.8.0 | 1.3.0 | 1.3.0 is not supported by earlier k/native versions\n 1.8.10 | 1.3.1\n 1.8.20 | 1.4.0\n+1.8.20 | 1.4.1\n \n ### Using the lates... | Kotlin |
23357397349f15a0f40f48d92ed21d45b9bfb940 | 490 | 2023-07-04 15:54:54+02:00 | 14,400 | ['d655e85c7669bd0c81ce32d7d4dff7ec2bd4a1ab'] | Fix widget labels (#3220)
MainView should use title so that if a custom title is
available it will be used. Hide readableName to prevent this
from happening again by mistake. | [{'old_path': 'examples/widgets-gallery/shared/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/MainView.kt', 'new_path': 'examples/widgets-gallery/shared/src/commonMain/kotlin/org/jetbrains/compose/demo/widgets/ui/MainView.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,7 +145,7 @@ private fun W... | Kotlin |
f221db27b7018f5204a7280357a1d82b9ef19296 | 455 | 2023-07-06 16:57:52+02:00 | -10,800 | ['23357397349f15a0f40f48d92ed21d45b9bfb940'] | Make HTML TestUtils wait functions cancellable (#3320)
* make TestUtils wait functions cancellable
* add tests for cancellable test utills
* Update TestUtils.kt
* Add import
* Add import | [{'old_path': 'html/test-utils/src/jsMain/kotlin/org/jetbrains/compose/web/testutils/TestUtils.kt', 'new_path': 'html/test-utils/src/jsMain/kotlin/org/jetbrains/compose/web/testutils/TestUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ import androidx.compose.runtime.Composable\n import android... | Kotlin |
f56366416643871c98114ccf0e0d5b28f21ce469 | 96 | 2023-07-06 20:35:03+02:00 | -7,200 | ['f221db27b7018f5204a7280357a1d82b9ef19296'] | Add a warning for a user who sets `compose.kotlinCompilerPlugin` to `androidx.compose.compiler.compiler` (#3313)
* Add a warning for a user who sets `compose.kotlinCompilerPlugin` to `android.compose.compiler.compiler`
The warning will show up only when a multiplatform project contains at least one of the non-jvm t... | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,12 +7,18 @@ package org.jetbrains.com... | Kotlin |
54f03178fd2fcfba1c7cef80677e86afa04772ce | 96 | 2023-07-07 10:20:57+02:00 | -7,200 | ['f56366416643871c98114ccf0e0d5b28f21ce469'] | Add info about Compose Multiplatform Compiler compatibility with kotlin (#3315)
* Add info about Compose Multiplatform Compiler compatibility with kotlin
* fix typo
* copy editing | [{'old_path': 'VERSIONING.md', 'new_path': 'VERSIONING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,6 +45,9 @@ When a new version of Kotlin is released, the corresponding Compose Multiplatfor\n \n #### Using Jetpack Compose Compiler\n \n+> **Note** \n+> The Jetpack Compose Compiler Plugin `androidx.comp... | Kotlin |
1346feea5a52f6c2f76373f253602220a2f612b2 | 400 | 2023-07-10 14:48:48+03:00 | -10,800 | ['54f03178fd2fcfba1c7cef80677e86afa04772ce'] | Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) | [{'old_path': None, 'new_path': 'benchmarks/ios/jvm-vs-kotlin-native/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+local.properties\n+build\n+.gradle\n+.idea\n+.DS_Store\n'}, {'old_path': None, 'new_path': 'benchmarks/ios/jvm-vs-kotlin-native/README.md', 'type': <ModificationType.ADD: 1>, '... | Kotlin |
16114b2f0fc917ae9c082279e8dab3ce6fcadd3a | 54 | 2023-07-18 19:11:09+02:00 | -10,800 | ['1346feea5a52f6c2f76373f253602220a2f612b2'] | Simplify resource management for iOS (#3340)
* Simplify resource management for iOS
Introduces new a new task 'sync<FRAMEWORK_CLASSIFIER>ComposeIosResources',
which collects resources from all source sets, included in iOS targets.
With this change:
* CocoaPods integration does not require any configuration or ... | [{'old_path': 'components/gradle.properties', 'new_path': 'components/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ kotlin.code.style=official\n # __KOTLIN_COMPOSE_VERSION__\n kotlin.version=1.8.20\n # __LATEST_COMPOSE_RELEASE_VERSION__\n-compose.version=1.4.1\n+compose.version=0.0.... | Kotlin |
f28d438ad03e9f64221114943bc005cee2beffdb | 96 | 2023-07-19 12:51:23+02:00 | -7,200 | ['16114b2f0fc917ae9c082279e8dab3ce6fcadd3a'] | Update ComposeCompilerCompatibility (#3371)
add kotlin 1.9.0 -> compose compiler 1.5.0 | [{'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': '@@ -12,7 +12,8 @@ internal object ComposeCompilerCompat... | Kotlin |
c918154efed47d2f3d71412d39e4590f774c292c | 96 | 2023-07-19 13:49:14+02:00 | -7,200 | ['f28d438ad03e9f64221114943bc005cee2beffdb'] | Update kotlin version in gradle plugin tests (#3372)
kotlin - 1.9.0, compose compiler plugin - 1.5.0 | [{'old_path': 'gradle-plugins/gradle.properties', 'new_path': 'gradle-plugins/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,11 +4,11 @@ kotlin.code.style=official\n # Default version of Compose Libraries used by Gradle plugin\n compose.version=1.4.1\n # The latest version of Compose Compiler ... | Kotlin |
a2cd678c82e711bcaca302a01c93f3912cc06d54 | 96 | 2023-07-19 19:45:43+02:00 | -7,200 | ['c918154efed47d2f3d71412d39e4590f774c292c'] | Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)
* Add explicit dependencies on modules to make it build with kotlin 1.9.0
* Fix typo | [{'old_path': 'html/buildSrc/gradle.properties', 'new_path': 'html/buildSrc/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-kotlin.version=1.8.20\n+kotlin.version=1.9.0\n'}, {'old_path': 'html/compose-compiler-integration/build.gradle.kts', 'new_path': 'html/compose-compiler-integration... | Kotlin |
1d0e8ded9150b92c9bd4c83cebdb2b874ac8e429 | 267 | 2023-07-19 20:55:05+02:00 | -7,200 | ['a2cd678c82e711bcaca302a01c93f3912cc06d54'] | Components. Fix `KotlinSourceSet with name 'androidTest' not found.` on Kotlin 1.9.0
FAILURE: Build failed with an exception.
* Where:
Build file '/mnt/agent/work/eef8b9c316a53dd6/components/resources/library/build.gradle.kts' line: 66
`androidTest` was deprecated: https://kotlinlang.org/docs/whatsnew18.html#kotlin-mu... | [{'old_path': 'components/resources/library/build.gradle.kts', 'new_path': 'components/resources/library/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,7 +63,7 @@ kotlin {\n dependsOn(jvmAndAndroidMain)\n dependsOn(commonButJSMain)\n }\n- val androidTest ... | Kotlin |
06bcb1c68012cf2913361000bce666178d1a6a74 | 269 | 2023-07-20 10:40:31+02:00 | -7,200 | ['17ba8f3a576c66ce36776b048a96732d28a90fcb'] | Components. Fix `KotlinSourceSet with name 'androidTest' not found.` on Kotlin 1.9.0 (#3375)
FAILURE: Build failed with an exception.
* Where:
Build file '/mnt/agent/work/eef8b9c316a53dd6/components/resources/library/build.gradle.kts' line: 66
`androidTest` was deprecated: https://kotlinlang.org/docs/whatsnew18.htm... | [{'old_path': 'components/gradle.properties', 'new_path': 'components/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,9 @@ android.useAndroidX=true\n android.enableJetifier=true\n kotlin.code.style=official\n # __KOTLIN_COMPOSE_VERSION__\n-kotlin.version=1.8.20\n+kotlin.version=1.9.0\n # _... | Kotlin |
de2f4f8d28b08da5f5a2cb0f7b81523195dd0914 | 96 | 2023-07-20 11:11:48+02:00 | -7,200 | ['06bcb1c68012cf2913361000bce666178d1a6a74'] | Fix compose.html with 1.9.0 (#3376)
* Fix compose.html build with 1.9.0 by exposing some dependencies with `api(...)`
* Temp disable integration tests in compose.html | [{'old_path': 'html/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'new_path': 'html/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform\n import java.io.File\n import java.net.URL\... | Kotlin |
eda9a69b8d10f65d51e4a49f063f0dda06b41dc7 | 96 | 2023-07-20 11:34:57+02:00 | -7,200 | ['de2f4f8d28b08da5f5a2cb0f7b81523195dd0914'] | Update yarn.lock in compose.html (#3377) | [{'old_path': 'html/kotlin-js-store/yarn.lock', 'new_path': 'html/kotlin-js-store/yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,27 @@\n # yarn lockfile v1\n \n \n+"@babel/code-frame@^7.10.4":\n+ version "7.22.5"\n+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tg... | Kotlin |
d55962dd5eaa3fc6a441bcc49c604fc132b86dfa | 400 | 2023-07-20 15:16:34+03:00 | -10,800 | ['eda9a69b8d10f65d51e4a49f063f0dda06b41dc7'] | Add commonTest source set (#3378)
- for GameControllerTest to be able to run
+ add linker options for ability to run it on iOS simulator | [{'old_path': 'examples/minesweeper/shared/build.gradle.kts', 'new_path': 'examples/minesweeper/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,16 @@ kotlin {\n jvm("desktop")\n \n ios()\n- iosSimulatorArm64()\n+ iosSimulatorArm64() {\n+ // TODO: remove after 1... | Kotlin |
47b19a6ec02554836a8226e9272d9b4081cdf41e | 96 | 2023-07-20 15:02:44+02:00 | -7,200 | ['d55962dd5eaa3fc6a441bcc49c604fc132b86dfa'] | Add kotlin 1.8.22 to compose compiler comaptibility (#3379) | [{'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': '@@ -11,6 +11,7 @@ internal object ComposeCompilerCompat... | Kotlin |
f70d82f649eeb50a2ec2fa31ce66eff78a6058b7 | 96 | 2023-07-20 16:06:21+02:00 | -7,200 | ['47b19a6ec02554836a8226e9272d9b4081cdf41e'] | Hardcode 1.8.21 as kotlin version in compose.html to make new version compatible with older kotlin (#3380)
* Hardcode 1.8.21 as kotlin version in compose.html to make new version compatible with older kotlin
* keep the old property name for kotlin version - 'kotlin.version' | [{'old_path': 'html/buildSrc/gradle.properties', 'new_path': 'html/buildSrc/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-kotlin.version=1.9.0\n+kotlin.version=1.8.21\n'}, {'old_path': 'html/kotlin-js-store/yarn.lock', 'new_path': 'html/kotlin-js-store/yarn.lock', 'type': <Modificatio... | Kotlin |
46e8549a522d0a10afc8b565db1585d68c9d5bb7 | 269 | 2023-07-20 16:16:45+02:00 | -7,200 | ['f70d82f649eeb50a2ec2fa31ce66eff78a6058b7'] | Components. Fix Mismatched @Composable annotation between expect and actual declaration (#3381)
https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Publish_2_AllGitHubRelease/4237900?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBu... | [{'old_path': 'components/AnimatedImage/library/src/commonMain/kotlin/org/jetbrains/compose/animatedimage/AnimatedImage.kt', 'new_path': 'components/AnimatedImage/library/src/commonMain/kotlin/org/jetbrains/compose/animatedimage/AnimatedImage.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n package... | Kotlin |
9f118d39d2e0716a8e6c335c5cd43fbdd39197c7 | 269 | 2023-07-20 17:40:59+02:00 | -7,200 | ['46e8549a522d0a10afc8b565db1585d68c9d5bb7'] | Components. Fix Its usage must be marked with '@kotlinx.cinterop.ExperimentalForeignApi' (#3383)
* Components. Fix Its usage must be marked with '@kotlinx.cinterop.ExperimentalForeignApi'
https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Publish_2_AllGitHubRelease/4238435?buildTab=de... | [{'old_path': 'components/resources/library/src/iosMain/kotlin/org/jetbrains/compose/resources/Resource.ios.kt', 'new_path': 'components/resources/library/src/iosMain/kotlin/org/jetbrains/compose/resources/Resource.ios.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n \n package org.jetbrains.compos... | Kotlin |
336ba2c7a1ed9c8bff484dd32730ff9b4b2785f4 | 269 | 2023-07-20 19:10:20+02:00 | -7,200 | ['9f118d39d2e0716a8e6c335c5cd43fbdd39197c7'] | Disable image viewer checks on CI (#3384)
Because:
1. it uses experimental API, that was changed int 1.5.0-beta03 after 1.4.0
2. we have a policy to use only release versions in the examples
Temporarily, will made a fix in support/1.5.0 branch | [{'old_path': 'examples/validateExamples.sh', 'new_path': 'examples/validateExamples.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@ runGradle() {\n \n runGradle chat packageDistributionForCurrentOS\n runGradle codeviewer packageDistributionForCurrentOS\n-runGradle imageviewer packageDistributionF... | Kotlin |
a609db563a2014265caec189c615c45213ed66ff | 269 | 2023-07-24 14:38:37+02:00 | -7,200 | ['336ba2c7a1ed9c8bff484dd32730ff9b4b2785f4'] | Components. Downgrade to Kotlin 1.8.22 (#3390)
Dowgrading to Kotlin 1.8 will allow to use `components` in Kotlin 1.8 and Kotlin 1.9 projects (iOS, JS targets). Now it is supported only in Kotlin 1.9 projects. | [{'old_path': 'components/gradle.properties', 'new_path': 'components/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ android.useAndroidX=true\n android.enableJetifier=true\n kotlin.code.style=official\n # __KOTLIN_COMPOSE_VERSION__\n-kotlin.version=1.9.0\n+kotlin.version=1.8.22\n # _... | Kotlin |
c09b344c0345ce82742af6c6614ae1db4ae630b4 | 279 | 2023-07-24 18:15:44+02:00 | -7,200 | ['336ba2c7a1ed9c8bff484dd32730ff9b4b2785f4'] | Adopt ImageViewer to Compose 1.5.0-dev1114 and Kotlin 1.9.0 (#3400)
* ImageViewer. Add WindowsInsets.ime and update resources
* Update gradle properties
* Fix HorizontalPager usage
* Add ExperimentalForeignApi annotation
---------
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com> | [{'old_path': 'examples/imageviewer/README.md', 'new_path': 'examples/imageviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,9 @@ To setup the environment, please consult these [instructions](https://github.com\n \n ## How to run\n \n+If you already runned this sample before, then you need to... | Kotlin |
9438837cc1f073d2a06236b072aa4908a7f10eda | 269 | 2023-07-24 18:47:08+02:00 | -7,200 | ['c09b344c0345ce82742af6c6614ae1db4ae630b4'] | ImageViewer. Reenable build on CI (#3385)
The CI checks was disabled in https://github.com/JetBrains/compose-multiplatform/pull/3384. Reenable them in support/1.5.0, which will be merged after the 1.5.0 release. | [{'old_path': 'examples/validateExamples.sh', 'new_path': 'examples/validateExamples.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@ runGradle() {\n \n runGradle chat packageDistributionForCurrentOS\n runGradle codeviewer packageDistributionForCurrentOS\n-#runGradle imageviewer packageDistribution... | Kotlin |
02caf437dbd774219e2504793c9374751d0c6d8a | 400 | 2023-07-25 11:48:13+03:00 | -10,800 | ['a609db563a2014265caec189c615c45213ed66ff'] | Widgets gallery: fix for mismatched @Composable annotation (#3402)
* Widgets gallery: fix for mismatched @Composable annotation
* Widgets gallery: remove isSystemInDarkTheme expect function | [{'old_path': 'examples/widgets-gallery/shared/src/androidMain/kotlin/org/jetbrains/compose/demo/widgets/platform/System.kt', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,8 +0,0 @@\n-package org.jetbrains.compose.demo.widgets.platform\n-\n-import androidx.compose.runtime.Composable\n-import an... | Kotlin |
5e71a953ef84b079170f1258cb43e77fc40e49f7 | 269 | 2023-07-25 21:39:53+02:00 | -7,200 | ['02caf437dbd774219e2504793c9374751d0c6d8a'] | Widgets gallery: fix for mismatched @Composable annotation (desktop) (#3409)
Folloup after https://github.com/JetBrains/compose-multiplatform/pull/3402 | [{'old_path': 'examples/widgets-gallery/shared/src/desktopMain/kotlin/org/jetbrains/compose/demo/widgets/platform/System.kt', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,5 +0,0 @@\n-package org.jetbrains.compose.demo.widgets.platform\n-\n-import org.jetbrains.skiko.SystemTheme\n-\n-actual fun... | Kotlin |
b67dde7295272b7f18226777e24be98384837dc9 | 54 | 2023-07-26 11:15:22+02:00 | -10,800 | ['a6cdfd8b710682449fbc6c58338566b21965d3f6'] | Add pro guard optimize flag (#3408)
* Add DSL flag to control ProGuard's optimizations
#3387
* Update default ProGuard version
* Revert ProGuard default version to 7.2.2. | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/ProguardSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/ProguardSettings.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,4 +22,5 @@ abstract clas... | Kotlin |
43a4086ba493bcaf70663508d5450e7536bee6f6 | 269 | 2023-07-26 17:23:38+02:00 | -7,200 | ['b67dde7295272b7f18226777e24be98384837dc9'] | Migrate examples to 1.4.3 (#3410)
[Changelog](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.4.3)
Changed templates:
https://github.com/JetBrains/compose-multiplatform-template/commit/bbf71f754c6fd7564ebb8db8aa1e990e1160a748
https://github.com/JetBrains/compose-multiplatform-ios-android-templa... | [{'old_path': 'VERSIONING.md', 'new_path': 'VERSIONING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,9 @@ Kotlin version | Minimal Compose version | Notes\n 1.8.0 | 1.3.0 | 1.3.0 is not supported by earlier k/native versions\n 1.8.10 | 1.3.1\n 1.8.20 | 1.4.0\n-1.8.20 | 1.4.1\n+1.8.21 | 1.4.3\n+1.8.2... | Kotlin |
d39136935a4d0dac99306ac7dfbc4c98fcc3d1b4 | 269 | 2023-07-28 13:52:40+02:00 | -7,200 | ['43a4086ba493bcaf70663508d5450e7536bee6f6'] | 1.5.0-beta01 CHANGELOG (#3407) | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,118 @@\n+# 1.5.0-beta01 (July 2023)\n+\n+## Common\n+\n+### Features\n+- [`Dialog` API is available to use from common source set](https://github.com/JetBrains/compose-multiplatform-core/pull/632)\n+- [`P... | Kotlin |
cb468adf961124c021d3259b4a34f31ea636cf4a | 271 | 2023-07-28 16:06:17+03:00 | -10,800 | ['d39136935a4d0dac99306ac7dfbc4c98fcc3d1b4'] | Added performance issue template (#3415)
* Added performance issue template
* Added FPS mention | [{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/performance.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,48 @@\n+---\n+name: Performance problem\n+about: Create a report to help us improve\n+title: ''\n+labels: ['submitted', 'performance']\n+assignees: ''\n+\n+---\n+\n+**Describe the problem**\n+... | Kotlin |
77a070ae45bb62fe783b1bbb58614b786aed0c46 | 96 | 2023-07-31 11:04:29+02:00 | -7,200 | ['cb468adf961124c021d3259b4a34f31ea636cf4a'] | Update build.gradle.kts (#3425) | [{'old_path': 'compose/integrations/composable-test-cases/build.gradle.kts', 'new_path': 'compose/integrations/composable-test-cases/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n+import org.jetbrains.kotlin.gradle.dsl.KotlinCompile\n import org.jetbrains.kotlin.gradle.dsl.KotlinJsC... | Kotlin |
1ae72a86471caa8aa0779755cb1f281be4c39c02 | 426 | 2023-07-31 18:32:34+02:00 | -28,800 | ['77a070ae45bb62fe783b1bbb58614b786aed0c46'] | Fix typo in tutorials/Navigation README.md (#3419)
Correct minor grammatical errors and fix some misspellings. | [{'old_path': 'tutorials/Navigation/README.md', 'new_path': 'tutorials/Navigation/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,7 @@\n \n ## General attitude\n \n-The Jetpack Compose navigation library ([navigation-compose](https://developer.android.com/jetpack/compose/navigation)) is an Android... | Kotlin |
a947c5efcca9802dad5a2d3a3b4e0d4447116300 | 96 | 2023-08-01 12:17:56+02:00 | -7,200 | ['1ae72a86471caa8aa0779755cb1f281be4c39c02'] | Disable signature clash checks for web targets (#3445)
Compose compiler plugin produces symbols with identical signatures. k/jvm and k/native do not check for clashes, while k/js does. We disable the checker in our gradle plugin, so our users do not need to add extra workaround on their side. | [{'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': '@@ -24,11 +24,14 @@ import org.jetbrains.compose.experimental.internal.configureExper... | Kotlin |
563575a866c09c283ba9998e3ab44888e8a00779 | 92 | 2023-08-02 20:46:25+03:00 | -7,200 | ['a947c5efcca9802dad5a2d3a3b4e0d4447116300'] | Update Navigation tutorial to refer to Awesome List (#3441)
Remove third-party specific samples | [{'old_path': 'examples/README.md', 'new_path': 'examples/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n # Samples\n | Sample | Description | Platforms |\n-| ------------- | ------------- | -------------... | Kotlin |
d9767c34a2e18738b7f7acdcacda58bb88ea1515 | 54 | 2023-08-02 20:39:10+02:00 | -7,200 | ['563575a866c09c283ba9998e3ab44888e8a00779'] | Set icon on EDT (#3452) | [{'old_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewToolWindow.kt', 'new_path': 'idea-plugin/src/main/kotlin/org/jetbrains/compose/desktop/ide/preview/PreviewToolWindow.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@\n */\n package org.jetbrains.compose.deskt... | Kotlin |
3add7ce9dab20e5fc5f5a0aa6aa2580937214778 | 96 | 2023-08-03 09:34:04+02:00 | -7,200 | ['d9767c34a2e18738b7f7acdcacda58bb88ea1515'] | Add runtimeSaveable to Dependencies in compose gradle plugin (#3449) | [{'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': '@@ -100,6 +100,7 @@ class ComposePlugin : Plugin<Project> {\n val material ge... | Kotlin |
1dc5839ed781a7d7893814b701c18b88c8097046 | 54 | 2023-08-03 12:17:15+02:00 | -7,200 | ['3add7ce9dab20e5fc5f5a0aa6aa2580937214778'] | Raise error when Homebrew JDK is used for packaging (#3451)
Resolves #3107 | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,6 +70,7 @@ dependencies {\n embedded("org.jetbrains.kotlinx:kotlinx-serialization-core:${BuildProperties.serializationVersion}")\n embedded("org.j... | Kotlin |
1d6752b9126bb748daae7d4a652db6eb599f6a41 | 96 | 2023-08-07 11:20:05+02:00 | -7,200 | ['1dc5839ed781a7d7893814b701c18b88c8097046'] | add a test for composable getter in expect/actual val getter (#3456) | [{'old_path': 'compose/integrations/composable-test-cases/gradle.properties', 'new_path': 'compose/integrations/composable-test-cases/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m\n kotlin.code.style=official\n kotlin.native.e... | Kotlin |
e888495386d11e13a7bccbb5af012683462d1abc | 96 | 2023-08-08 14:21:57+02:00 | -7,200 | ['1d6752b9126bb748daae7d4a652db6eb599f6a41'] | Handle ClassCastException for ComposeMultiplatformBuildService in Compose Gradle plugin (#3467)
* Handle ClassCastException for ComposeMultiplatformBuildService in Compose Gradle plugin
ClassCastException might occur when our gradle plugin was loaded more than once. See https://github.com/JetBrains/compose-multipl... | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@ import org.jetbrains.comp... | Kotlin |
950d5a991ccffbe9d7b831af413b30c97aa5ccf0 | 54 | 2023-08-11 17:33:11+02:00 | -7,200 | ['44376fdf851f3a6091e565c52c8e28d614f8a8d2'] | Manage Kotlin native cache kind automatically based on Kotlin version (#3477)
Set Kotlin/Native cache kind based on Kotlin version
Resolves #2046
Resolves #2386 | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,6 @@ import org.jetbrains.comp... | Kotlin |
6d88ec2220f1b6620789a16a77173150ee8a185d | 269 | 2023-08-14 03:04:03+02:00 | -7,200 | ['950d5a991ccffbe9d7b831af413b30c97aa5ccf0'] | 1.5.0-beta02 Changelog (#3483) | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,58 @@\n+# 1.5.0-beta02 (August 2023)\n+\n+## Common\n+\n+### Features\n+- [`androidx.compose.material.DropdownMenu` is available to use from common source set](https://github.com/JetBrains/compose-multipl... | Kotlin |
fa2df40e115096a243ed7e993b9b9648b0424fdd | 54 | 2023-08-15 19:49:58+02:00 | -7,200 | ['6127a297007fa33d5bf2068e74aff47d3d10a5b6'] | Replace warnings with errors (#3496) | [{'old_path': 'examples/chat/gradle.properties', 'new_path': 'examples/chat/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,11 +6,10 @@ org.gradle.jvmargs=-Xmx3g\n org.jetbrains.compose.experimental.jscanvas.enabled=true\n org.jetbrains.compose.experimental.macos.enabled=true\n org.jetbrains.co... | Kotlin |
72cccc66bc80c6f528870e9054544113317ecce0 | 54 | 2023-08-15 20:00:06+02:00 | -7,200 | ['fa2df40e115096a243ed7e993b9b9648b0424fdd'] | Rename compose.ios.resources.sync flag (#3498) | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/utils/IosGradleProperties.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/utils/IosGradleProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1... | Kotlin |
83d2b54e35841db97886ba2f9418ecd075041dba | 204 | 2023-08-16 11:29:07+03:00 | -10,800 | ['6d88ec2220f1b6620789a16a77173150ee8a185d'] | Fix iOS ImageViewer example with Compose 1.4.3 and Kotlin 1.9.0 (#3502) | [{'old_path': 'examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/platform.ios.kt', 'new_path': 'examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/platform.ios.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@ import platform.Foundation.CFBridgingRelease\n import pla... | Kotlin |
91a7dcb0f6d6170a2339cee9c10faff9726abd86 | 96 | 2023-08-16 16:41:44+02:00 | -7,200 | ['83d2b54e35841db97886ba2f9418ecd075041dba'] | Fix composable test build.gradle.kts (#3506) | [{'old_path': 'compose/integrations/composable-test-cases/buildSrc/src/main/kotlin/TargetsConfiguration.kt', 'new_path': 'compose/integrations/composable-test-cases/buildSrc/src/main/kotlin/TargetsConfiguration.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,9 @@ val Project.isInIdea: Boolean\n val Pro... | Kotlin |
ef04feee54f1d757114f0811c59052447c584767 | 96 | 2023-08-16 19:26:33+02:00 | -7,200 | ['91a7dcb0f6d6170a2339cee9c10faff9726abd86'] | Update ComposeCompilerCompatibility.kt (#3509)
It updates the default version of compose compiler plugin for kotlin 1.9.0
For now it's 1.5.1-rc01 version. For a stable release, we'll build a stable 1.5.1 compose compiler plugin. | [{'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': '@@ -14,7 +14,7 @@ internal object ComposeCompilerCompat... | Kotlin |
ebc3d5b67c2db94709aa3e6a527af0189c8990b6 | 96 | 2023-08-17 11:39:31+02:00 | -7,200 | ['ef04feee54f1d757114f0811c59052447c584767'] | Update ComposeCompilerCompatibility.kt (#3516)
It includes an important cherry-pick: https://android-review.googlesource.com/c/platform/frameworks/support/+/2711837 | [{'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': '@@ -14,7 +14,7 @@ internal object ComposeCompilerCompat... | Kotlin |
6df509ffb51fcfb0bba9e297207645ee2f96574b | 269 | 2023-08-17 15:09:58+02:00 | -7,200 | ['ebc3d5b67c2db94709aa3e6a527af0189c8990b6'] | Stabilize UI Test library for Desktop (#3518)
For iOS/Web it will be stabilized with stabilizing these targets themselves. Also, we should expose uiTest for them, not uiTestJUnit4
JUnit5 support will be provided in the future in [this issue](https://github.com/JetBrains/compose-multiplatform/issues/2371)
## API ... | [{'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 @@ abstract class ComposePlugin : Plugin<Project> {\n val ru... | Kotlin |
87d1972a39d433edd4912275fec5f9c375c48e62 | 54 | 2023-08-17 18:45:01+02:00 | -7,200 | ['1bcdf35991f2eed03109b0bca0bec81fad581ae6'] | Fix cache kind management with nested subprojects (#3519)
* Fix cache kind management with nested subprojects
Previously, cache kind property management
worked incorrectly when Compose Gradle plugin
was applied to both parent and child subprojects,
e.g. :compose-subproject-1:compose-subproject-2.
With this exam... | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeMultiplatformBuildService.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeMultiplatformBuildService.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,24 +2,35 @@ package org.jetbrains.compose... | Kotlin |
8c724096fd83ea405bbd7161b0a745c7f3c23350 | 382 | 2023-08-18 13:55:04+03:00 | -10,800 | ['87d1972a39d433edd4912275fec5f9c375c48e62'] | Add a unit test to the imageviewer example. (#3527)
* Add a unit test to the imageviewer example.
* Fix android build of imageviewer | [{'old_path': 'examples/imageviewer/androidApp/build.gradle.kts', 'new_path': 'examples/imageviewer/androidApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ plugins {\n }\n \n kotlin {\n- android()\n+ androidTarget()\n sourceSets {\n val androidMain by getting {\n ... | Kotlin |
60a0cdc0cbd200555d4bc4f824c0481f44785711 | 382 | 2023-08-20 14:15:48+03:00 | -10,800 | ['6df509ffb51fcfb0bba9e297207645ee2f96574b'] | Add a scrollbar to the SquaresGalleryView on the desktop (#3520) | [{'old_path': None, 'new_path': 'examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/GalleryScreen.android.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,25 @@\n+package example.imageviewer.view\n+\n+import androidx.compose.foundation.layout.Arrangement\n+import androidx.compose.fou... | Kotlin |
f60497a95b970aad77616ac0910aa114c1e8235e | 54 | 2023-08-21 11:27:30+02:00 | -7,200 | ['8c724096fd83ea405bbd7161b0a745c7f3c23350'] | Convert examples from cocoapods to regular frameworks (#3529) | [{'old_path': 'examples/chat/gradle.properties', 'new_path': 'examples/chat/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,5 @@\n kotlin.code.style=official\n xcodeproj=./iosApp\n-kotlin.native.cocoapods.generate.wrapper=true\n android.useAndroidX=true\n org.gradle.jvmargs=-Xmx3g\n org.je... | Kotlin |
494c6862937fa39fdaf118317dbf9c8fb5f0e4fa | 441 | 2023-08-21 16:54:16+03:00 | -28,800 | ['60a0cdc0cbd200555d4bc4f824c0481f44785711'] | ImageViewer, Android camera (#3487)
* The camera should stop working after leaving CameraView on Android.
* Update examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/CameraView.android.kt | [{'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': '@@ -79,6 +79,7 @@ private fun CameraWithGrant... | Kotlin |
198326d2f10c8fea2c95615bd13c17d6654debb6 | 96 | 2023-08-21 17:03:43+02:00 | -7,200 | ['494c6862937fa39fdaf118317dbf9c8fb5f0e4fa'] | Update ComposeCompilerCompatibility mapping (#3538)
* Update ComposeCompilerCompatibility mapping
* Update gradle.properties | [{'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': '@@ -14,7 +14,7 @@ internal object ComposeCompilerCompat... | Kotlin |
3e40cdab447e5356451b4a8a2ede73e54cc9c351 | 54 | 2023-08-22 13:21:34+02:00 | -7,200 | ['f60497a95b970aad77616ac0910aa114c1e8235e'] | Add example with cocoapods (#3541)
* Add example with cocoapods
* README for cocoapods example (#3548)
---------
Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com> | [{'old_path': None, 'new_path': 'examples/cocoapods-ios-example/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,7 @@\n+local.properties\n+iosApp/Podfile.lock\n+iosApp/Pods/*\n+iosApp/iosApp.xcworkspace/*\n+iosApp/iosApp.xcodeproj/*\n+!iosApp/iosApp.xcodeproj/project.pbxproj\n+shared/shared.podspec\n... | Kotlin |
ef23155b6d23519568678d3e727fffbb50257800 | 269 | 2023-08-23 10:44:39+02:00 | -7,200 | ['3e40cdab447e5356451b4a8a2ede73e54cc9c351'] | UI testing tutorial (#3552)
See https://youtrack.jetbrains.com/issue/COMPOSE-314/Stabilize-ui-test-framework, p.4 | [{'old_path': 'tutorials/README.md', 'new_path': 'tutorials/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@\n * [Navigation](Navigation)\n * [Accessibility](Accessibility)\n * [Building a native distribution](Native_distributions_and_local_execution)\n+* [UI testing](UI_Testing)\n \n ## Web... | Kotlin |
dae7d42f731989025e8923ce0b72ea7716ab757e | 204 | 2023-08-24 14:06:46+03:00 | -10,800 | ['ef23155b6d23519568678d3e727fffbb50257800'] | simplify and adapt iOS examples to Compose 1.5.0 (#3547) | [{'old_path': 'examples/chat/iosApp/iosApp/ComposeInsideSwiftUIScreen.swift', 'new_path': 'examples/chat/iosApp/iosApp/ComposeInsideSwiftUIScreen.swift', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,9 +38,8 @@ struct TextInputLayer: View {\n textFieldFocused = false\n ... | Kotlin |
e7f3ee2ae32ceec528719763dc685fb486d58eb5 | 96 | 2023-08-24 13:48:12+02:00 | -7,200 | ['dae7d42f731989025e8923ce0b72ea7716ab757e'] | Add a workaround to examples to run the js app with kotlin 1.9.0 (#3536)
The workaround can be removed after we switch to kotlin 1.9.10 (see https://youtrack.jetbrains.com/issue/KT-60852) | [{'old_path': 'examples/falling-balls/gradle.properties', 'new_path': 'examples/falling-balls/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,3 +12,8 @@ kotlin.native.binary.memoryModel=experimental\n kotlin.version=1.9.0\n agp.version=7.1.3\n compose.version=1.5.0-rc01\n+\n+# TODO: remove whe... | Kotlin |
53e367411876f60bd3121756eb4bf9d13629bf27 | 269 | 2023-08-24 18:02:09+02:00 | -7,200 | ['e7f3ee2ae32ceec528719763dc685fb486d58eb5'] | 1.5.0 Changelog and updated examples (#3556)
The changelog is merged from the prerelease versions:
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta01
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta02
I will change versions to 1.5.0 in a separate PR later | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,149 @@\n+# 1.5.0 (August 2023)\n+> This is a combined changelog from the prerelease versions:\n+> - [1.5.0-beta01](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta01)\n+> - [1.5... | Kotlin |
0215dd95512e00d53969d741a8ae3add6966fe38 | 269 | 2023-08-25 16:48:42+02:00 | -7,200 | ['53e367411876f60bd3121756eb4bf9d13629bf27'] | Update Android projects (#3566)
- Update Gradle to 8.2.1 (for non-Android project as well)
- Update AGP to 8.0.2
- add jvmToolchain for Android projects (it is required now)
- removed targetSdk from shared modules (it is deprecated for com.android.library projects)
- move "package" from manifset to "namespac... | [{'old_path': 'examples/chat/androidApp/build.gradle.kts', 'new_path': 'examples/chat/androidApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ plugins {\n }\n \n kotlin {\n- android()\n+ androidTarget()\n sourceSets {\n val androidMain by getting {\n dep... | Kotlin |
45079fb31ba79f1b95fc651f81873223f02184cc | 269 | 2023-08-26 10:52:43+02:00 | -7,200 | ['19777bfda6a1f0da0f33baf7fb08c39809f8f831'] | Fix crash in Codeviewer on Android (#3567)
It crashes on Android, because it doesn't have slice method yet (only starting from API 34):
```
java.lang.NoSuchMethodError: No virtual method slice(II)Ljava/nio/MappedByteBuffer; in class Ljava/nio/MappedByteBuffer; or its super classes (declaration of 'java.nio.MappedBy... | [{'old_path': 'examples/codeviewer/shared/src/jvmMain/kotlin/org/jetbrains/codeviewer/platform/JvmFile.kt', 'new_path': 'examples/codeviewer/shared/src/jvmMain/kotlin/org/jetbrains/codeviewer/platform/JvmFile.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,9 @@ fun java.io.File.toProjectFile(): File = ... | Kotlin |
24e3c954ac427679d5d0445d940dcd1a08467a48 | 204 | 2023-08-30 21:18:18+03:00 | -10,800 | ['f3f8b8dab4ff8415462936cbd3e52d449beb1e2b'] | ios interop examples (#3582) | [{'old_path': None, 'new_path': 'examples/interop/ios-compose-in-swiftui/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+local.properties\n+.idea\n+iosApp/iosApp.xcworkspace/*\n+iosApp/iosApp.xcodeproj/*\n+!iosApp/iosApp.xcodeproj/project.pbxproj\n'}, {'old_path': None, 'new_path': 'examples/... | Kotlin |
13d427451d5c3dd94ebc43a3eb5e51150100d0c5 | 204 | 2023-08-31 13:39:47+04:00 | -14,400 | ['24e3c954ac427679d5d0445d940dcd1a08467a48'] | examples/interop/ios-compose-in-uikit Color theme on UIKit page | [{'old_path': 'examples/interop/ios-compose-in-uikit/iosApp/iosApp/AppDelegate.swift', 'new_path': 'examples/interop/ios-compose-in-uikit/iosApp/iosApp/AppDelegate.swift', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,13 @@ class UIKitViewController: UIViewController {\n label.textAlignment = .cen... | Kotlin |
02224ccd3f490545fdb7e3aea855719cb8b0fcdb | 54 | 2023-09-02 13:12:16+02:00 | -10,800 | ['96dad843826a31b30b6df97b29829ba6ed2fdaae'] | Tooling maintenance (#3606)
* Update Gradle to 8.3 in tooling
* Introduce version catalogs
* Update Kotlin
* Update Intellij SDK plugin
* Update download plugin
* Update shadow jar plugin
* Update Gradle plugin portal plugin | [{'old_path': 'gradle-plugins/build.gradle.kts', 'new_path': 'gradle-plugins/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,10 +2,11 @@ import com.gradle.publish.PluginBundleExtension\n import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile\n \n plugins {\n- val kotlinVersion = "1.7.20"\n... | Kotlin |
847a214c4abe90079208e587440ac6d9c87ccbe3 | 54 | 2023-09-02 16:09:12+02:00 | -10,800 | ['02224ccd3f490545fdb7e3aea855719cb8b0fcdb'] | Relocate serialization (#3607)
Resolves #3479 | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,10 +71,12 @@ dependencies {\n embedded(project(":jdk-version-probe"))\n }\n \n+val packagesToRelocate = listOf("de.undercouch", "kotlinx.serialization... | Kotlin |
3e31d9a6b03baee24a1faa0add17b56c3b1fc248 | 54 | 2023-09-02 16:12:47+02:00 | -10,800 | ['847a214c4abe90079208e587440ac6d9c87ccbe3'] | Run Gradle test on parallel agents (#3608) | [{'old_path': '.github/workflows/gradle-plugin.yml', 'new_path': '.github/workflows/gradle-plugin.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@ jobs:\n fail-fast: false\n matrix:\n os: [ubuntu-20.04, macos-12, windows-2022]\n+ gradle: [7.3.3, 8.3]\n runs-on: ${{ m... | Kotlin |
1d73c799a09068e5915ed5cf7214a6e8b68fd32d | 96 | 2023-09-04 15:58:20+02:00 | -7,200 | ['3e31d9a6b03baee24a1faa0add17b56c3b1fc248'] | Support kotlin 1.9.10 (#3616)
* Support kotlin 1.9.10
* Update gradle.properties | [{'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': '@@ -14,7 +14,8 @@ internal object ComposeCompilerCompat... | Kotlin |
255c36a0ad041dc27bdb759611e84ce9441ee52b | 204 | 2023-09-04 17:39:51+03:00 | -10,800 | ['1d73c799a09068e5915ed5cf7214a6e8b68fd32d'] | iOS Simplify Swift code in examples (#3609)
* COMPOSE-351, iOS Simplify Swift code in examples
- change indent from tabs to spaces
- simplify and inline SwiftUI ContentView structure
https://youtrack.jetbrains.com/issue/COMPOSE-351/remove-redundant-struct-ContentView
Co-authored-by: Ivan Matkov <ivan.matko... | [{'old_path': 'examples/chat/iosApp/iosApp.xcodeproj/project.pbxproj', 'new_path': 'examples/chat/iosApp/iosApp.xcodeproj/project.pbxproj', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@\n \t\t184881FBE98BA5BF02A0A186 /* GradientTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1848892FA74... | Kotlin |
499b62830be69765efa056336596e35209300cf1 | 204 | 2023-09-04 19:38:39+03:00 | -10,800 | ['255c36a0ad041dc27bdb759611e84ce9441ee52b'] | Simplify UIKitView example (#3618) | [{'old_path': 'examples/interop/ios-uikit-in-compose/shared/src/iosMain/kotlin/ComposeUITextField.uikit.kt', 'new_path': 'examples/interop/ios-uikit-in-compose/shared/src/iosMain/kotlin/UseUITextField.kt', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,8 +1,16 @@\n+import androidx.compose.foundation.border\n+impo... | Kotlin |