Fixed
Status Update
Comments
cr...@google.com <cr...@google.com> #2
Hi Alan, do you have an estimated time of release of this change? Thanks!
al...@google.com <al...@google.com> #3
Currently triaged to 2021, so May at the earliest.
al...@google.com <al...@google.com> #4
Adding to bug bounty list in case anyone wants to grab this.
Summary: Implement setForceShowIcon
on AppCompat's popup menu (parity for
Sponsor: alanv@
Estimated workload: 2-5 days (depends on extent of backport required, since the feature may not be easy to support on earlier versions)
Technologies: Android platform, AppCompat
lo...@gmail.com <lo...@gmail.com> #5
There's also RTL (right-to-left) layout direction to check.
al...@google.com <al...@google.com>
ap...@google.com <ap...@google.com> #6
Project: platform/frameworks/support
Branch: androidx-main
commit f78191ddd630bda64823a86bf05278e9c519d103
Author: Alan Viverette <alanv@google.com>
Date: Wed May 26 15:15:09 2021
Expose setForceShowIcon as public API
Bumps appcompat version after build cut.
Relnote: "Add PopupMenu.setForceShowIcon for parity with platform APIs"
Fixes: 182789798
Test: N/A already exercised by ActionMenuPresented and StandardMenuPopup
Change-Id: I43bb3546cc529051e4b88e14438a9e77e8b1b177
M appcompat/appcompat/api/current.txt
M appcompat/appcompat/api/public_plus_experimental_current.txt
M appcompat/appcompat/api/restricted_current.txt
M appcompat/appcompat/src/main/java/androidx/appcompat/widget/PopupMenu.java
M buildSrc/src/main/kotlin/androidx/build/LibraryVersions.kt
https://android-review.googlesource.com/1719695
Branch: androidx-main
commit f78191ddd630bda64823a86bf05278e9c519d103
Author: Alan Viverette <alanv@google.com>
Date: Wed May 26 15:15:09 2021
Expose setForceShowIcon as public API
Bumps appcompat version after build cut.
Relnote: "Add PopupMenu.setForceShowIcon for parity with platform APIs"
Fixes: 182789798
Test: N/A already exercised by ActionMenuPresented and StandardMenuPopup
Change-Id: I43bb3546cc529051e4b88e14438a9e77e8b1b177
M appcompat/appcompat/api/current.txt
M appcompat/appcompat/api/public_plus_experimental_current.txt
M appcompat/appcompat/api/restricted_current.txt
M appcompat/appcompat/src/main/java/androidx/appcompat/widget/PopupMenu.java
M buildSrc/src/main/kotlin/androidx/build/LibraryVersions.kt
Description
We should provide parity with the platform by providing
setForceShowIcon
on AppCompat'sPopupMenu
.