History log of /frameworks/base/core/java/android/gesture/GestureLibrary.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f2054392e9957d3ba8579ef08c29cfb27df564e 28-Jul-2009 Dianne Hackborn <hackbod@google.com> Updates from API review.

* AccessibilityService -- document onBind() to not be implemented.
* GestureLibrary.getLearner() -- needs to be hidden.
* IntentSender -- remove protected constructors, document that it is retrieved from a PendingIntent.
* Hide permissions: SHUTDOWN, STOP_APP_SWITCHES.
* Context -- hide BACKUP_SERVICE.
* ContextWrapper -- hide getSharedPrefs bla h blah
* Intent.parseUri() -- fix docs.
* ApplicationInfo.FLAG_TEST_ONLY?!?
* Hide MockContext.getSharedPrefs blah blah
/frameworks/base/core/java/android/gesture/GestureLibrary.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/GestureLibrary.java
f40f074c43fcef627131d4b631251192761b4daa 29-May-2009 Romain Guy <romainguy@android.com> Revert "Revert "Bug fixes and performance improvements""

This reverts commit 436466d75edb5f6fd848504d998f244426ea5a09.
/frameworks/base/core/java/android/gesture/GestureLibrary.java
436466d75edb5f6fd848504d998f244426ea5a09 28-May-2009 Romain Guy <romainguy@android.com> Revert "Bug fixes and performance improvements"

This reverts commit 58b359041a29418876f12d37a7082ece9f8a38a4.
/frameworks/base/core/java/android/gesture/GestureLibrary.java
58b359041a29418876f12d37a7082ece9f8a38a4 28-May-2009 Yang Li <liyang@google.com> Bug fixes and performance improvements

- Added affine transform functions in GestureUtilities to remove Matrix
- Fixed a bug with Instance.createInstance
- Updated letter recognition file
/frameworks/base/core/java/android/gesture/GestureLibrary.java
db567c390bd56c05614eaa83c02dbb99f97ad9cc 22-May-2009 Romain Guy <romainguy@android.com> Move the Gestures API to the framework in android.gesture.
/frameworks/base/core/java/android/gesture/GestureLibrary.java