summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Add the characters <>`^ to the alt-sym dialog.Michael Marineau2010-11-211-1/+1
* input: Fix keymapping and handle www/com key.Steve Kondik2010-11-131-0/+6
* Add framework support for keyboard LEDs (Caps/FN)rmcc2010-10-231-0/+34
* Fixing getOffsetBefore and getOffsetAfter to working properly on non-spacing ...Putta Khunchalee2010-10-182-1/+29
* Fix RTL support, specifically fixes the combination of RTL text with numbers ...Eran2010-10-172-66/+79
* Support surrogate pairs when layouting textTakako Ishibashi2010-09-163-10/+35
* Memory leak in TextKeyListener.Mathias Jeppsson2010-09-041-2/+5
* Make my change package specific so it wouldn't break the buildDavid Kohen2010-07-251-1/+1
* Make the RTL fix look at amount of chars to each directionDavid Kohen2010-07-242-2/+32
* Documentation Bug (Issue 9557)Christian Mehlmauer2010-07-241-45/+45
* Make it so that the margin will be from the left on RTL as well.David Kohen2010-07-191-8/+8
* Fix RTL alignment regression in FroyoDavid Kohen2010-07-191-1/+1
* Port Omri Baumer's fix to Froyo...David Kohen2010-07-041-5/+9
* Fix BiDi for gmail sender fieldDavid Kohen2010-07-021-3/+3
* Improved BiDi text rendering.Dudy Kohen2010-06-303-9/+8
* Fix typo in EastAsianWidth javadocKenny Root2010-05-271-3/+3
* Fix last character of password field being visible after rotationDevin Taylor2010-04-061-8/+11
* Revert to previous text selection behaviorKenny Root2010-04-051-23/+31
* Add documentation for LeadingMarginSpan2.Eric Fischer2010-03-121-0/+13
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Merge "Don't break lines in the middle of a smiley or other graphic replaceme...Eric Fischer2010-03-101-13/+13
|\
| * Don't break lines in the middle of a smiley or other graphic replacement.Eric Fischer2010-03-101-13/+13
* | Merge "Noticed comment field when splitting guests wasn't being cleared."Erik2010-03-101-1/+1
|\ \ | |/ |/|
| * Noticed comment field when splitting guests wasn't being cleared.Erik2010-02-241-1/+1
* | Merge "Remove DateException and obsolete DateUtils functions."Ken Shirriff2010-03-011-105/+0
|\ \
| * | Remove DateException and obsolete DateUtils functions.Ken Shirriff2010-03-011-105/+0
* | | check offset and don't crashMark Wagner2010-03-011-1/+5
|/ /
* | Merge "Add support for accessing native bidi implementation via jni."Eric Fischer2010-02-251-0/+48
|\ \
| * | Add support for accessing native bidi implementation via jni.Doug Felt2010-02-241-0/+48
| |/
* | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-253-3/+6
|/
* Factor bidi algorithm into separate method.Doug Felt2010-02-242-210/+244
* Fix rounding of extra spacing when it is negative.Doug Felt2010-02-221-6/+6
* Change Javadocs to fix SDK buildKenny Root2010-02-171-1/+1
* Merge "Add better index checks for AndroidCharacter.mirror"Kenny Root2010-02-171-0/+5
|\
| * Add better index checks for AndroidCharacter.mirrorKenny Root2010-02-171-0/+5
* | Merge "Enhance text docs, rename some variables for clarity, comment places i...Eric Fischer2010-02-175-170/+372
|\ \ | |/ |/|
| * Enhance text docs, rename some variables for clarity, comment places in the codeDoug Felt2010-02-165-170/+372
* | Add API to access ICU's East Asian WidthKenny Root2010-02-161-0/+39
* | Keep Rfc822Tokenizer from crashing when the string ends with a backslash.Eric Fischer2010-02-161-2/+2
|/
* Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> ...Michael Chan2010-02-041-1/+0
* allow + in usernamesFred Quintana2010-01-141-2/+2
* Enable onepointfivetap-and-swipe to select.Maryam Garrett2010-01-061-8/+64
* am d4a4729c: Update imports to android-commonTom Taylor2009-12-212-2/+2
|\
| * Update imports to android-commonTom Taylor2009-12-212-2/+2
* | am 39f0efba: Fixes context-menu trigger behavior after scroll in TextViewMaryam Garrett2009-12-141-36/+43
|\ \ | |/
| * Fixes context-menu trigger behavior after scroll in TextViewMaryam Garrett2009-12-141-36/+43
* | am 7762d936: Unbundling workPaul Westbrook2009-12-142-190/+0
|\ \ | |/
| * Unbundling workPaul Westbrook2009-12-142-190/+0
* | am 946bfa49: Merge change Ida4d6ab0 into eclair-mr2Maryam Garrett2009-12-112-5/+23
|\ \ | |/
| * Allows users to scroll while in select mode.Maryam Garrett2009-12-102-5/+23