summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/method
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Add support for forward delete key."Jeff Brown2010-12-212-63/+116
|\ \
| * | Add support for forward delete key.Jeff Brown2010-12-212-63/+116
* | | Add TextView support for Home, End, PageUp, PageDown.Jeff Brown2010-12-215-295/+677
|/ /
* | Fix a regression in clearMetaKeyState.Jeff Brown2010-12-081-7/+3
* | Tap inside text selection dismisses selection.Gilles Debunne2010-12-011-4/+6
* | Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-302-17/+42
* | Added support for full PC-style keyboards.Jeff Brown2010-11-187-38/+102
* | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-154-93/+152
* | am 9785bf0f: am 14a288da: Merge "Add suuport for splitting touch events acros...Jeff Brown2010-09-271-61/+0
|\ \ | |/