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
/
Touch.java
Age
Commit message (
Expand
)
Author
2016-01-06
Fix: TextView cannot be scrolled.
Keisuke Kuroyanagi
2015-12-10
Move mouse selection handling logic to Editor.
Keisuke Kuroyanagi
2014-07-01
Add support for mouse-based text selection.
Sujith Ramakrishnan
2013-05-14
Fix for bug 8911390 RTL text alignment is changed ...
Raph Levien
2011-10-27
Scroll performance improved in multiline TextEdit
Gilles Debunne
2011-09-21
Bug 5279842: mis alignment after scroll
Gilles Debunne
2011-09-02
Fixes around text selection
Gilles Debunne
2011-01-21
Do a better job of lining up text with page text.
Leon Scroggins
2010-11-18
Added support for full PC-style keyboards.
Jeff Brown
2010-10-15
Add keycodes and meta-key modifiers to support external keyboards.
Jeff Brown
2010-07-09
New cursor controller in TextViews.
Gilles Debunne
2010-06-03
Fix alignment issues with RTL paragraphs.
Doug Felt
2009-12-10
Allows users to scroll while in select mode.
Maryam Garrett
2009-12-02
Some work on issue #2286804: sometimes text field doesn't accept input
Dianne Hackborn
2009-09-29
scroll text field with touch
Cary Clark
2009-06-30
Always clear the TextView drag state whenever a touch begins.
Eric Fischer
2009-03-24
Automated import from //branches/donutburger/...@140714,140714
Dianne Hackborn
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-10
auto import from //branches/cupcake/...@130745
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