summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Implement textDirection heuristic selection.Doug Felt2011-07-148-33/+516
* Fleshed up SuggestionSpan documentation. Bug 4553472Gilles Debunne2011-07-081-3/+13
* Add ALL CAPS style to TextView/TextAppearanceAdam Powell2011-07-072-0/+92
* Support control of text alignment.Doug Felt2011-06-291-10/+34
* Merge "Fix for bug 4499752 - Detect nulled layouts in HandleViews"Gilles Debunne2011-05-311-1/+2
|\
| * Fix for bug 4499752 - Detect nulled layouts in HandleViewsGilles Debunne2011-05-271-1/+2
* | Merge "Replacement spans correctly measured in TextView"Gilles Debunne2011-05-271-2/+3
|\ \
| * | Replacement spans correctly measured in TextViewGilles Debunne2011-05-271-2/+3
| |/
* | Remove extraneous log.Romain Guy2011-05-261-34/+37
|/
* Fix internal variables and equals in SuggestionSpansatok2011-05-261-28/+26
* Add Apis to send notifications when the suggestion was pickedsatok2011-05-261-10/+53
* TextView uses floats for touch event positions.Gilles Debunne2011-05-231-3/+3
* SuggestionSpans are preserved when picked.Gilles Debunne2011-05-121-1/+1
* Merge commit 'f395e304' into mConley Owens2011-05-021-3/+9
|\
| * am 19653c64: am 425db473: Merge "CHAR_SEQUENCE_CREATOR cannot handle null str...Conley Owens2011-04-291-3/+9
| |\
| | * Merge "CHAR_SEQUENCE_CREATOR cannot handle null string"Conley Owens2011-04-291-3/+9
| | |\
| | | * CHAR_SEQUENCE_CREATOR cannot handle null stringMartin Wallgren2011-04-071-3/+9
* | | | am 27e8f1a3: am 8b22ef66: am e41d2aed: Merge "Using robust equality check."Conley Owens2011-04-291-1/+1
|\ \ \ \ | |/ / /
| * | | am 8b22ef66: am e41d2aed: Merge "Using robust equality check."Conley Owens2011-04-291-1/+1
| |\ \ \ | | |/ /
| | * | Merge "Using robust equality check."Conley Owens2011-04-281-1/+1
| | |\ \
| | | * | Using robust equality check.Jozef BABJAK2011-03-171-1/+1
* | | | | am 014757ee: am a9517012: am 1e29552b: Merge "We don\'t need these local refe...Conley Owens2011-04-291-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | am a9517012: am 1e29552b: Merge "We don\'t need these local references."Conley Owens2011-04-291-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge "We don't need these local references."Conley Owens2011-04-281-4/+4
| | |\ \ \
| | | * | | We don't need these local references.Jozef BABJAK2011-03-171-4/+4
| | | |/ /
* | | | | am 49df110a: am d66a92e6: am da882181: Merge "Eliminating dead code with no o...Conley Owens2011-04-291-3/+0
|\ \ \ \ \ | |/ / / /
| * | | | am d66a92e6: am da882181: Merge "Eliminating dead code with no other effect t...Conley Owens2011-04-291-3/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge "Eliminating dead code with no other effect than consuming battery life."Conley Owens2011-04-281-3/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Eliminating dead code with no other effect than consuming battery life.Jozef BABJAK2011-03-171-3/+0
| | | |/
* | | | SuggestionSpans are removed around edited text.Gilles Debunne2011-04-291-20/+35
* | | | Merge "TextView's baseline is correctly computed for empty text."Gilles Debunne2011-04-282-17/+34
|\ \ \ \
| * | | | TextView's baseline is correctly computed for empty text.Gilles Debunne2011-04-282-17/+34
* | | | | Typo in TextAppearanceSpan documentationGilles Debunne2011-04-271-3/+2
|/ / / /
* | | | Merge "Clean getTextRunAdvances() APIs"Fabrice Di Meglio2011-04-222-10/+10
|\ \ \ \
| * | | | Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-212-10/+10
* | | | | Extracted WordIterator class.Gilles Debunne2011-04-203-108/+220
|/ / / /
* | | | Fix around suggestionSpan.Gilles Debunne2011-04-132-3/+8
* | | | Merge "Fix in BreakIterator."Gilles Debunne2011-04-112-15/+20
|\ \ \ \
| * | | | Fix in BreakIterator.Gilles Debunne2011-04-082-15/+20
* | | | | Rename CorrectionSpan to SuggestionSpansatok2011-04-082-15/+15
* | | | | am e511fb33: am 9b1b6439: am 2ed72048: Merge "Always return a valid index fro...Brad Fitzpatrick2011-04-041-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 9b1b6439: am 2ed72048: Merge "Always return a valid index from Rfc822Token...Brad Fitzpatrick2011-04-041-2/+2
| |\ \ \ | | |/ /
| | * | Always return a valid index from Rfc822Tokenizer.findTokenEnd()Mattias Niklewski2011-04-041-2/+2
| | |/
| | * Merge changes I81fc2f90,I5e7fd759Brad Fitzpatrick2011-03-151-4/+0
| | |\
| | | * Removing wrong equals method in comparator.Jozef BABJAK2011-02-211-4/+0
* | | | Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-292-0/+36
* | | | Merge "Support Ctrl-based EditText movement."Jeff Sharkey2011-03-284-6/+285
|\ \ \ \
| * | | | Support Ctrl-based EditText movement.Jeff Sharkey2011-03-214-6/+285
* | | | | Removed APIs for setCorrectionSpan from InputConnectionsatok2011-03-261-25/+21
|/ / / /
* | | | Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextViewsatok2011-03-163-0/+182