summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Extracted text editing logic in a separate classGilles Debunne2012-03-302-3773/+3960
* Merge "Handle non DynamicLayout in Editable draw method."Gilles Debunne2012-03-281-54/+55
|\
| * Handle non DynamicLayout in Editable draw method.Gilles Debunne2012-03-271-54/+55
* | Moving focus on text should not create an EditorGilles Debunne2012-03-271-1/+0
|/
* Re-enabling DisplayList propertiesChet Haase2012-03-271-2/+2
* Merge "Update to TextView#didTouchFocusSelect documentation"Gilles Debunne2012-03-261-1/+1
|\
| * Update to TextView#didTouchFocusSelect documentationGilles Debunne2012-03-151-1/+1
* | Fixes for bugs: 6104423, 6103563, 6103509, 6103807 & 6103253.Philip Milne2012-03-264-11/+154
* | Add remotable methods for TextView's compound drawables.Daniel Sandler2012-03-242-0/+87
* | Add SeekBar property accessors to match available style attributesAdam Powell2012-03-211-0/+10
* | GridView attribute updatesAdam Powell2012-03-211-1/+99
* | Disabled display lists in TextViewGilles Debunne2012-03-201-1/+1
* | Put back invalidate optimizationRomain Guy2012-03-202-6/+2
* | Code cleanupRomain Guy2012-03-202-54/+20
* | Revamp of the NumberPicker widget.Svetoslav Ganov2012-03-203-605/+762
* | Merge "Multiple display lists for editable text"Gilles Debunne2012-03-151-28/+90
|\ \
| * | Multiple display lists for editable textGilles Debunne2012-03-151-28/+90
| |/
* | Cleanup ListView glow's optimized invalidatesRomain Guy2012-03-152-40/+30
* | Merge "Fix for bug 6170890."Philip Milne2012-03-141-20/+16
|\ \
| * | Fix for bug 6170890.Philip Milne2012-03-141-20/+16
* | | Optimize invalidate calls in lists.Romain Guy2012-03-142-40/+101
| |/ |/|
* | Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne2012-03-134-0/+52
|/
* Handle view properties at the native levelChet Haase2012-03-121-0/+5
* Respect default styles when constructing GridViews with 1-arg constructorAdam Powell2012-03-121-1/+1
* Merge "Re-use the display list valid flag, save a boolean"Gilles Debunne2012-03-091-18/+17
|\
| * Re-use the display list valid flag, save a booleanGilles Debunne2012-03-071-18/+17
* | Merge "Make Drawable RTL APIs public"Fabrice Di Meglio2012-03-093-9/+0
|\ \
| * | Make Drawable RTL APIs publicFabrice Di Meglio2012-03-093-9/+0
* | | Merge "Fix obvious typos under frameworks/base/core"Ken Wakasa2012-03-097-10/+10
|\ \ \
| * | | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-097-10/+10
* | | | Merge "Removing checked state description text for accessibility from some wi...Svetoslav Ganov2012-03-094-41/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Removing checked state description text for accessibility from some widgets.Svetoslav Ganov2012-03-094-41/+2
| | |/ | |/|
* | | Fix docsAdam Powell2012-03-082-3/+3
* | | Public API for android.widget.Spinner propertiesAdam Powell2012-03-082-0/+195
* | | Merge "Public API for android.widget.Switch properties"Adam Powell2012-03-081-0/+129
|\ \ \
| * | | Public API for android.widget.Switch propertiesAdam Powell2012-03-081-0/+129
* | | | Merge "Dispatch screen state change events to Views Bug #6120957"Romain Guy2012-03-081-0/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Dispatch screen state change events to ViewsRomain Guy2012-03-081-0/+30
| | |/ | |/|
* | | Merge "More fixes about padding"Fabrice Di Meglio2012-03-082-0/+20
|\ \ \
| * | | More fixes about paddingFabrice Di Meglio2012-03-082-0/+20
| |/ /
* | | Merge "Fix measurement issues with Spinner and ListPopupWindow"Adam Powell2012-03-082-2/+21
|\ \ \ | |/ / |/| |
| * | Fix measurement issues with Spinner and ListPopupWindowAdam Powell2012-03-082-2/+21
| |/
* | Merge "Make more TextView RTL APIs public"Fabrice Di Meglio2012-03-081-16/+2
|\ \
| * | Make more TextView RTL APIs publicFabrice Di Meglio2012-03-071-16/+2
* | | Merge "Optimization of the request of the sentence level spell check"satok2012-03-081-0/+4
|\ \ \
| * | | Optimization of the request of the sentence level spell checksatok2012-03-081-0/+4
* | | | Merge "Fix spell checker framework"satok2012-03-081-2/+2
|\ \ \ \ | |/ / /
| * | | Fix spell checker frameworksatok2012-03-081-2/+2
| | |/ | |/|
* | | Fix possible NPE in SpellCheckersatok2012-03-081-1/+7
|/ /
* | Merge "Change widgets to post invalidate to the animation timer."Jeff Brown2012-03-052-12/+3
|\ \