Assigned
Status Update
Comments
si...@google.com <si...@google.com>
se...@google.com <se...@google.com> #2
@bugjuggler wait until 10-05-2022
se...@google.com <se...@google.com> #3
bugjuggler: wait until 2022-10-05
bu...@google.com <bu...@google.com> #4
Hi. I've received your bug and will wait until 2022-10-05 00:00 -0700 PDT and then assign the bug to seanmcq@google.com and unCc myself.
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-main
commit d8691922e60d8ed9b537394cc9cba9a2f0852d65
Author: Sean McQuillan <seanmcq@google.com>
Date: Mon Jul 18 11:09:41 2022
Deprecated TextInputService.show|hideSoftwareKeyboard
These are replaced by SoftwareKeyboardController for app usage and TextInputSession for IME-management usage.
Bug: b/183448615
Relnote: "Deprecate TextInputService.show|hideSoftwareKeyboard. Please use SoftwareKeyboardController instead in app code and TextInputSession in IME-management code."
Test: n/a just a deprecation
Change-Id: I14e4cb6e685dd9a0a172797d8d3f363446aeb89d
M compose/ui/ui-text/api/restricted_current.txt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/TextInputService.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/text/CoreTextFieldSelectionOnBackTest.kt
M compose/ui/ui-text/api/public_plus_experimental_current.txt
M compose/ui/ui-text/api/current.txt
https://android-review.googlesource.com/2157338
Branch: androidx-main
commit d8691922e60d8ed9b537394cc9cba9a2f0852d65
Author: Sean McQuillan <seanmcq@google.com>
Date: Mon Jul 18 11:09:41 2022
Deprecated TextInputService.show|hideSoftwareKeyboard
These are replaced by SoftwareKeyboardController for app usage and TextInputSession for IME-management usage.
Bug:
Relnote: "Deprecate TextInputService.show|hideSoftwareKeyboard. Please use SoftwareKeyboardController instead in app code and TextInputSession in IME-management code."
Test: n/a just a deprecation
Change-Id: I14e4cb6e685dd9a0a172797d8d3f363446aeb89d
M compose/ui/ui-text/api/restricted_current.txt
M compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/TextInputService.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/text/CoreTextFieldSelectionOnBackTest.kt
M compose/ui/ui-text/api/public_plus_experimental_current.txt
M compose/ui/ui-text/api/current.txt
Description
TextInputService.show|hide keyboard functions were marked @Deprecated in preparation for their replacement with LocalSoftwareKeyboardController.
Complete the refactor and either: