summaryrefslogtreecommitdiff
path: root/core/java/android/gesture/LetterRecognizer.java
Commit message (Expand)AuthorAgeFilesLines
* Removes gestures from ListView.Romain Guy2009-06-081-279/+0
* Modify the base gestures API to use streams instead of files. Adds new wrappe...Romain Guy2009-05-291-29/+24
* Fix another crash in Gestures, this one caused by the data fileMarco Nelissen2009-05-271-0/+4
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-31/+38
* Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-211-0/+273