summaryrefslogtreecommitdiff
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix bugs when transitioning out of touch modeAdam Powell2010-03-151-5/+5
|/
* Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching ...Amith Yamasani2010-03-121-7/+11
|\
| * Fix for 2175289 : Can't get keyboard in search dialog after switching to land...Amith Yamasani2010-03-111-7/+11
* | Tame some monkeysAdam Powell2010-03-111-1/+4
* | Fix overscroll distance calculation for stack-from-bottom ListViewsAdam Powell2010-03-112-7/+30
|/
* Added overscroll headers and footers to ListView.Adam Powell2010-03-101-13/+143
* Fixing bug 2502522 - Accessibility events contain text of invisible viewsSvetoslav Ganov2010-03-101-0/+4
* Fix ListView filter popups when window focus changesAdam Powell2010-03-091-2/+1
* Fix bug with AbsListView position scrollingAdam Powell2010-03-091-2/+2
* Merge "Restore old/buggy behavior of ListView.getCheckItemIds() for adapters ...Adam Powell2010-03-091-2/+33
|\
| * Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without...Adam Powell2010-03-091-2/+33
* | Fix a typo in VideoView.java that disabled the seek-back button by default.Andreas Huber2010-03-091-1/+1
|/
* Merge "Fix issues with ListView.smoothScrollBy"Adam Powell2010-03-081-5/+17
|\
| * Fix issues with ListView.smoothScrollByAdam Powell2010-03-081-5/+17
* | Merge "Fix scrolling bug in AutoCompleteTextView. Bug #2495033"Romain Guy2010-03-082-29/+39
|\ \
| * | Fix scrolling bug in AutoCompleteTextView.Romain Guy2010-03-082-29/+39
| |/
* | merge from open-source masterThe Android Open Source Project2010-03-081-14/+17
|\ \ | |/ |/|
| * Title in DatePickerDialog used in Settings application not updated correctlyKenneth Andersson2010-03-061-14/+17
* | Report scroll events from ScrollView and HorizontalScrollView.Romain Guy2010-03-083-17/+15
* | Fixed a regression setting ListView selection mode without an adapterAdam Powell2010-03-051-1/+7
* | ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds().Adam Powell2010-03-051-35/+88
* | Correctly validate numbers when pasted in NumberPicker.Romain Guy2010-03-051-2/+5
* | Merge "Release mediaplayer if the current state is not suspending. Fix for bu...Gloria Wang2010-03-051-0/+3
|\ \
| * | Release mediaplayer if the current state is not suspending. Fix for bug 2480093.Gloria Wang2010-03-051-0/+3
* | | Do not select any item when the user clicks outside of the list content.Romain Guy2010-03-041-3/+3
|/ /
* | Awaken ListView scroll bars for overscrollAdam Powell2010-03-031-0/+1
* | Merge "More ExpandableListView fixes to take headers into account."Gilles Debunne2010-03-032-16/+45
|\ \
| * | More ExpandableListView fixes to take headers into account.Gilles Debunne2010-03-032-16/+45
* | | Fix a bug in OverScroller.setFinalX/YAdam Powell2010-03-021-0/+12
* | | Added Scroller compatibility methods to OverScrollerAdam Powell2010-03-021-0/+40
* | | Make sure all list items know they are in a window.Romain Guy2010-03-023-2/+17
* | | Merge "Null pointer tests removed from HeaderViewListAdapter."Gilles Debunne2010-03-022-13/+13
|\ \ \
| * | | Null pointer tests removed from HeaderViewListAdapter.Gilles Debunne2010-03-022-13/+13
| |/ /
* | | Apply alpha animations on ImageView instances.Romain Guy2010-03-012-1/+14
* | | Prevent crash in Dialog.Romain Guy2010-03-011-0/+5