compose-multiplatform-core
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.
There are currently several problems with text selection in `SelectionContainer`: 1. When right-clicking a `SelectionContainer` with no text, the app will crash. 2. When right-clicking on the padding of a...
Add localised strings resources (without proofread) for uikit module. Currently strings will be used for voice announcements when VoiceOver feature is enables on iOS. **Next step**: Use `UpdateTranslationsTask` to generate...
Since new scroll implementation involves detecting drag gestures, the pointer events are consumed by it. Therefore the clicks do not work when the pointer is moved. This change check the...
Added predictive back support for iOS which in turn allows it to work in navigation ## Testing I tested thoroughly on a sample project on both iOS and Android This...
This was actually the reason while js failed quite often
Describe proposed changes and the issue being fixed Fixes [[link to the issue]](https://youtrack.jetbrains.com/issue/CMP-6634/iOS.-BTF2.-Selection-handlers-looks-wrong) ## Testing This should be tested by QA ## Release Notes ### Fixes - iOS - Fix...
The changes were prepared by Timofey to fix Cinterop issues with Xcode 16.