-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into support/1.5.0
- Loading branch information
Showing
224 changed files
with
1,316 additions
and
8,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: Performance problem | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: ['submitted', 'performance'] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the problem** | ||
Explain the performance issue you're experiencing, including the following details: | ||
|
||
- What specific issue did you encounter? (e.g. missing frames, high CPU usage, memory leaks) | ||
- Have you noticed any patterns or specific circumstances under which the problem occurs? | ||
|
||
**Affected platforms** | ||
Select one of the platforms below: | ||
- All | ||
- Desktop | ||
- Web (K/Wasm) - Canvas based API | ||
- Web (K/JS) - Canvas based API | ||
- Web (K/JS) - HTML library | ||
- iOS | ||
- Other | ||
|
||
If the problem is Android-only, report it in the [Jetpack Compose tracker](https://issuetracker.google.com/issues/new?component=612128) | ||
|
||
**Versions** | ||
- Kotlin version: | ||
- Compose Multiplatform version: | ||
- OS version(s) (required for Desktop and iOS issues): | ||
- OS architecture (x86 or arm64): | ||
- JDK (for desktop issues): | ||
|
||
**Sample code** | ||
If possible, provide a small piece of code that reproduces the problem. If the code snippet is too large to paste here, please link to a Gist, a GitHub repo, or any other public code repository. | ||
|
||
**Reproduction steps** | ||
Please provide a detailed step-by-step guide on how to reproduce the issue you are experiencing. | ||
|
||
**Video** | ||
If you're reporting slow app work or missing frames, please provide a video of the problem. | ||
|
||
**Profiling data** | ||
Please provide any relevant profiling data that might be helpful. This could include information like FPS, memory usage, CPU time, or any other data that could provide insight into the performance issue. | ||
|
||
**Additional information** | ||
Provide any other details that you think might be helpful for us to understand the problem. This could include things like the system configuration, external factors, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
compose.version=1.4.1 | ||
compose.version=1.4.3 | ||
kotlin.code.style=official |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 | ||
kotlin.code.style=official | ||
kotlin.version=1.8.20 | ||
compose.version=1.4.1 | ||
kotlin.version=1.9.0 | ||
compose.version=1.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 | ||
kotlin.code.style=official | ||
kotlin.version=1.8.20 | ||
compose.version=1.4.1 | ||
kotlin.version=1.9.0 | ||
compose.version=1.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.