Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
no...@google.com <no...@google.com>
si...@google.com <si...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit fdd7a9a8e629fe14e8438bfb3f2a5b7a0b38a445
Author: Siyamed Sinir <siyamed@google.com>
Date: Tue Jan 05 15:33:24 2021
ImeOptions/KeyboardOptions are no more a data class
Test: ./gradlew compose:ui:ui-text:test
Test: ./gradlew compose:ui:ui-text:connectedAndroidTest
Fixes: 175687430
Fixes: 168684531
RelNote: ImeOptions and KeyboardOptions are no more a data class
Change-Id: I3c898ecf1f83f64bc9886a088af4fa2a12adcff7
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/KeyboardOptions.kt
M compose/ui/ui-text/api/current.txt
M compose/ui/ui-text/api/public_plus_experimental_current.txt
M compose/ui/ui-text/api/restricted_current.txt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/EditCommand.kt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/ImeOptions.kt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/TextInputService.kt
https://android-review.googlesource.com/1540572
Branch: androidx-main
commit fdd7a9a8e629fe14e8438bfb3f2a5b7a0b38a445
Author: Siyamed Sinir <siyamed@google.com>
Date: Tue Jan 05 15:33:24 2021
ImeOptions/KeyboardOptions are no more a data class
Test: ./gradlew compose:ui:ui-text:test
Test: ./gradlew compose:ui:ui-text:connectedAndroidTest
Fixes: 175687430
Fixes: 168684531
RelNote: ImeOptions and KeyboardOptions are no more a data class
Change-Id: I3c898ecf1f83f64bc9886a088af4fa2a12adcff7
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/KeyboardOptions.kt
M compose/ui/ui-text/api/current.txt
M compose/ui/ui-text/api/public_plus_experimental_current.txt
M compose/ui/ui-text/api/restricted_current.txt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/EditCommand.kt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/ImeOptions.kt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/TextInputService.kt
Description
* There is no guarantee nor callback of the result of this API. The software keyboard or
* system service may silently ignores this request.
s/ignores/ignore