Andrei Salavei

Results 4 issues of Andrei Salavei

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...

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...

changes in common

Currently the app crashes on a swipe back gesture, if the root controller is a `UINavigationController`. The UIApplication should be initialized before the view controller is being created. Fixes https://youtrack.jetbrains.com/issue/CMP-6727/Swipe-back-crashes-when-app-started-from-defaultUIKitMain...

changes in API

Implement task that prints all iOS/Darwin-specific symbols into console when executing. Example: ``` > Task :mpp:printDarwinOnlyKlibApi compose/ui/ui : 25 /Users/Andrei.Salavei/proj/compose-multiplatform-core/compose/ui/ui/api/ui.klib.api:1066 | abstract fun hitTestInteropView(androidx.compose.ui.geometry/Offset): platform.UIKit/UIResponder? // androidx.compose.ui.scene/ComposeScene.hitTestInteropView|hitTestInteropView(androidx.compose.ui.geometry.Offset){}[0] /Users/Andrei.Salavei/proj/compose-multiplatform-core/compose/ui/ui/api/ui.klib.api:1206 | abstract...