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