compose-multiplatform-core icon indicating copy to clipboard operation
compose-multiplatform-core copied to clipboard

Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.

Results 49 compose-multiplatform-core issues
Sort by recently updated
recently updated
newest added

Failing tests: ``` WindowInputEventTest.catch mouse move PointerIconTest.childWins ``` The calling chain of `PointerIconTest.childWins` was: ``` Enter(5,5) Move(5,5) - position is the same, so we don't pass the event Move(15,15) -...

The PR fixes the android instrumented tests error: ``` java.lang.NoSuchMethodError: No static method forceEnableAppTracing()V in class Landroidx/tracing/Trace; or its super classes (declaration of 'androidx.tracing.Trace' appears in /data/app/~~s26c1oIVvuiT-6A9Xs0BMw==/com.example.myapplication-IKiXmDMQhaHbuYuDnhHIDA==/base.apk!classes4.dex) at androidx.test.platform.tracing.AndroidXTracer.enableTracing(AndroidXTracer.java:57) ```

Commonize and configure publishing for `:compose:material3:adaptive:adaptive` and `:window:window-core` modules. Configure the `:compose:material3:adaptive:adaptive` and `:window:window-core` modules as CMP and include them to the publication. Added new method to non-android source set...

## Proposed Changes By default, crash applications which don't contain a proper `CADisableMinimumFrameDurationOnPhone` entry in the Info.plist, when running on an iPhone. Implementation for https://youtrack.jetbrains.com/issue/CMP-5643/Make-CADisableMinimumFrameDurationOnPhone-a-requirement-to-run-Compose-Multiplatform-on-iOS ## Release Notes ### iOS...

changes in API

Right now all touches are delayed until reception by interop views after changed introduced by https://github.com/JetBrains/compose-multiplatform-core/commit/a78dd417a3e1aec2aa2e009d46129551eb215a4e Similar to interaction of `UIControl` and `UIScrollView`, sometimes [it's not a desirable behavior](https://youtrack.jetbrains.com/issue/CMP-5705) and...

changes in API
ios

To work with resources in the desktop compose the recommended way is to use the special resources library. Fixes https://youtrack.jetbrains.com/issue/CMP-1108 ## Release Notes ### Breaking changes - Resources - Deprecate...

Now we need only to switch to the commit, and call a needed script. It creates 2 branches, which can be tested on CI, and merged with simple git merge....