index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
PopupWindow.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 4b67b88e: am cce06eda: am b3436359: am e05190ea: am 85f98508: Merge "Docfi...
John Spurlock
2014-01-14
1
-1
/
+1
|
\
|
*
Docfixes: three typos and escape */*.
John Spurlock
2014-01-06
1
-1
/
+1
*
|
am 8fb6d97a: Merge "Add gravity settings to PopupWindow/ListPopupWindow/Popup...
Adam Powell
2013-09-30
1
-16
/
+57
|
\
\
|
|
/
|
*
Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu
Adam Powell
2013-09-26
1
-16
/
+57
*
|
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-4
/
+3
|
/
*
docs: Fix a bunch of issues
Scott Kennedy
2013-01-11
1
-1
/
+1
*
Fix bug #7367429 Popup window should get its direction from it Anchor View if...
Fabrice Di Meglio
2012-10-18
1
-2
/
+18
*
Replace left/right with start/end for Gravity / LayoutParams / Padding
Fabrice Di Meglio
2012-07-19
1
-4
/
+4
*
Remove Popup immediately rather than defer it.
Craig Mautner
2012-05-23
1
-2
/
+2
*
PopupWindow dismiss() can get into a recursive loop.
Svetoslav Ganov
2011-11-10
1
-1
/
+2
*
Fix bug 5386915 - Action mode is intercepting touches it shouldn't be
Adam Powell
2011-09-28
1
-0
/
+13
*
Fix bug 5333962 - Problems with no action bar/overlay action mode
Adam Powell
2011-09-18
1
-1
/
+16
*
Fix bug 5165223 Fix Holo Spinner item/dropdown alignment.
Adam Powell
2011-08-15
1
-2
/
+6
*
Fix bug 5060033 - No text-editing toolbar when in a dialog
Adam Powell
2011-07-22
1
-0
/
+21
*
am 7dfdb914: am f483ed90: am bdc26dc3: Merge "Change measurement of effective...
Adam Powell
2011-05-23
1
-2
/
+1
|
\
|
*
am f483ed90: am bdc26dc3: Merge "Change measurement of effective screen heigh...
Adam Powell
2011-05-20
1
-2
/
+1
|
|
\
|
|
*
Change measurement of effective screen height for PopupWindow now that
Adam Powell
2011-05-20
1
-2
/
+1
*
|
|
Fix NPE when calling PopupWindow's default constructor.
Romain Guy
2011-05-16
1
-3
/
+5
|
/
/
*
|
am 54668b8a: am e1787009: Merge "Added null check on return value for getKeyD...
Conley Owens
2011-04-29
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Added null check on return value for getKeyDispatcherState()
Per Andersson
2011-04-28
1
-0
/
+4
*
|
Text handles positions' are correctly updated.
Gilles Debunne
2011-03-07
1
-1
/
+1
*
|
Text selection handles correctly scroll
Gilles Debunne
2011-02-22
1
-5
/
+9
*
|
Fix bug 3465210 - Anchored popups don't appear above anchor when there
Adam Powell
2011-02-17
1
-7
/
+8
*
|
Fix bug 3413800 - Revise AutoCompleteTextView dropdown behavior
Adam Powell
2011-02-16
1
-1
/
+13
*
|
Better fix for bug 3112733
Adam Powell
2011-01-19
1
-2
/
+8
*
|
Fix NPEs in detached views.
Jeff Brown
2011-01-10
1
-5
/
+10
*
|
Fix flicker issue in IME.
Dianne Hackborn
2011-01-01
1
-1
/
+1
*
|
Expose split touch API on PopupWindow.
Jeff Brown
2010-12-14
1
-2
/
+0
*
|
Enable touch splitting for all windows by default.
Jeff Brown
2010-11-12
1
-6
/
+10
*
|
Fixe some stuff.
Dianne Hackborn
2010-11-08
1
-0
/
+2
*
|
Fix bug 3067895 - Popup menus clip to container windows
Adam Powell
2010-11-05
1
-2
/
+29
*
|
am b3616395: am f15dfbec: Merge "Fix bug 3071869 - text anchors are now treat...
Adam Powell
2010-10-10
1
-1
/
+21
|
\
\
|
|
/
|
*
Fix bug 3071869 - text anchors are now treated as application sub-panels.
Adam Powell
2010-10-07
1
-1
/
+21
*
|
am 7de900f3: am d29e6861: Merge "Fix bug 3058324" into gingerbread
Adam Powell
2010-10-04
1
-1
/
+4
|
\
\
|
|
/
|
*
Fix bug 3058324
Adam Powell
2010-10-04
1
-1
/
+4
*
|
resolved conflicts for merge of 6e9a021e to master
Adam Powell
2010-09-30
1
-1
/
+29
|
\
\
|
|
/
|
*
Fix text anchors
Adam Powell
2010-09-29
1
-1
/
+29
*
|
am 9785bf0f: am 14a288da: Merge "Add suuport for splitting touch events acros...
Jeff Brown
2010-09-27
1
-0
/
+34
|
\
\
|
|
/
|
*
Add suuport for splitting touch events across windows.
Jeff Brown
2010-09-26
1
-0
/
+34
|
*
Text selection anchors changed to use windows
Adam Powell
2010-09-21
1
-0
/
+1
*
|
Text selection anchors changed to use windows
Adam Powell
2010-09-21
1
-0
/
+1
*
|
Fix bug 2927837 - PopupWindows don't account for xlarge status bar height
Adam Powell
2010-08-17
1
-5
/
+8
*
|
Fix bug 2888333
Adam Powell
2010-08-10
1
-1
/
+1
*
|
Added ListPopupWindow. Refactored AutoCompleteTextView and Spinner
Adam Powell
2010-06-04
1
-12
/
+23
|
/
*
Prevent crash when dismissing a PopupWindow that didn't have time to show up.
Romain Guy
2010-03-17
1
-10
/
+12
*
Fix scrolling bug in AutoCompleteTextView.
Romain Guy
2010-03-08
1
-27
/
+37
*
Deprecate fill_parent and introduce match_parent.
Romain Guy
2010-01-08
1
-5
/
+5
*
Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
Romain Guy
2009-11-11
1
-1
/
+1
*
Various fixed for back key handling.
Dianne Hackborn
2009-09-14
1
-2
/
+10
*
Allow animation styles to be applied to popup windows.
Amith Yamasani
2009-08-17
1
-0
/
+1
[next]