summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Merge "ActivityChooserView not showing "Show all" properly if the default tar...Svetoslav Ganov2011-09-221-3/+5
|\
| * ActivityChooserView not showing "Show all" properly if the default target but...Svetoslav Ganov2011-09-221-3/+5
* | Fix bug 5300621 - Share menu disappears in galleryAdam Powell2011-09-213-2/+28
|/
* Revert "Bug 5248215: Even though I turned off the Spelling correction, it sti...Gilles Debunne2011-09-212-65/+18
* Fix 5229466: don't consume pointer events outside the windowChih-Chung Chang2011-09-211-0/+1
* Merge "Bug 5248215: Even though I turned off the Spelling correction, it stil...Gilles Debunne2011-09-202-18/+65
|\
| * Bug 5248215: Even though I turned off the Spelling correction, it still shows upGilles Debunne2011-09-192-18/+65
* | Merge "ActivityChooserView not showing highest ranked target if default actio...Svetoslav Ganov2011-09-201-10/+21
|\ \
| * | ActivityChooserView not showing highest ranked target if default action not s...Svetoslav Ganov2011-09-201-10/+21
* | | TextView not adding text to accessibility events.Svetoslav Ganov2011-09-201-1/+1
|/ /
* | Merge "Tuning Overscroller's scroll curve Softer end + rounder curve with les...Justin Ho2011-09-191-4/+4
|\ \
| * | Tuning Overscroller's scroll curveJustin Ho2011-09-191-4/+4
* | | Fix issue #5260129: Suggestion strip in Talk app not showing all the timeDianne Hackborn2011-09-191-0/+5
* | | Merge "Fix for http://b/issue?id=5297155"Philip Milne2011-09-191-192/+280
|\ \ \
| * | | Fix for http://b/issue?id=5297155Philip Milne2011-09-181-192/+280
* | | | Fix bug 5143751 - cts errors in android.app.cts.AlertDialog_BuilderTestAdam Powell2011-09-181-2/+3
| |/ / |/| |
* | | Fix bug 5333962 - Problems with no action bar/overlay action modeAdam Powell2011-09-181-1/+16
|/ /
* | am 79aa4030: Merge "Can\'t stop the fling! Bug: 5335420" into ics-factoryromJeff Brown2011-09-162-2/+3
|\ \
| * | Can't stop the fling!Jeff Brown2011-09-162-2/+3
* | | Clarify documentation of AdapterView.OnItemSelectedListenerRomain Guy2011-09-161-2/+4
| |/ |/|
* | Merge "Update docs for RelativeLayout to better explain its interpretation of...Adam Powell2011-09-151-0/+5
|\ \
| * | Update docs for RelativeLayout to better explain its interpretation ofAdam Powell2011-09-151-0/+5
| |/
* | Merge "Bug 5319091: Completions delayed in AutoComplete in landscape"Gilles Debunne2011-09-151-6/+7
|\ \
| * | Bug 5319091: Completions delayed in AutoComplete in landscapeGilles Debunne2011-09-151-8/+9
* | | Merge "TextView should report in an AccessibilityNodeInfo's text its hint if ...Svetoslav Ganov2011-09-151-8/+16
|\ \ \
| * | | TextView should report in an AccessibilityNodeInfo's text its hint if the Vie...Svetoslav Ganov2011-09-151-8/+16
* | | | Merge "CalendarView diregarding XML attributes."Svetoslav Ganov2011-09-151-6/+14
|\ \ \ \ | |/ / /
| * | | CalendarView diregarding XML attributes.Svetoslav Ganov2011-09-151-6/+14
* | | | Merge "Bug 5299484: Recipient address in to field is doubled when entering in...Gilles Debunne2011-09-151-6/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bug 5299484: Recipient address in to field is doubled when entering in landsc...Gilles Debunne2011-09-141-6/+2
| | |/ | |/|
* | | Merge "Update the public APIs for finding views by text to optionally use con...Dianne Hackborn2011-09-141-12/+9
|\ \ \ | | |/ | |/|
| * | Update the public APIs for finding views by text to optionally use content de...Svetoslav Ganov2011-09-141-12/+9
* | | Merge "TimePicker CTS test failing."Svetoslav Ganov2011-09-141-6/+8
|\ \ \ | |/ / |/| |
| * | TimePicker CTS test failing.Svetoslav Ganov2011-09-141-6/+8
* | | Merge "Bug 5151927 - Monkeys should not play with detached lists."Adam Powell2011-09-142-2/+2
|\ \ \
| * | | Bug 5151927 - Monkeys should not play with detached lists.Adam Powell2011-09-142-2/+2
| | |/ | |/|
* | | Bug 5295607: IOOB problems in SuggestionsGilles Debunne2011-09-141-12/+8
|/ /
* | Un-force fading edges in ListPopupWindows.Adam Powell2011-09-131-1/+0
|/
* Fix bug 5312352 - ListView modal multi-select mode bugsAdam Powell2011-09-131-5/+3
* Merge "Fix bug #5282141 ScrollView overscroll should not generate invalidatio...Fabrice Di Meglio2011-09-132-29/+41
|\
| * Fix bug #5282141 ScrollView overscroll should not generate invalidations when...Fabrice Di Meglio2011-09-132-29/+41
* | Merge "Fix bug 5226097 - App compatibility issues around new ListView fixes"Adam Powell2011-09-131-4/+4
|\ \
| * | Fix bug 5226097 - App compatibility issues around new ListView fixesAdam Powell2011-09-131-4/+4
* | | Merge "Bug 5281947: add to dictionnary option promoted in suggestions."Gilles Debunne2011-09-131-13/+30
|\ \ \ | |/ / |/| |
| * | Bug 5281947: add to dictionnary option promoted in suggestions.Gilles Debunne2011-09-091-13/+30
* | | Merge "Handle data changed during FlingRunnable."Jeff Sharkey2011-09-121-0/+4
|\ \ \ | |_|/ |/| |
| * | Handle data changed during FlingRunnable.Jeff Sharkey2011-09-121-0/+4
* | | Merge "Fix problems where we were allocating TypedArray when not needed."Dianne Hackborn2011-09-121-8/+12
|\ \ \ | |/ / |/| |
| * | Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn2011-09-121-8/+12
* | | Merge "CheckedTextView is missing onInitializeAccessibilityNodeInfo() impleme...Svetoslav Ganov2011-09-121-0/+7
|\ \ \ | |/ / |/| |