Fixed
Status Update
Comments
go...@jakewharton.com <go...@jakewharton.com> #2
We have got to get a better way to handle deprecations. This is awful.
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 387ce59c6290b334c790f270d98f1b1dde5d3391
Author: Alan Viverette <alanv@google.com>
Date: Wed Nov 29 11:26:23 2023
Clean up obsolete compat methods in ViewCompat and usages in core
Doesn't update lint baseline yet because there are lots of unrelated
changes there. We'll handle the baseline after we clean up the rest of
core.
Doesn't update usages outside of core or core-ktx. These should be
handled by individual library owners.
Bug: 313834577
Test: ViewCompatTest
Relnote: Deprecated obsolete compat methods in ViewCompat
Change-Id: I0bfc2cd15dc681ba0c09f795d25622f2ade004d6
M core/core-ktx/src/main/java/androidx/core/view/View.kt
M core/core/api/current.txt
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/view/ViewCompat.java
M development/build_log_simplifier/messages.ignore
https://android-review.googlesource.com/2852865
Branch: androidx-main
commit 387ce59c6290b334c790f270d98f1b1dde5d3391
Author: Alan Viverette <alanv@google.com>
Date: Wed Nov 29 11:26:23 2023
Clean up obsolete compat methods in ViewCompat and usages in core
Doesn't update lint baseline yet because there are lots of unrelated
changes there. We'll handle the baseline after we clean up the rest of
core.
Doesn't update usages outside of core or core-ktx. These should be
handled by individual library owners.
Bug: 313834577
Test: ViewCompatTest
Relnote: Deprecated obsolete compat methods in ViewCompat
Change-Id: I0bfc2cd15dc681ba0c09f795d25622f2ade004d6
M core/core-ktx/src/main/java/androidx/core/view/View.kt
M core/core/api/current.txt
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/view/ViewCompat.java
M development/build_log_simplifier/messages.ignore
pb...@google.com <pb...@google.com> #4
Holding off until Sergey is done to avoid conflicts. He's way ahead of me on minSdk
cleanup.
il...@google.com <il...@google.com> #5
Sergey, do you want to use this bug for your minSdk
-related CLs and then reassign to me when you're done? Or just reassign to me when you're done.
ap...@google.com <ap...@google.com> #6
I think I'm done with removing RequiresApi-s.
pr...@google.com <pr...@google.com> #7
Create an autofix for this.
ap...@google.com <ap...@google.com> #8
Hi. I've received your bug, you didn't specify what to wait for so I will wait for b/318550385 to be resolved and then assign the bug to alanv@google.com.
Bugjuggler: b/318550385 -> assigned to alanv@google.com
Bugjuggler:
er...@gmail.com <er...@gmail.com> #9
Need a new AGP / Lint so that we get bug fixes.
pr...@google.com <pr...@google.com> #10
Hi. I've received your bug, you didn't specify what to wait for so I will wait for b/318550385 to be resolved and wait for b/323952048 to be resolved and then assign the bug to alanv@google.com.
Bugjuggler: b/318550385 , b/323952048 -> assigned to alanv@google.com
Bugjuggler:
Description