summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Merge "Miscellaneous small documentation fixes."Elliott Hughes2014-02-211-1/+1
|\
| * Miscellaneous small documentation fixes.Mark Doliner2014-01-031-1/+1
* | Merge "Fixed race condition in Spinner.DialogPopup on null reference."Christopher Tate2014-01-271-2/+4
|\ \
| * | Fixed race condition in Spinner.DialogPopup on null reference.Daniel 2 Olofsson2013-07-121-2/+4
* | | Merge "Before requerying a cursor, check if it is closed."Marco Nelissen2014-01-151-1/+1
|\ \ \
| * | | Before requerying a cursor, check if it is closed.jangwon.lee2013-11-111-1/+1
* | | | Merge "CompoundButton: Let text can be changed by config"Conley Owens2014-01-061-2/+0
|\ \ \ \
| * | | | CompoundButton: Let text can be changed by configSeongJae Park2013-10-221-2/+0
| |/ / /
* | | | Re-initialize error after attachDaniel 2 Olofsson2013-12-161-1/+1
| |_|/ |/| |
* | | am 7e11b16b: VideoView: expand documentation on state save/restore limitationsLajos Molnar2013-11-131-1/+11
|\ \ \
| * | | VideoView: expand documentation on state save/restore limitationsLajos Molnar2013-11-131-1/+11
* | | | am 12c32b4d: Merge "Make quick settings show the standard media router icon."...Jeff Brown2013-11-101-0/+1
|\ \ \ \ | |/ / /
| * | | Make quick settings show the standard media router icon.Jeff Brown2013-11-091-0/+1
* | | | am 47feee53: Merge "Fix some documentation typos." into klp-docsNewton Allen2013-11-071-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix some documentation typos.Newton Allen2013-11-011-2/+2
* | | | Merge "use SpannedStringBuilder to build a SpannedString" into klp-devVictoria Lease2013-11-041-13/+2
|\ \ \ \
| * | | | use SpannedStringBuilder to build a SpannedStringVictoria Lease2013-10-241-13/+2
* | | | | Temporary detached views not properly reported to accessibility layer.Svetoslav2013-10-311-0/+7
* | | | | Revert "Fixed incorrect calculation of dirty invalidation area"Chris Craik2013-10-311-2/+4
| |/ / / |/| | |
* | | | Share pack historical sorting using wrong keys.Svetoslav2013-10-281-9/+11
* | | | Not show share targets that cannot be launched.Svetoslav2013-10-282-9/+30
|/ / /
* | | Don't run the async query if being rendered in EditMode.Deepanshu Gupta2013-10-181-5/+7
* | | Merge "Fix assorted FastScroller regressions" into klp-devAlan Viverette2013-10-171-4/+27
|\ \ \
| * | | Fix assorted FastScroller regressionsAlan Viverette2013-10-151-4/+27
* | | | Register receivers from ViewFlipper with an explicit HandlerAdam Powell2013-10-161-1/+1
|/ / /
* | | Merge "Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-devJohn Spurlock2013-10-141-67/+2
|\ \ \
| * | | Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY.John Spurlock2013-10-141-67/+2
* | | | Merge "no layout = no visibility" into klp-devVictoria Lease2013-10-141-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | no layout = no visibilityVictoria Lease2013-10-131-0/+2
* | | | Fix updating fast scroll state for data set changesAdam Powell2013-10-133-5/+6
* | | | Account for translationY when targeting the fast scroller via touchAdam Powell2013-10-131-2/+4
|/ / /
* | | Workaround fading edge incompatibility with alpha modulationChris Craik2013-10-111-1/+3
* | | Use SCREEN Xfermode for keyguard badges; update SeekBarAdam Powell2013-10-071-0/+15
* | | Fix font scaling issues in FastScroller and SubtitleViewAlan Viverette2013-10-041-2/+3
* | | Merge "Clear accessibility focus from recycled views when needed" into klp-devAlan Viverette2013-10-021-2/+24
|\ \ \
| * | | Clear accessibility focus from recycled views when neededAlan Viverette2013-09-271-2/+24
* | | | Merge "New, less blue overscroll assets with tuned constants in EdgeEffect cl...Mindy DelliCarpini2013-10-021-4/+6
|\ \ \ \
| * | | | New, less blue overscroll assets with tuned constants in EdgeEffect class.Christian Robertson2013-10-011-4/+6
* | | | | Merge "Rebind transient state views when available" into klp-devAlan Viverette2013-09-301-4/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rebind transient state views when availableAlan Viverette2013-09-301-4/+2
| |/ / /
* | | | Merge "Make SubtitleController thread safe" into klp-devLajos Molnar2013-09-271-0/+7
|\ \ \ \
| * | | | Make SubtitleController thread safeLajos Molnar2013-09-271-0/+7
* | | | | Fix for jank when fast-scrolling DeskClock's world cities list in RTLRaph Levien2013-09-271-5/+3
* | | | | Merge "Add warning about using MergeCursor in CursorAdapter" into klp-devAlan Viverette2013-09-271-3/+7
|\ \ \ \ \
| * | | | | Add warning about using MergeCursor in CursorAdapterAlan Viverette2013-09-261-3/+7
| | |/ / / | |/| | |
* | | | | Merge "Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu" into kl...Adam Powell2013-09-273-17/+85
|\ \ \ \ \
| * | | | | Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-263-17/+85
| |/ / / /
* | | | | Merge "Fix for Text fading on RTL app names is done at the beginning..." into...Raph Levien2013-09-261-2/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for Text fading on RTL app names is done at the beginning...Raph Levien2013-09-261-2/+15
| |/ / /
* | | | Merge "Don't change the text in reaction to a user dict add" into klp-devJean Chalard2013-09-251-66/+0
|\ \ \ \