summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Fix regression introduced when fixing focus issue with ScrollView.Romain Guy2010-04-091-1/+1
* Fix bug 2574860 - fix AbsListView.trackMotionScroll edge detectionAdam Powell2010-04-061-2/+2
* Fix AbsListView scrolling behavior at edges.Adam Powell2010-04-021-13/+12
* Fix bug 2562240 and clean up scrollbar behaviorAdam Powell2010-03-313-9/+4
* Fix bug 2523622 - ListView invokes onItemClick for disabled adapter itemsAdam Powell2010-03-301-11/+12
* Remove overscrollingAdam Powell2010-03-297-1550/+299
* Rename tab widget attributes, remove scroll barrier constant.Romain Guy2010-03-291-6/+6
* Merge "Rename private fields to break bad code examples" into froyoRomain Guy2010-03-291-18/+18
|\
| * Rename private fields to break bad code examplesRomain Guy2010-03-291-18/+18
* | Don't assume there's a selected position in touch mode.Romain Guy2010-03-261-2/+4
|/
* Fix bug 2544916 - Fun with AbsListView touch modeAdam Powell2010-03-251-0/+2
* API refactoring for OverScroller.Adam Powell2010-03-255-66/+346
* null header and footer allowed in HeaderViewListAdapter.Gilles Debunne2010-03-241-5/+20
* Merge "Fix some bugs/edge cases in ScrollView/HorizontalScrollView"Adam Powell2010-03-242-20/+55
|\
| * Fix some bugs/edge cases in ScrollView/HorizontalScrollViewAdam Powell2010-03-242-20/+55
* | Fixes for HeaderViewListAdapter.Gilles Debunne2010-03-242-30/+47
|/
* Fix for bug 2502886 - stupid monkeys.Adam Powell2010-03-242-2/+14
* Fix bug 2531732 - DateTimeView explodes on bad system date format.Adam Powell2010-03-231-1/+6
* Merge "Fix bug 2537626."Adam Powell2010-03-231-1/+1
|\
| * Fix bug 2537626.Adam Powell2010-03-231-1/+1
* | Merge "Fix bug 2495033."Adam Powell2010-03-231-3/+36
|\ \
| * | Fix bug 2495033.Adam Powell2010-03-231-3/+36
| |/
* | Merge "Correctly bind spinner data to TextView. Bug http://code.google.com/p/...Romain Guy2010-03-231-0/+4
|\ \
| * | Correctly bind spinner data to TextView.Romain Guy2010-03-231-0/+4
| |/
* | New edge effect when OverScrolled.Gilles Debunne2010-03-233-69/+134
|/
* Merge "Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #25...Romain Guy2010-03-221-2/+4
|\
| * Fix possible NPE in AdapterView's OnItemClickListener clients.Romain Guy2010-03-221-2/+4
* | Fix Tabwidget copy/paste bug.Marco Nelissen2010-03-221-2/+2
* | Fix javadoc copy/paste error.Marco Nelissen2010-03-221-4/+4
|/
* New OverScroller with edge bouncing effect.Gilles Debunne2010-03-194-579/+580
* Merge "Ensure adapter is not null in AutoCompleteTextView"Kenny Root2010-03-191-1/+4
|\
| * Ensure adapter is not null in AutoCompleteTextViewKenny Root2010-03-191-1/+4
* | New HeterogeneousExpandableList interface.Gilles Debunne2010-03-194-11/+168
|/
* Merge "Release MediaPlayer if suspend() returns false."Gloria Wang2010-03-181-3/+8
|\
| * Release MediaPlayer if suspend() returns false.Gloria Wang2010-03-181-3/+8
* | Eliminate haptic feedback when hitting an overscroll barrier due to a fling.Adam Powell2010-03-173-8/+10
* | Merge "Make AbsListViews remeasure children after rotation"Adam Powell2010-03-171-0/+27
|\ \
| * | Make AbsListViews remeasure children after rotationAdam Powell2010-03-171-0/+27
* | | Merge "Prevent crash when dismissing a PopupWindow that didn't have time to s...Romain Guy2010-03-171-10/+12
|\ \ \ | |_|/ |/| |
| * | Prevent crash when dismissing a PopupWindow that didn't have time to show up.Romain Guy2010-03-171-10/+12
* | | Merge "Fix centering in FrameLayout when margins are specified."Romain Guy2010-03-171-4/+4
|\ \ \
| * | | Fix centering in FrameLayout when margins are specified.Romain Guy2010-03-171-4/+4
| |/ /
* | | Fix NPE in AutoCompleteTextView to tame the monkeys.Romain Guy2010-03-171-8/+14
|/ /
* | Stupid AutoCompleteTextView.Romain Guy2010-03-171-10/+37
|/
* Resize AutoCompleteTextView's dropdown when the list content changes.Romain Guy2010-03-161-59/+31
* Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812"Romain Guy2010-03-151-5/+5
|\
| * Round up ImageView translations to avoid nasty surprises.Romain Guy2010-03-151-5/+5
* | Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #251...Romain Guy2010-03-151-10/+16
|\ \
| * | Correctly handle disabled list items in AutoCompleteTextView.Romain Guy2010-03-151-10/+16
| |/
* | Fix bug 2516434Adam Powell2010-03-151-1/+0