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