summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Fixing bug 2502522 - Accessibility events contain text of invisible viewsSvetoslav Ganov2010-03-101-0/+4
* Report scroll events from ScrollView and HorizontalScrollView.Romain Guy2010-03-081-3/+6
* Remove misleading method comment on TextView#setHintKenny Root2010-02-251-6/+0
* Fix the build.Romain Guy2010-02-241-0/+3
* Prevents ListView items children to modify properties of other children.Romain Guy2010-02-241-2/+16
* am 563d3a62: merge from open-source masterThe Android Open Source Project2010-02-241-0/+2
|\
| * merge from open-source masterThe Android Open Source Project2010-02-241-0/+2
| |\
| | * These changes add access to some status values in widgets listed below:Steve Zeigler2010-02-231-0/+2
| | * merge from eclairJean-Baptiste Queru2009-11-151-32/+73
| | |\
| | | * eclair snapshotJean-Baptiste Queru2009-11-131-33/+74
* | | | am 658dc0d4: am b35b8c13: Merge "Security fix in accessibility - don\'t read ...Amith Yamasani2010-01-221-4/+3
|\ \ \ \ | |/ / /
| * | | am b35b8c13: Merge "Security fix in accessibility - don\'t read out password....Amith Yamasani2010-01-191-4/+3
| |\ \ \
| | * | | Security fix in accessibility - don't read out password. # 2371557Amith Yamasani2010-01-141-4/+3
* | | | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-3/+3
|/ / / /
* | | | am 72521860: Merge change I8f657a99 into eclairEric Fischer2009-12-151-0/+5
|\ \ \ \ | |/ / /
| * | | Avoid a crash trying to get a substring whose start is after its end.Eric Fischer2009-12-141-0/+5
* | | | am 8693f82d: Merge change If1f0bf33 into eclairDianne Hackborn2009-12-021-4/+1
|\ \ \ \ | |/ / /
| * | | Some work on issue #2286804: sometimes text field doesn't accept inputDianne Hackborn2009-12-021-4/+1
* | | | am e1e0dc8e: Make sure we relayout the TextView when the text changes and mar...Romain Guy2009-11-041-16/+18
|\ \ \ \ | |/ / /
| * | | Make sure we relayout the TextView when the text changes and marquee is enabled.Romain Guy2009-11-031-16/+18
* | | | merge from open-source masterJean-Baptiste Queru2009-10-141-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fixes scroll/measure bug in EditTextChristoffer Gurell2009-10-121-1/+1
| * | merge from donutJean-Baptiste Queru2009-09-031-0/+1
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-08-311-0/+1
| * | merge from donutJean-Baptiste Queru2009-07-291-3/+12
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-291-3/+12
| * | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-251-88/+332
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-211-52/+229
| | * donut snapshotJean-Baptiste Queru2009-05-201-36/+103
| * | Fix spelling mistakes in JavadocKenny Root2009-06-111-1/+1
| |/
| * Automated import from //branches/cupcake/...@142788,142788Romain Guy2009-03-251-2/+8
| * auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-191-1/+57
* | Hack to fix issue #2125365: Sports Trivia compatability with EclairDianne Hackborn2009-09-281-0/+5
* | Fix 2143297: Fix transition from password -> visible passwordAmith Yamasani2009-09-281-0/+3
* | Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-0/+1
* | Reset typeface when changing from visible password inputTypeBjorn Bringert2009-09-181-14/+27
* | Make the EditText error popup correctly resize when the view resizes.Eric Fischer2009-09-171-1/+2
* | Fix issue #1983406: Soft keyboard doesn't show up in an EditText with "digits...Dianne Hackborn2009-09-101-1/+5
* | am 36d5aaec: Merge change 22322 into donutEric Fischer2009-08-221-0/+1
|\ \
| * | Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.Eric Fischer2009-08-211-0/+1
* | | Make <font size> and <font height> in string resources respect density.Eric Fischer2009-08-121-0/+1
* | | Don't offer to add numbers to the dictionary.Eric Fischer2009-07-291-0/+11
* | | am 74cb705f: Merge change 8121 into donutAndroid (Google) Code Review2009-07-211-3/+12
|\ \ \ | |/ /
| * | Fixes #1818201. Do not attempt to display the popup until after the first lay...Romain Guy2009-07-211-3/+12
* | | Fix spelling mistakes in JavadocKenny Root2009-07-071-1/+1
|/ /
* | Fix TextView's fading edge when compound drawables are setup.Romain Guy2009-06-241-6/+9
* | Fix bugs 1827027, 1808979, 1820700.Dianne Hackborn2009-06-221-0/+7
* | Fixes #1926784. Setting android:ellipsize on an EditText now ellipsizes the h...Romain Guy2009-06-191-33/+63
* | Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-0/+11
* | Fix NPE at boot.Romain Guy2009-05-201-28/+30