• Home
  • History
  • Annotate
  • only in /frameworks/base/core/java/android/gesture/
History log of /frameworks/base/core/java/android/gesture/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
02739a8eecce26783350041da332f8daf6691e25 16-May-2011 Romain Guy <romainguy@google.com> Fix javadoc issues

Change-Id: Ife66a8664955ac1a79b6ffd0080000c820f24632
esture.java
ea46dea9da0fec86f374db98417ed03e1256e01f 17-Feb-2010 Kenny Root <kroot@google.com> Prevent possible NPE in android.gesture.Learner

Change-Id: If9b0ac9a05b6736719d84c6b58be73e3f7771f07
earner.java
46c53129c6f27c9193ab195a69cb50591b8c1fa2 04-Feb-2010 Romain Guy <romainguy@android.com> Rename GestureUtilities to GestureUtils.
esture.java
estureOverlayView.java
estureStore.java
estureStroke.java
estureUtilities.java
estureUtils.java
nstance.java
nstanceLearner.java
a54bec599a4d49c8586a65a2f570e434cbbf08a2 26-Jan-2010 Yang Li <liyang@google.com> Added comments for GestureUtilities.
estureUtilities.java
c7f930f5a9a62470775e913945c771ca57e0b10f 26-Jan-2010 Yang Li <liyang@google.com> Made GestureUtilities's several methods public; Changed GestureStroke's smoothening threshold.
estureStroke.java
estureUtilities.java
ec837187dfdc69a94d8b1bdffc54a0d1eed80ec2 16-Jan-2010 Yang Li <liyang@google.com> Added a method for spatial sampling.
esture.java
estureUtilities.java
fe86b045311f56e23dd57c4a070323dc9bf1bad9 15-Jan-2010 Romain Guy <romainguy@google.com> Merge "Added clone to these three classes and added more comments."
6fc1f151341c628125e7d20c1667a23862f32ce4 15-Jan-2010 Yang Li <liyang@google.com> Added clone to these three classes and added more comments.
esture.java
esturePoint.java
estureStroke.java
55732c52ee2bcfe5a59a1395688aeb7576713ac4 15-Jan-2010 Yang Li <liyang@google.com> Added non-uniform scaling for spatial sampling.
estureUtilities.java
nstance.java
5c79dee64f29bb7c2bde5bd44116baca7307751c 15-Jan-2010 Yang Li <liyang@google.com> Added non-uniform scaling for spatial sampling and converted double to float.
estureUtilities.java
4758f1216bd16763c72500bc3c2f0fb43c08d613 15-Dec-2009 Yang Li <liyang@google.com> Added the Protractor algorithm for calculating the minimum cosine distance between gestures
estureStore.java
estureUtilities.java
nstance.java
nstanceLearner.java
earner.java
51099c5aa63c8349bb7de6d1720480f2c84f404e 11-Sep-2009 Romain Guy <romainguy@android.com> Add @Widget annotation to GestureOverlayView to make it usable in ADT.

Change-Id: I86251f0d35e38460f09779f047aabfa99d2e97ae
estureOverlayView.java
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
estureLibrary.java
ef0e9ae0ddbf70f5e30fbfbffe379e3026b9dc13 10-Jul-2009 Romain Guy <romainguy@android.com> Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.

Add several checks to make sure there's at least one child.
esture.java
423d679a4734a82dba1c6f62acbd9a87c53d1d28 09-Jul-2009 Romain Guy <romainguy@android.com> Unhide android.gestures.
esture.java
ackage.html
e705f2c52e683bdad2e845b50df6b6cbed660614 17-Jun-2009 Romain Guy <romainguy@android.com> Make gestures visible again.
estureOverlayView.java
b973eef289ee0315dbae147eccb1915d3ed08f43 17-Jun-2009 Romain Guy <romainguy@android.com> Fixes #1899284 and #1899287. Give applications more control over the gesture's path.

This change adds new APIs to control the gesture's path by deciding whether the
path should be drawn and by getting the ability to get the Path itself and
draw it differently.
estureOverlayView.java
763a5723882ec7924114ba585b49e69b3e828b4a 12-Jun-2009 Romain Guy <romainguy@android.com> Hide gestures API.
ackage.html
cfbe8cf878f60ab2e3e25c09a91227dd85731718 10-Jun-2009 Romain Guy <romainguy@android.com> Fix the way gestures are rasterized to bitmaps.

It was just not working with multiple strokes.
esture.java
estureOverlayView.java
0e1ca5749a96778869ef62f939542a61c034209b 09-Jun-2009 Romain Guy <romainguy@android.com> Add support for gestures in Home.

Adds a new animation style for the gestures pad, and de-normalize
the scores in the recognition engine.
estureOverlayView.java
nstanceLearner.java
27a2b50dedd4315b921d502a30ac0fda51fb6a7c 09-Jun-2009 Romain Guy <romainguy@android.com> Add a hidden API to modify the paint used to draw gestures.
estureOverlayView.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.
estureLibraries.java
estureOverlayView.java
estureStore.java
2d2b23119f1b4daa3064f065ebeb6397963c1780 09-Jun-2009 Android (Google) Code Review <android-gerrit@google.com> Merge change 3561 into donut

