History log of /frameworks/base/core/java/android/widget/ListPopupWindow.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c3a77c0ff18d39f2d5811b612240788fe4628d1 14-Sep-2011 Adam Powell <adamp@google.com> Un-force fading edges in ListPopupWindows.

Change-Id: Iefb1f64b1f8927fd3c29a8d448a1517afac1ffe1
/frameworks/base/core/java/android/widget/ListPopupWindow.java
62e2bdecc21819a71c04204f20fc051886fdabd6 16-Aug-2011 Adam Powell <adamp@google.com> Fix bug 5165223 Fix Holo Spinner item/dropdown alignment.

Fix bug 5117565 Spinner popup extends out of screen bounds.

Change-Id: I7fef7bbe98aa26611c498d1fe875e84db57dcda0
/frameworks/base/core/java/android/widget/ListPopupWindow.java
a7845ed44a3722e7d96ca9b677be213da7e8c8fe 08-Aug-2011 Adam Powell <adamp@google.com> Fix bug 5124712 - allow partial items when measuring height of list popups

Change-Id: I59c9fc6d5dcd21679ba67d7c233ecd9d7e19d21c
/frameworks/base/core/java/android/widget/ListPopupWindow.java
8132ba5e2e82d02697ef0570142abb8fc8054a67 16-Jul-2011 Adam Powell <adamp@google.com> Fix bug 5011067 - align popup lists to their content rather than
window frame by default

Change-Id: I05803b7487248d38981c2adc5422bf01761bc18c
/frameworks/base/core/java/android/widget/ListPopupWindow.java
348e69cfabec21ccfbe708df06f0a7ea541a3053 17-Feb-2011 Adam Powell <adamp@google.com> Fix bug 3413800 - Revise AutoCompleteTextView dropdown behavior

Be more conservative with when we let an AutoCompleteTextView's
dropdown box of completion suggestions cover the IME.

Disable the expand-when-touched behavior of the dropdown list when
more than 3 items can be seen at a time without it.

Don't let a ListPopupWindow that is expanding in response to touch
scroll the anchor view within its parent and slide the dropdown out
from under the user's finger.

Change-Id: I009accfd4e841c9a5e1072735d8a0b067a0bc06a
/frameworks/base/core/java/android/widget/ListPopupWindow.java
ca51e8788a58f2af3525b7214a675f2d0233e5da 15-Feb-2011 Adam Powell <adamp@google.com> Fix some bugs with MenuPopupHelper and ListPopupWindow

Clean up handling of a few conditions in MenuPopupHelper that the
monkeys manage to trigger around the use of ViewTreeObserver. (bug
3443819, bug 3312949)

Fix a bug where a stale handler message could cause a ListPopupWindow
to reopen itself after being dismissed. (bug 3453607)

Change-Id: I488014767ccee785500862a2572beb35901d173b
/frameworks/base/core/java/android/widget/ListPopupWindow.java
711734a2f8d7529df0ed1bce36da651fc835c144 08-Feb-2011 Gilles Debunne <debunne@google.com> AutoComplete list does not hide the IME when it re-appears.

Bug 3415891

With the current behavior, as soon as the list is expanded by
'long' pressing on or scrolling its content, it will always further appear
in its long state, thus hiding the IME.

This fix changes this behavior so that the default state is always
compact, not hiding the IME, and an explicit expansion
is always required.

Also fixes a bug in ListPopupWindow that prevented the timer that
expands the list from being started.

Change-Id: I896e92d54961769c10b276c36f6510e91ff096a2
/frameworks/base/core/java/android/widget/ListPopupWindow.java
6f5e934b96c400f610b1c5ad228cc60cab5d443f 27-Jan-2011 Adam Powell <adamp@google.com> Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in
talk > Friend Info

Make spinner dropdowns cover the IME if present without being touched
first.

Change-Id: Ie47df1ad684649de73b102e2ecf5528a35301d93
/frameworks/base/core/java/android/widget/ListPopupWindow.java
8d6d3b83fb765eefc6fd38de77f1f45d2523ab89 27-Jan-2011 Jeff Brown <jeffbrown@google.com> Fix down arrow in AutoCompleteTextView.

Bug: 3337416
Change-Id: I572d55c973b9adc68765ba02197e84f3558e65bc
/frameworks/base/core/java/android/widget/ListPopupWindow.java
b3ea92235c9ccc1ff295839a8f324dcd1c83dd6f 11-Jan-2011 Jeff Brown <jeffbrown@google.com> Fix NPEs in detached views.

