Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 4b73c65a6ef6702c49179fa571d8f93fd1c0549b
Author: Ralston Da Silva <ralu@google.com>
Date: Wed Jan 06 17:40:29 2021
Remove deprecated APIs
Bug: 174728671
Bug: 175156387
Test: N/A
Relnote: Removed deprecated focusObserver use onFocusChanged or onFocusEvent instead
Relnote: Removed deprecated keyInputFilter use onKeyEvent instead
Relnote: Removed deprecated previewKeyInputFilter use onPreviewKeyEvent instead
Change-Id: I3ecb9449c5aa3e9b3a9d396808c63a8b2c199916
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/public_plus_experimental_current.txt
M compose/ui/ui/api/restricted_current.txt
D compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/FocusObserverModifier.kt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/key/KeyInputModifier.kt
https://android-review.googlesource.com/1540836
Branch: androidx-main
commit 4b73c65a6ef6702c49179fa571d8f93fd1c0549b
Author: Ralston Da Silva <ralu@google.com>
Date: Wed Jan 06 17:40:29 2021
Remove deprecated APIs
Bug: 174728671
Bug: 175156387
Test: N/A
Relnote: Removed deprecated focusObserver use onFocusChanged or onFocusEvent instead
Relnote: Removed deprecated keyInputFilter use onKeyEvent instead
Relnote: Removed deprecated previewKeyInputFilter use onPreviewKeyEvent instead
Change-Id: I3ecb9449c5aa3e9b3a9d396808c63a8b2c199916
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/public_plus_experimental_current.txt
M compose/ui/ui/api/restricted_current.txt
D compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/FocusObserverModifier.kt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/key/KeyInputModifier.kt
Description
We need to have a wrapper for the NativePathEffect API