* changes:
Fix multiple strokes support when fade is disabled. Multiple strokes would always be accepted after the first one.
73d2589d6df34307c22f1adcdfa1debf4c780ecc 09-Jun-2009 Romain Guy <romainguy@android.com> Fix multiple strokes support when fade is disabled.
Multiple strokes would always be accepted after the first one.
estureOverlayView.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.
estureStore.java
f642aa2a44e63aa105bbc6aec59f9bee261986ef 09-Jun-2009 Romain Guy <romainguy@android.com> Removes gestures from ListView.
etterRecognizer.java
etterRecognizers.java
834f0391b50d33a832bd583fd7763a9a12208e8d 05-Jun-2009 Romain Guy <romainguy@android.com> Fixes #1899273.

When a "ghost" stroke was showing, events would be intercepted in ListView. This patch modifies the logic used to detect when to still events: either the current stroke is a gesture, or the previous stroke was a gesture.
estureOverlayView.java
9af0b4f7be14f2b3ed0ecc843c57ea47ec288e55 03-Jun-2009 Romain Guy <romainguy@android.com> Add new listener to GestureOverlayView. This listener fires whenever the overlay thinks the user is starting a new gesture. This allows Home to snap the workspace back to its original position during a gesture operation.
estureOverlayView.java
8d78756c160bda736cccef9ca1a6e2d6a159ac42 30-May-2009 Romain Guy <romainguy@android.com> Fix the build.
estureOverlayView.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.
estureLibraries.java
estureLibrary.java
estureStore.java
nstance.java
nstanceLearner.java
etterRecognizer.java
etterRecognizers.java
7a8c437723a50b171d0cd97cb17886b28dffce92 29-May-2009 Android (Google) Code Review <android-gerrit@google.com> Merge change 2737 into donut

* changes:
Fixes #1878499.
d1c67d42abdf41d10c9a7589da1e0088af1e123a 29-May-2009 Romain Guy <romainguy@android.com> Fixes #1878499.

Ignore touch up events that happen after a gesture was cancelled. This fix also improves performance by ignoring move events that are within the touch threshold.
estureOverlayView.java
estureStroke.java
9ffe1ae56bf495b1ada1e9c1da523db0677d98b7 29-May-2009 Romain Guy <romainguy@android.com> Fix for #1878497.

Always pre-allocate a gesture's bounding box to avoid possible NPEs.
esture.java
f3ede869b8abef8d85e204bc259ee0cf8dc8d2ae 29-May-2009 Yang Li <liyang@google.com> Converted the angle of OrientedBoundingBox to degrees
estureUtilities.java
401bbb0597a9f6bc9d752437e81f3f0c9b457b86 28-May-2009 Android (Google) Code Review <android-gerrit@google.com> Merge change 2593 into donut

* changes:
Bug fixes and performance improvements
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
estureLibrary.java
estureStroke.java
estureUtilities.java
nstance.java
nstanceLearner.java
8ae3f6190244156bc6e750680654057bd7816309 27-May-2009 Marco Nelissen <marcone@google.com> Fix another crash in Gestures, this one caused by the data file
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.
etterRecognizer.java
b082ceefdc877bda2159a8d66d854576e0511d15 26-May-2009 Yang Li <liyang@google.com> Removed Matrix from spatial sampling for GestureUtilities
- updated the letter training file
estureUtilities.java
9edc4e8930273d9bb3b5e9cb73c219e012de8ffb 26-May-2009 Romain Guy <romainguy@android.com> GestureOverlayView was not invalidating itself when calling clear(false). Calling clear(true) was working properly. This change also makes clear(false) and clear(true) both behave similarly when fireActionPerformed == true.
estureOverlayView.java
e7c36dda7ada30e02f3aa9d75f282a53402aeae7 25-May-2009 Romain Guy <romainguy@android.com> Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay.
estureOverlayView.java
ec25df9fbc685be384f8dd764fa224a4d923e9d8 25-May-2009 Romain Guy <romainguy@android.com> Fix drawing bug: opaque invalidations should not be taken into account when the invalidated view is animating. Also add the ability to disable the auto-fade on the GestureOverlayView.
estureOverlayView.java
ff686ce11e952a9001b1384d8e7d82127b0529a2 25-May-2009 Romain Guy <romainguy@android.com> Change when gestures listeners are fired.
estureOverlayView.java
82f3495b146b267f3786997752cef25310176349 25-May-2009 Romain Guy <romainguy@android.com> Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
esture.java
estureOverlayView.java
estureStroke.java
estureUtilities.java
ouchThroughGestureListener.java
d6a463a9f23b3901bf729f2f27a6bb8f78b95248 22-May-2009 Romain Guy <romainguy@android.com> Add a new API to ListView: setGestures(int). This allows developers to 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.
estureOverlayView.java
estureStroke.java
etterRecognizer.java
ouchThroughGestureListener.java
db567c390bd56c05614eaa83c02dbb99f97ad9cc 22-May-2009 Romain Guy <romainguy@android.com> Move the Gestures API to the framework in android.gesture.
esture.java
estureConstants.java
estureLibrary.java
estureOverlayView.java
esturePoint.java
estureStroke.java
estureUtilities.java
nstance.java
nstanceLearner.java
earner.java
etterRecognizer.java
rientedBoundingBox.java
rediction.java
ouchThroughGestureListener.java