Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit ef9b7f3a092feeb08a3d21c708be156a1d931f6d
Author: Anastasia Soboleva <soboleva@google.com>
Date: Tue May 12 20:21:10 2020
Fix keyboard is not being appeared in FilledTextField issue
Add callback that provides a software keyboard controller and add the controller to the onImeAction callback. This allows to show/hide the keyboard.
Fixes: 155427736
Test: demo with new sample tested
Relnote: "Allow to show/hide software keyboard manually using SoftwareKeyboardController"
Change-Id: Ifb9d6b63534b4e71121bbd983a56217da40d7978
M ui/ui-material/api/0.1.0-dev12.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev12.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev12.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/ui/material/demos/MaterialTextField.kt
M ui/ui-material/samples/src/main/java/androidx/ui/material/samples/TextFieldSamples.kt
M ui/ui-material/src/androidTest/java/androidx/ui/material/FilledTextFieldTest.kt
M ui/ui-material/src/main/java/androidx/ui/material/TextField.kt
https://android-review.googlesource.com/1310876
Branch: androidx-master-dev
commit ef9b7f3a092feeb08a3d21c708be156a1d931f6d
Author: Anastasia Soboleva <soboleva@google.com>
Date: Tue May 12 20:21:10 2020
Fix keyboard is not being appeared in FilledTextField issue
Add callback that provides a software keyboard controller and add the controller to the onImeAction callback. This allows to show/hide the keyboard.
Fixes: 155427736
Test: demo with new sample tested
Relnote: "Allow to show/hide software keyboard manually using SoftwareKeyboardController"
Change-Id: Ifb9d6b63534b4e71121bbd983a56217da40d7978
M ui/ui-material/api/0.1.0-dev12.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev12.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev12.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/ui/material/demos/MaterialTextField.kt
M ui/ui-material/samples/src/main/java/androidx/ui/material/samples/TextFieldSamples.kt
M ui/ui-material/src/androidTest/java/androidx/ui/material/FilledTextFieldTest.kt
M ui/ui-material/src/main/java/androidx/ui/material/TextField.kt
Description
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Android Studio Build: 4.1 Canary 7 Version of Gradle Plugin: 4.1.0-alpha07 Version of Gradle: 6.3 OS: Windows 10 Version of Compose: 0.1.0-dev10
Steps to Reproduce:
Scenario 1:
Scenario 2: