summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* am 5d19f506: am 28df6d3d: Merge "Fix bug #8913650 spinner dropdown(android.R....Fabrice Di Meglio2013-05-201-1/+8
|\
| * Merge "Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_drop...Fabrice Di Meglio2013-05-201-1/+8
| |\
| | * Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_it...Fabrice Di Meglio2013-05-151-1/+8
* | | am 80127981: am c0a979ce: Merge "Fixing the accessibility text traversal in e...Svetoslav2013-05-141-1/+7
|\ \ \ | |/ /
| * | Fixing the accessibility text traversal in extend mode.Svetoslav2013-05-101-1/+7
| |/
* | New UndoManager.Dianne Hackborn2013-05-071-8/+64
* | am 939ff0ac: am 4c783066: Merge "Fixing bugs exposed when moving accessibilit...Svetoslav2013-04-231-21/+7
|\ \ | |/
| * Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.Svetoslav2013-04-231-21/+7
* | am 1aa52487: am 6c072401: Merge "Fix for bug 8500202: Right-to-left text not ...Raph Levien2013-04-121-1/+6
|\ \ | |/
| * Fix for bug 8500202: Right-to-left text not showing in list viewRaph Levien2013-04-121-1/+6
* | am 953a9466: am 6812efd2: Merge "Make hasOverlappingRendering() method more a...Michael Jurka2013-03-211-1/+2
|\ \ | |/
| * Make hasOverlappingRendering() method more accurateMichael Jurka2013-03-211-1/+2
* | am 0bcec06b: am 19eceaad: Merge "Fix bug #8437358 Clean any ICU related code ...Fabrice Di Meglio2013-03-201-10/+0
|\ \ | |/
| * Merge "Fix bug #8437358 Clean any ICU related code from TextLayout / Paint an...Fabrice Di Meglio2013-03-201-10/+0
| |\
| | * Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-10/+0
* | | am 430058f2: am 2d18e52b: Merge "Fix bug #8335710 TextView can\'t clear Compo...Fabrice Di Meglio2013-03-191-34/+77
|\ \ \ | |/ /
| * | Merge "Fix bug #8335710 TextView can't clear CompoundDrawables" into jb-mr2-devFabrice Di Meglio2013-03-191-34/+77
| |\ \ | | |/ | |/|
| | * Fix bug #8335710 TextView can't clear CompoundDrawablesFabrice Di Meglio2013-03-181-34/+77
* | | am cf60cc9a: am 261f82ca: Merge "Revert "Clean Paint.mBidiFlags as it is no l...Fabrice Di Meglio2013-03-151-6/+16
|\ \ \ | |/ /
| * | Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-6/+16
| |/
* | am 80273c6b: am 5f51fd69: Merge "Make Spinner widget RTL-aware (part 2)" into...Fabrice Di Meglio2013-03-051-65/+48
|\ \ | |/
| * Make Spinner widget RTL-aware (part 2)Fabrice Di Meglio2013-03-051-65/+48
* | Prevent repeated cursor movements from escaping a TextViewMichael Wright2013-02-201-3/+26
|/
* Add support for shadows in TextAppearance stylesAdam Powell2013-02-141-2/+31
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-16/+6
* Set accessibility cursor in non-text views with content description.Svetoslav2013-02-061-0/+5
* Set accessibility cursor position in non-editable views with content descript...Svetoslav2013-02-051-17/+19
* Add accessibility actions for text editing.Svetoslav2013-01-301-11/+104
* Optimize drawHardwareAccelerated method in Editor classSangkyu Lee2013-01-081-1/+0
* Suppress horizontal scrolling with trailing blanksRaph Levien2012-12-201-9/+24
* Remove remaining doc references to StyledAttributes.John Spurlock2012-12-181-1/+1
* Fix an issue on changing the keyboard locale between spellchecking supported ...Satoshi Kataoka2012-12-061-11/+32
* am 52c3833e: am 07581745: am 71175f72: Merge "Fix bug #7621927 Radio button/T...Fabrice Di Meglio2012-11-291-4/+14
|\
| * Merge "Fix bug #7621927 Radio button/TextView drawable regression in 4.2" int...Fabrice Di Meglio2012-11-281-4/+14
| |\
| | * Fix bug #7621927 Radio button/TextView drawable regression in 4.2Fabrice Di Meglio2012-11-281-4/+14
* | | am 3ee47400: am 95263ef3: am 4d931acd: Merge "Fix for bug #7417949 TextView /...Fabrice Di Meglio2012-11-201-59/+136
|\ \ \ | |/ /
| * | Merge "Fix for bug #7417949 TextView / EditText error Drawable is not put on ...Fabrice Di Meglio2012-11-201-59/+136
| |\ \ | | |/ | |/|
| | * Fix for bug #7417949 TextView / EditText error Drawable is not put on the lef...Fabrice Di Meglio2012-11-141-59/+136
* | | am e054ab85: am 348cf60d: am 674a131c: Merge "Fix bug #6638582 Password field...Fabrice Di Meglio2012-11-161-3/+2
|\ \ \ | |/ /
| * | Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTRFabrice Di Meglio2012-11-141-3/+2
| |/
* | am 21c25254: am a0362c7b: am c87f198b: Merge "TextView not respecting "speak ...Mike Cleron2012-11-051-2/+2
|\ \ | |/
| * TextView not respecting "speak passwords" setting when adding before text to ...Svetoslav Ganov2012-11-051-2/+2
* | am 024e70c8: am dd80335e: am 07ce0ca2: Merge "Fix bug #7419054 TextView Drawa...Fabrice Di Meglio2012-10-291-5/+4
|\ \ | |/
| * Fix bug #7419054 TextView Drawables resolution is broken in RTL modeFabrice Di Meglio2012-10-261-5/+4
* | am 17732ff1: am 142155b5: am 3377b404: Merge "Fix for bug 7358703 Gmail ANR w...Raph Levien2012-10-161-1/+1
|\ \ | |/
| * Fix for bug 7358703 Gmail ANR when trying to compose a messageRaph Levien2012-10-161-1/+1
* | am 244f5125: am b9e224cc: am 6f8c1bad: Merge "Fix for bug 7344916 text view f...Raph Levien2012-10-151-2/+13
|\ \ | |/
| * Fix for bug 7344916 text view flickers when you hit enterRaph Levien2012-10-151-2/+13
* | am df4bcd6a: am b65b5133: am f9307c5c: Merge "Fix bug #7334966 Padding is sti...Fabrice Di Meglio2012-10-121-0/+3
|\ \ | |/
| * Fix bug #7334966 Padding is still broken in RTL languagesFabrice Di Meglio2012-10-121-0/+3