summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* (de)activating spell check taken into account immediatelyGilles Debunne2011-12-011-10/+26
* Broken build. New methods made private.Gilles Debunne2011-12-011-2/+2
* Merge "Scroll performance improved in multiline TextEdit" into ics-mr1Gilles Debunne2011-12-011-0/+11
|\
| * Scroll performance improved in multiline TextEditGilles Debunne2011-11-291-0/+11
* | Merge "Better handles' visibility test" into ics-mr1Gilles Debunne2011-12-011-30/+48
|\ \
| * | Better handles' visibility testGilles Debunne2011-12-011-30/+48
* | | TextViews keep focus after DoneGilles Debunne2011-11-301-3/+2
* | | Revert "IME action (done, next...) correctly handled"Gilles Debunne2011-11-301-3/+1
|/ /
* | NumberPicker incorrectly shown for the old theme.Svetoslav Ganov2011-11-291-10/+43
|/
* Merge "Extracted text problems" into ics-mr1Gilles Debunne2011-11-291-23/+35
|\
| * Extracted text problemsGilles Debunne2011-11-101-25/+35
* | Merge "IOOB in text selection." into ics-mr1Gilles Debunne2011-11-291-11/+9
|\ \
| * | IOOB in text selection.Gilles Debunne2011-11-201-11/+9
* | | Merge "IME action (done, next...) correctly handled" into ics-mr1Gilles Debunne2011-11-161-1/+3
|\ \ \
| * | | IME action (done, next...) correctly handledGilles Debunne2011-11-161-1/+3
| |/ /
* | | Merge "Clean-up in TextView" into ics-mr1Gilles Debunne2011-11-151-28/+3
|\ \ \ | |/ / |/| |
| * | Clean-up in TextViewGilles Debunne2011-11-101-28/+3
* | | Merge "Localized optimizations in views and bitmaps" into ics-mr1Christopher Tate2011-11-112-6/+8
|\ \ \
| * | | Localized optimizations in views and bitmapsChristopher Tate2011-11-112-6/+8
* | | | am 7b8bec28: Merge "PopupWindow dismiss() can get into a recursive loop." int...Svetoslav Ganov2011-11-111-1/+2
|\ \ \ \
| * | | | PopupWindow dismiss() can get into a recursive loop.Svetoslav Ganov2011-11-101-1/+2
* | | | | Make the overridden ImageView#setVisibility remotableAdam Powell2011-11-101-0/+1
| |/ / / |/| | |
* | | | Fix access modifiers on ImageView overridesAdam Powell2011-11-101-2/+2
* | | | Fix bug 5581874 - Animated drawables don't start as expectedAdam Powell2011-11-101-0/+24
| |/ / |/| |
* | | Merge "Visual glitches when starting extracted text" into ics-mr1Gilles Debunne2011-11-101-14/+22
|\ \ \
| * | | Visual glitches when starting extracted textGilles Debunne2011-11-091-14/+22
| | |/ | |/|
* | | Respect user settings for spell checking language if explicitly setsatok2011-11-102-15/+14
* | | Merge "Bug 5575396: close spell session on language change" into ics-mr1Gilles Debunne2011-11-091-6/+2
|\ \ \ | |/ / |/| |
| * | Bug 5575396: close spell session on language changeGilles Debunne2011-11-071-6/+2
* | | Merge "NumberPicker incorectly enforcing minimal width and height." into ics-mr1Svetoslav Ganov2011-11-081-10/+13
|\ \ \
| * | | NumberPicker incorectly enforcing minimal width and height.Svetoslav Ganov2011-11-071-10/+13
* | | | Merge "Fix bug 5544103 - Spinner text doesn't look dimmed when disabled" into...Adam Powell2011-11-081-0/+18
|\ \ \ \
| * | | | Fix bug 5544103 - Spinner text doesn't look dimmed when disabledAdam Powell2011-11-081-0/+18
| |/ / /
* | | | Merge "No more context menu in TextView" into ics-mr1Gilles Debunne2011-11-081-79/+2
|\ \ \ \ | |/ / / |/| | |
| * | | No more context menu in TextViewGilles Debunne2011-11-041-79/+2
* | | | Don't show the submit button when it isn't enabled.Amith Yamasani2011-11-041-4/+3
|/ / /
* | | Merge "Close suggestions cursor when SearchView is detached." into ics-mr1Amith Yamasani2011-11-042-6/+17
|\ \ \
| * | | Close suggestions cursor when SearchView is detached.Amith Yamasani2011-11-032-6/+17
* | | | Merge "Turn off the spell checker when the spell checker is disabled in the s...Ken Wakasa2011-11-041-3/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Turn off the spell checker when the spell checker is disabled in the settingssatok2011-11-031-3/+8
* | | | Merge "Don't expand the SearchView if already expanded." into ics-mr1Amith Yamasani2011-11-021-0/+2
|\ \ \ \
| * | | | Don't expand the SearchView if already expanded.Amith Yamasani2011-11-011-0/+2
| | |/ / | |/| |
* | | | Merge "CalendarView title incorrectly updated for different languages." into ...Svetoslav Ganov2011-11-021-13/+13
|\ \ \ \
| * | | | CalendarView title incorrectly updated for different languages.Svetoslav Ganov2011-10-311-13/+13
* | | | | Merge "Updating NumberPicker, TimePicker, DatePicker to fit different screen ...Svetoslav Ganov2011-11-021-56/+116
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Updating NumberPicker, TimePicker, DatePicker to fit different screen and fon...Svetoslav Ganov2011-11-011-56/+116
| |/ / /
* | | | Some optimizations.Dianne Hackborn2011-11-012-8/+8
| |/ / |/| |
* | | Merge " Update to fix for bug 5393156" into ics-mr1Philip Milne2011-11-011-6/+8
|\ \ \
| * | | Update to fix for bug 5393156Philip Milne2011-10-311-6/+8
| |/ /
* | | Fix bug 5514022 - ListView should not auto-scroll selected item to topAdam Powell2011-10-311-1/+3