summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 3355197 - Add attribute for fast scroll preview panel text color.Adam Powell2011-01-151-3/+3
* Fixing StackView rotation bugsAdam Cohen2011-01-142-26/+52
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-143-6/+13
* Fix bug 3352112 - crash in AbsListView.smoothScrollByAdam Powell2011-01-131-2/+1
* Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into hone...Gilles Debunne2011-01-131-2/+5
|\
| * fix for cts DuplicateParentStateEnabled bug with TextViews.Gilles Debunne2011-01-131-2/+5
* | Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycombAdam Powell2011-01-131-0/+4
|\ \ | |/ |/|
| * Fix bug 3242262 - Add queryHint attribute for SearchViewAdam Powell2011-01-131-0/+4
* | DatePicker is calling back its listener on init.Svetoslav Ganov2011-01-131-1/+2
|/
* Merge "QuickContactBadge shows its pressed state" into honeycombGilles Debunne2011-01-131-1/+12
|\
| * QuickContactBadge shows its pressed stateGilles Debunne2011-01-121-1/+12
* | Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycombAdam Powell2011-01-121-10/+57
|\ \ | |/ |/|
| * Fix bugs 3077517 and 3309579 - ListView bugsAdam Powell2011-01-121-10/+57
* | Merge "New QuickContactBadge holo style." into honeycombGilles Debunne2011-01-121-4/+36
|\ \ | |/ |/|
| * New QuickContactBadge holo style.Gilles Debunne2011-01-111-4/+36
* | Merge "Renaming NumberPicker resources to be consistent." into honeycombSvetoslav Ganov2011-01-111-1/+1
|\ \
| * | Renaming NumberPicker resources to be consistent.Svetoslav Ganov2011-01-111-1/+1
* | | API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"Christopher Tate2011-01-111-1/+1
* | | Merge "Down arrow on the month can end up at the start of the month" into hon...Svetoslav Ganov2011-01-111-2/+3
|\ \ \
| * | | Down arrow on the month can end up at the start of the monthSvetoslav Ganov2011-01-111-2/+3
| |/ /
* | | Merge "Fix bug 3338079 - Dialog styled activity decor" into honeycombAdam Powell2011-01-111-1/+1
|\ \ \ | |/ / |/| |
| * | Fix bug 3338079 - Dialog styled activity decorAdam Powell2011-01-111-1/+1
| |/
* | Find when pressing enter. Call onClickListener in TextView.Leon Scroggins2011-01-111-0/+3
|/
* Fix NPEs in detached views.Jeff Brown2011-01-104-10/+30
* Stop text selection mode when new text replaces selection.Gilles Debunne2011-01-101-15/+19
* Merge "Fix for an NPE in Account settings on long press." into honeycombGilles Debunne2011-01-101-1/+1
|\
| * Fix for an NPE in Account settings on long press.Gilles Debunne2011-01-101-1/+1
* | Merge "Fixing bug where StackView doesn't clip it's children correctly" into ...Adam Cohen2011-01-101-0/+12
|\ \ | |/ |/|
| * Fixing bug where StackView doesn't clip it's children correctlyAdam Cohen2011-01-101-0/+12
* | Fix bug 3324981 - Inconsistent/buggy FastScroll behaviorAdam Powell2011-01-091-4/+49
* | Return the View that matches the clicked position.Romain Guy2011-01-091-5/+4
|/
* Merge "Remove unnecessary log" into honeycombAdam Powell2011-01-081-2/+0
|\
| * Remove unnecessary logAdam Powell2011-01-081-2/+0
* | Fix bug 3312807 - Fix child margin measurement in FrameLayoutAdam Powell2011-01-081-3/+5
|/
* Fix bug 3334437 - require an adapter to measure dropdown content widthAdam Powell2011-01-081-0/+4
* Rename drag "thumbnail" to the drag "shadow"Christopher Tate2011-01-071-15/+15
* Merge "The switch widget didn't work properly until after onMeasure had run."...Joe Onorato2011-01-071-2/+5
|\
| * The switch widget didn't work properly until after onMeasure had run.Joe Onorato2011-01-071-2/+5
* | Merge "Don't match wrap_content/match_parent children with child count = 1. B...Romain Guy2011-01-073-3/+7
|\ \
| * | Don't match wrap_content/match_parent children with child count = 1.Romain Guy2011-01-073-3/+7
* | | Merge "Added support for Unicode surrogate characters in word selection" into...Gilles Debunne2011-01-071-21/+16
|\ \ \ | |_|/ |/| |
| * | Added support for Unicode surrogate characters in word selectionGilles Debunne2011-01-071-21/+16
* | | Removed XmlAdapters from frameworks.Gilles Debunne2011-01-072-1245/+0
| |/ |/|
* | Fix typo bug in FrameLayout's measurement code.Romain Guy2011-01-071-1/+1
|/
* Fix a bug that could cause padded lists to draw dividers incorrectlyAdam Powell2011-01-051-2/+9
* Fix bug 3326380 - ListView motion scrolling stops too early when listAdam Powell2011-01-051-1/+2
* Fix Holo SpinnersAdam Powell2011-01-052-29/+63
* TextView's color transparency is taken into account.Gilles Debunne2011-01-051-4/+18
* Merge changes Ia8a15db8,I20ac5203Romain Guy2011-01-052-10/+58
|\
| * Make FrameLayout support mixed wrap_content/match_parent children.Romain Guy2011-01-042-10/+58