summaryrefslogtreecommitdiff
path: root/core/java/android/text/method/ArrowKeyMovementMethod.java
AgeCommit message (Expand)Author
2015-12-10Move mouse selection handling logic to Editor.Keisuke Kuroyanagi
2015-10-27Stop making a reversed selection with mice.Keisuke Kuroyanagi
2015-10-13Fix: Last char can be excluded from mouse selection.Keisuke Kuroyanagi
2015-04-16Enable mouse drag text selection for unfocused TextView.Keisuke Kuroyanagi
2014-07-01Add support for mouse-based text selection.Sujith Ramakrishnan
2013-09-18Revert "Revert "Take the input device into account for meta state""Raph Levien
2013-09-18Revert "Take the input device into account for meta state"Raph Levien
2013-03-12Take the input device into account for meta stateJean Chalard
2012-01-19Touch moves cursor in text refactoredGilles Debunne
2011-10-13Spell checher's language synced with keyboard.Gilles Debunne
2011-10-07Bug 5250788: LatinIME slows down as amount of Text increasesGilles Debunne
2011-09-02Fixes around text selectionGilles Debunne
2011-05-23TextView uses floats for touch event positions.Gilles Debunne
2011-04-20Extracted WordIterator class.Gilles Debunne
2011-04-08Fix in BreakIterator.Gilles Debunne
2011-03-21Support Ctrl-based EditText movement.Jeff Sharkey
2010-12-21Add TextView support for Home, End, PageUp, PageDown.Jeff Brown
2010-12-01Tap inside text selection dismisses selection.Gilles Debunne
2010-10-15Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown
2010-09-26Add suuport for splitting touch events across windows.Jeff Brown
2010-09-21Text selection anchors changed to use windowsAdam Powell
2010-09-07Hide mCursorController field in ArrowKeyMovementMethod.Gilles Debunne
2010-08-24When an EditText gains focus by tapping, move the insertion point where tapped.Gilles Debunne
2010-08-23Hysteresis effect in Text selection.Gilles Debunne
2010-08-19Text selection without trackball.Gilles Debunne
2010-04-05Revert to previous text selection behaviorKenny Root
2010-01-06Enable onepointfivetap-and-swipe to select.Maryam Garrett
2009-12-14Fixes context-menu trigger behavior after scroll in TextViewMaryam Garrett
2009-12-10Allows users to scroll while in select mode.Maryam Garrett
2009-12-03Improves the touch-based text selection UI in text boxes.Maryam Garrett
2009-07-24When you double-tap a word in an EditText, select the word.Eric Fischer
2009-03-24Automated import from //branches/master/...@140719,140719Dianne Hackborn
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-05auto import from //depot/cupcake/@136594The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project