summaryrefslogtreecommitdiff
path: root/core/java/android/gesture/GestureLibrary.java
Commit message (Collapse)AuthorAgeFilesLines
* Updates from API review.Dianne Hackborn2009-07-281-0/+1
| | | | | | | | | | | | * 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
* Modify the base gestures API to use streams instead of files. Adds new ↵Romain Guy2009-05-291-294/+25
| | | | wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
* Revert "Revert "Bug fixes and performance improvements""Romain Guy2009-05-281-3/+7
| | | | This reverts commit 436466d75edb5f6fd848504d998f244426ea5a09.
* Revert "Bug fixes and performance improvements"Romain Guy2009-05-281-7/+3
| | | | This reverts commit 58b359041a29418876f12d37a7082ece9f8a38a4.
* Bug fixes and performance improvementsYang Li2009-05-271-3/+7
| | | | | | - Added affine transform functions in GestureUtilities to remove Matrix - Fixed a bug with Instance.createInstance - Updated letter recognition file
* Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-211-0/+346