summaryrefslogtreecommitdiff
path: root/core/java/android/gesture/LetterRecognizer.java
Commit message (Collapse)AuthorAgeFilesLines
* Removes gestures from ListView.Romain Guy2009-06-081-279/+0
|
* Modify the base gestures API to use streams instead of files. Adds new ↵Romain Guy2009-05-291-29/+24
| | | | wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
* Fix another crash in Gestures, this one caused by the data fileMarco Nelissen2009-05-271-0/+4
| | | | | | having the wrong version. I made the loader print a message to the log for this, and made the calling code disable gestures for the listview instead of crashing.
* Add a new API to ListView: setGestures(int). This allows developers to ↵Romain Guy2009-05-221-31/+38
| | | | enable gestures to jump inside the list or filter it. This change also introduces a new XML attribute to control this API. It also adds the ability to theme the GestureOverlayView from the gestures library. Finally, this adds a new VERSION header to the binary format used to store the letters for the recognizer.
* Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-211-0/+273