History log of /frameworks/base/core/java/android/gesture/GestureStore.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46c53129c6f27c9193ab195a69cb50591b8c1fa2 04-Feb-2010 Romain Guy <romainguy@android.com> Rename GestureUtilities to GestureUtils.
/frameworks/base/core/java/android/gesture/GestureStore.java
4758f1216bd16763c72500bc3c2f0fb43c08d613 15-Dec-2009 Yang Li <liyang@google.com> Added the Protractor algorithm for calculating the minimum cosine distance between gestures
/frameworks/base/core/java/android/gesture/GestureStore.java
03f0b21b5a317aa6c0f0cd4d7ac91cabdf379d3e 09-Jun-2009 Romain Guy <romainguy@android.com> Fix several issues in the gestures libraries.

This mostly fixes how gestures libraries are saved and loaded.
Saving a library twice in a row was erasing the entire library,
which was preventing the sketch test app from working propertly.
/frameworks/base/core/java/android/gesture/GestureStore.java
7fe416e9436a7b2a00e27e73ceb725de4e763f30 09-Jun-2009 Romain Guy <romainguy@android.com> Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems.
/frameworks/base/core/java/android/gesture/GestureStore.java
0a63716ed0e44f7cd32b81a444429318d42d8f08 29-May-2009 Romain Guy <romainguy@android.com> Modify the base gestures API to use streams instead of files. Adds new wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
/frameworks/base/core/java/android/gesture/GestureStore.java