Bug: 3297518
Change-Id: Ife1384f3a5bebbd28a29f97dc6d519f8a0b10ba9
/frameworks/base/core/java/android/widget/ListPopupWindow.java
a39b987bb761899636ae1e3669d1343499d04ebd 06-Jan-2011 Adam Powell <adamp@google.com> Fix Holo Spinners

Fix bug 3321329 - Spinner dropdown does not match widget width

Fix a bug in ListPopupWindow where setContentWidth was misbehaving

Add gravity setting to Spinner. This controls the positioning of the
selected item view within the widget. Holo default is left, legacy
default is center.

In dropdown mode, Spinners now WRAP_CONTENT width based on a limited
set of dropdown content. This means the dropdown can display a
reasonable amount of its content without clipping, while matching
width with the Spinner widget itself.

Change-Id: Ia17fd5f71526548408f4ad3b16bde536b0d3b207
/frameworks/base/core/java/android/widget/ListPopupWindow.java
56c2d337e02a275397fc9d0460dca90977f199ac 06-Nov-2010 Adam Powell <adamp@google.com> Fix bug 3067895 - Popup menus clip to container windows

ListPopupWindows will now move to fit within the screen, but will not
be constrained by their parent windows.

Change-Id: I2a19ef474926f328466db32874db4191beebf626
/frameworks/base/core/java/android/widget/ListPopupWindow.java
c2238d006237ebf1296074d80fb4f4a2741ef880 21-Oct-2010 Daniel Lehmann <lehmannd@google.com> Fix default style in constructor with only one parameter

Bug:3011901
Change-Id: I6c1b8663ccdfae36d2bb5e63fdc852b6391f3585
/frameworks/base/core/java/android/widget/ListPopupWindow.java
b1818e83f4a81bc4e4e30b99bb48830415be731b 20-Oct-2010 Amith Yamasani <yamasani@google.com> Update dropdown colors and list readability for SearchView.

Dismiss IME on launching suggestion.
/frameworks/base/core/java/android/widget/ListPopupWindow.java
0b2d306e7000f4c0c6ad4e00d494bb401d8a9fc2 15-Sep-2010 Adam Powell <adamp@google.com> Style new popup widgets.

Change-Id: I208ed292afd9919071778baa9ea61d7ca9e7743c
/frameworks/base/core/java/android/widget/ListPopupWindow.java
cdee446075811e871fc2af295377bd99c100d16d 03-Sep-2010 Adam Powell <adamp@google.com> Fix bug 2963261

Change-Id: I31952474cf9d31fff78436461aeb7d0ad34d9068
/frameworks/base/core/java/android/widget/ListPopupWindow.java
6c6f575423d6718c3ff322224c1520901ce881e1 21-Aug-2010 Adam Powell <adamp@google.com> More ActionBar/config change tweaks. Preserve open overflow menus

Change-Id: Ic8ad2b1e3909fbf84ff4d852ae046a9f9508477c
/frameworks/base/core/java/android/widget/ListPopupWindow.java
65d79fbe55c017edd9419ddb71939c8916471390 12-Aug-2010 Adam Powell <adamp@google.com> Fix bug 2911396 - documentation fix

Change-Id: Ia2bbb25dfd6b165f044f5ef1cf291debfe79b1ca
/frameworks/base/core/java/android/widget/ListPopupWindow.java
4267534d1c42af847ed0cefd1c88c99f66b36571 10-Jul-2010 Adam Powell <adamp@google.com> Action Bar now supports submenus as popups.

Change-Id: I1691c16081b3474ed6d6e406f91f5f74a2dc8fcb
/frameworks/base/core/java/android/widget/ListPopupWindow.java
99969da3772d9a0f5079672847ca4f2ad819c1bb 16-Jun-2010 Adam Powell <adamp@google.com> Fix bug 2771204

Change-Id: If34cf07b0901c985f8260bcd20c1375ae76a0fa0
/frameworks/base/core/java/android/widget/ListPopupWindow.java
a984b38df5cfe6db0ba792bf2a6221f6b6072448 04-Jun-2010 Adam Powell <adamp@google.com> Fix doc build

Change-Id: Ia0425bc956540bbd5f16138ad182ae365bf1c85a
/frameworks/base/core/java/android/widget/ListPopupWindow.java
c3fa6304c997ccecf8ed15a4cbb7bd245128f3c3 18-May-2010 Adam Powell <adamp@google.com> Added ListPopupWindow. Refactored AutoCompleteTextView and Spinner
(optionally) to use it. Added associated styles.

ListPopupWindow allows apps to present a popup window of options to
the user that will correctly dodge the IME if needed.

Change-Id: I509c6c45036856daab686a6edeb7a9de1e72eb0a
/frameworks/base/core/java/android/widget/ListPopupWindow.java