summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/method
Commit message (Expand)AuthorAgeFilesLines
* keyboard: re-add code to detect lid state and handle lightsMichael Gernoth2015-10-181-0/+31
* Text selection: Fix word boundaries for languages without spacesMady Mellor2015-06-221-10/+94
* Fix issue where handle is in front of word rather than end of wordMady Mellor2015-05-121-0/+81
* Consider punctuation treatment when selecting text.Mady Mellor2015-05-071-0/+39
* Merge "Enable mouse drag text selection for unfocused TextView."Keisuke Kuroyanagi2015-04-201-16/+23
|\
| * Enable mouse drag text selection for unfocused TextView.Keisuke Kuroyanagi2015-04-161-16/+23
* | Stop Shift+Backspace from foward deleting.Michael Wright2015-04-151-1/+1
* | Introduce Ctrl+Backspace/Ctrl+ForwardDelete shortcut.Seigo Nonaka2015-04-101-8/+68
* | Use TextView's text locale for capitalization.Seigo Nonaka2015-04-091-4/+17
|/
* Fix some documentation typos.Newton Allen2014-09-301-3/+3
* Add support for mouse-based text selection.Sujith Ramakrishnan2014-07-012-16/+78
* am 9777fdb7: am b0a7f84b: am 63bf04d8: Merge "Fix NullException in QwertyKeyL...Jeff Brown2014-05-201-1/+1
|\
| * Merge "Fix NullException in QwertyKeyListener.KeyDown"Jeff Brown2014-05-201-1/+1
| |\
| | * Fix NullException in QwertyKeyListener.KeyDownDmitry Tsyganyuk2012-08-291-1/+1
* | | Remove unused imports from frameworks/base.John Spurlock2013-11-203-17/+0
|/ /
* | Revert "Revert "Take the input device into account for meta state""Raph Levien2013-09-187-6/+60
* | Revert "Take the input device into account for meta state"Raph Levien2013-09-187-60/+6
* | am 38272ad2: am 21403857: Merge "Fix for bug 8911390 RTL text alignment is ch...Raph Levien2013-05-151-1/+3
|\ \
| * | Fix for bug 8911390 RTL text alignment is changed ...Raph Levien2013-05-141-1/+3
* | | enable selection of Linkify-annotated textVictoria Lease2013-04-291-0/+5
* | | Take the input device into account for meta stateJean Chalard2013-03-127-6/+60
* | | Preparatory cleanups in MetaKeyKeyListenerJean Chalard2013-03-041-12/+16
|/ /
* | Fix dead key -> space combination.Jean Chalard2013-02-251-0/+1
* | Fix DigitsKeyListener to be able to accept "+" signTadashi G. Takaoka2012-10-011-15/+24
|/
* Add/refine comments to reflect key event policiesJean Chalard2012-05-2911-0/+46
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Minor typo fixesGilles Debunne2012-02-132-2/+1
* Touch moves cursor in text refactoredGilles Debunne2012-01-191-2/+0
* Limit created string size in Spell CheckerGilles Debunne2011-12-071-1/+6
* Scroll performance improved in multiline TextEditGilles Debunne2011-11-291-12/+28
* Spell checher's language synced with keyboard.Gilles Debunne2011-10-131-6/+6
* Bug 5250788: LatinIME slows down as amount of Text increasesGilles Debunne2011-10-072-102/+59
* Bug 5250788: EditText gets slower has the entered text gets longerGilles Debunne2011-09-281-4/+0
* Bug 5279842: mis alignment after scrollGilles Debunne2011-09-211-24/+19
* Fixes around text selectionGilles Debunne2011-09-022-12/+6
* Spell checking in TextViewsGilles Debunne2011-08-231-0/+4
* Add ALL CAPS style to TextView/TextAppearanceAdam Powell2011-07-072-0/+92
* Fix for bug 4499752 - Detect nulled layouts in HandleViewsGilles Debunne2011-05-271-1/+2
* TextView uses floats for touch event positions.Gilles Debunne2011-05-231-3/+3
* 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
| |\
| | * We don't need these local references.Jozef BABJAK2011-03-171-4/+4
* | | Extracted WordIterator class.Gilles Debunne2011-04-202-105/+220
* | | Fix in BreakIterator.Gilles Debunne2011-04-081-3/+3
* | | Support Ctrl-based EditText movement.Jeff Sharkey2011-03-212-2/+145
|/ /
* | Make SHIFT+Backspace be forward delete.Jeff Brown2011-02-261-44/+23
* | Add scroll wheel support to TextView.Jeff Brown2011-02-263-145/+317
* | Fix for a call to startActivity from outside of an app.Gilles Debunne2011-01-251-3/+3
* | Do a better job of lining up text with page text.Leon Scroggins2011-01-211-18/+0
* | Removed simple compilation warnings.Gilles Debunne2011-01-041-2/+5