summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/PopupWindow.java
Commit message (Expand)AuthorAgeFilesLines
* am 4b67b88e: am cce06eda: am b3436359: am e05190ea: am 85f98508: Merge "Docfi...John Spurlock2014-01-141-1/+1
|\
| * Docfixes: three typos and escape */*.John Spurlock2014-01-061-1/+1
* | am 8fb6d97a: Merge "Add gravity settings to PopupWindow/ListPopupWindow/Popup...Adam Powell2013-09-301-16/+57
|\ \ | |/
| * Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-261-16/+57
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+3
|/
* docs: Fix a bunch of issuesScott Kennedy2013-01-111-1/+1
* Fix bug #7367429 Popup window should get its direction from it Anchor View if...Fabrice Di Meglio2012-10-181-2/+18
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-4/+4
* Remove Popup immediately rather than defer it.Craig Mautner2012-05-231-2/+2
* PopupWindow dismiss() can get into a recursive loop.Svetoslav Ganov2011-11-101-1/+2
* Fix bug 5386915 - Action mode is intercepting touches it shouldn't beAdam Powell2011-09-281-0/+13
* Fix bug 5333962 - Problems with no action bar/overlay action modeAdam Powell2011-09-181-1/+16
* Fix bug 5165223 Fix Holo Spinner item/dropdown alignment.Adam Powell2011-08-151-2/+6
* Fix bug 5060033 - No text-editing toolbar when in a dialogAdam Powell2011-07-221-0/+21
* am 7dfdb914: am f483ed90: am bdc26dc3: Merge "Change measurement of effective...Adam Powell2011-05-231-2/+1
|\
| * am f483ed90: am bdc26dc3: Merge "Change measurement of effective screen heigh...Adam Powell2011-05-201-2/+1
| |\
| | * Change measurement of effective screen height for PopupWindow now thatAdam Powell2011-05-201-2/+1
* | | Fix NPE when calling PopupWindow's default constructor.Romain Guy2011-05-161-3/+5
|/ /
* | am 54668b8a: am e1787009: Merge "Added null check on return value for getKeyD...Conley Owens2011-04-291-0/+4
|\ \ | |/ |/|
| * Added null check on return value for getKeyDispatcherState()Per Andersson2011-04-281-0/+4
* | Text handles positions' are correctly updated.Gilles Debunne2011-03-071-1/+1
* | Text selection handles correctly scrollGilles Debunne2011-02-221-5/+9
* | Fix bug 3465210 - Anchored popups don't appear above anchor when thereAdam Powell2011-02-171-7/+8
* | Fix bug 3413800 - Revise AutoCompleteTextView dropdown behaviorAdam Powell2011-02-161-1/+13
* | Better fix for bug 3112733Adam Powell2011-01-191-2/+8
* | Fix NPEs in detached views.Jeff Brown2011-01-101-5/+10
* | Fix flicker issue in IME.Dianne Hackborn2011-01-011-1/+1
* | Expose split touch API on PopupWindow.Jeff Brown2010-12-141-2/+0
* | Enable touch splitting for all windows by default.Jeff Brown2010-11-121-6/+10
* | Fixe some stuff.Dianne Hackborn2010-11-081-0/+2
* | Fix bug 3067895 - Popup menus clip to container windowsAdam Powell2010-11-051-2/+29
* | am b3616395: am f15dfbec: Merge "Fix bug 3071869 - text anchors are now treat...Adam Powell2010-10-101-1/+21
|\ \ | |/
| * Fix bug 3071869 - text anchors are now treated as application sub-panels.Adam Powell2010-10-071-1/+21
* | am 7de900f3: am d29e6861: Merge "Fix bug 3058324" into gingerbreadAdam Powell2010-10-041-1/+4
|\ \ | |/
| * Fix bug 3058324Adam Powell2010-10-041-1/+4
* | resolved conflicts for merge of 6e9a021e to masterAdam Powell2010-09-301-1/+29
|\ \ | |/
| * Fix text anchorsAdam Powell2010-09-291-1/+29
* | am 9785bf0f: am 14a288da: Merge "Add suuport for splitting touch events acros...Jeff Brown2010-09-271-0/+34
|\ \ | |/
| * Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-0/+34
| * Text selection anchors changed to use windowsAdam Powell2010-09-211-0/+1
* | Text selection anchors changed to use windowsAdam Powell2010-09-211-0/+1
* | Fix bug 2927837 - PopupWindows don't account for xlarge status bar heightAdam Powell2010-08-171-5/+8
* | Fix bug 2888333Adam Powell2010-08-101-1/+1
* | Added ListPopupWindow. Refactored AutoCompleteTextView and SpinnerAdam Powell2010-06-041-12/+23
|/
* Prevent crash when dismissing a PopupWindow that didn't have time to show up.Romain Guy2010-03-171-10/+12
* Fix scrolling bug in AutoCompleteTextView.Romain Guy2010-03-081-27/+37
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+5
* Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.Romain Guy2009-11-111-1/+1
* Various fixed for back key handling.Dianne Hackborn2009-09-141-2/+10
* Allow animation styles to be applied to popup windows.Amith Yamasani2009-08-171-0/+1