| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent possible NPE in android.gesture.Learner | Kenny Root | 2010-02-17 | 1 | -1/+2 |
* | Rename GestureUtilities to GestureUtils. | Romain Guy | 2010-02-04 | 7 | -19/+19 |
* | Added comments for GestureUtilities. | Yang Li | 2010-01-25 | 1 | -0/+10 |
* | Made GestureUtilities's several methods public; Changed GestureStroke's smoot... | Yang Li | 2010-01-25 | 2 | -34/+70 |
* | Added a method for spatial sampling. | Yang Li | 2010-01-15 | 2 | -1/+5 |
* | Merge "Added clone to these three classes and added more comments." | Romain Guy | 2010-01-15 | 3 | -14/+51 |
|\ |
|
| * | Added clone to these three classes and added more comments. | Yang Li | 2010-01-15 | 3 | -14/+51 |
* | | Added non-uniform scaling for spatial sampling. | Yang Li | 2010-01-15 | 2 | -41/+66 |
|/ |
|
* | Added non-uniform scaling for spatial sampling and converted double to float. | Yang Li | 2010-01-14 | 1 | -50/+61 |
* | Added the Protractor algorithm for calculating the minimum cosine distance be... | Yang Li | 2009-12-14 | 5 | -5/+42 |
* | Add @Widget annotation to GestureOverlayView to make it usable in ADT. | Romain Guy | 2009-09-11 | 1 | -0/+2 |
* | Updates from API review. | Dianne Hackborn | 2009-07-28 | 1 | -0/+1 |
* | Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView. | Romain Guy | 2009-07-10 | 1 | -2/+3 |
* | Unhide android.gestures. | Romain Guy | 2009-07-09 | 2 | -20/+1 |
* | Make gestures visible again. | Romain Guy | 2009-06-16 | 1 | -1/+1 |
* | Fixes #1899284 and #1899287. Give applications more control over the gesture'... | Romain Guy | 2009-06-16 | 1 | -9/+27 |
* | Hide gestures API. | Romain Guy | 2009-06-12 | 1 | -0/+5 |
* | Fix the way gestures are rasterized to bitmaps. | Romain Guy | 2009-06-10 | 2 | -10/+20 |
* | Add support for gestures in Home. | Romain Guy | 2009-06-09 | 2 | -18/+28 |
* | Add a hidden API to modify the paint used to draw gestures. | Romain Guy | 2009-06-09 | 1 | -0/+7 |
* | Fix several issues in the gestures libraries. | Romain Guy | 2009-06-09 | 3 | -15/+26 |
* | Merge change 3561 into donut | Android (Google) Code Review | 2009-06-09 | 1 | -6/+14 |
|\ |
|
| * | Fix multiple strokes support when fade is disabled. | Romain Guy | 2009-06-09 | 1 | -6/+14 |
* | | Fix bug in saving gestures stores. The outputstream was wrapping itself, thus... | Romain Guy | 2009-06-09 | 1 | -2/+2 |
|/ |
|
* | Removes gestures from ListView. | Romain Guy | 2009-06-08 | 2 | -344/+0 |
* | Fixes #1899273. | Romain Guy | 2009-06-05 | 1 | -2/+10 |
* | Add new listener to GestureOverlayView. This listener fires whenever the over... | Romain Guy | 2009-06-02 | 1 | -5/+42 |
* | Fix the build. | Romain Guy | 2009-05-29 | 1 | -10/+11 |
* | Modify the base gestures API to use streams instead of files. Adds new wrappe... | Romain Guy | 2009-05-29 | 7 | -326/+586 |
* | Merge change 2737 into donut | Android (Google) Code Review | 2009-05-29 | 2 | -46/+56 |
|\ |
|
| * | Fixes #1878499. | Romain Guy | 2009-05-29 | 2 | -46/+56 |
* | | Fix for #1878497. | Romain Guy | 2009-05-29 | 1 | -7/+2 |
|/ |
|
* | Converted the angle of OrientedBoundingBox to degrees | Yang Li | 2009-05-28 | 1 | -1/+1 |
* | Merge change 2593 into donut | Android (Google) Code Review | 2009-05-27 | 5 | -41/+65 |
|\ |
|
| * | Bug fixes and performance improvements | Yang Li | 2009-05-27 | 5 | -41/+65 |
* | | Fix another crash in Gestures, this one caused by the data file | Marco Nelissen | 2009-05-27 | 1 | -0/+4 |
|/ |
|
* | Removed Matrix from spatial sampling for GestureUtilities | Yang Li | 2009-05-26 | 1 | -7/+12 |
* | GestureOverlayView was not invalidating itself when calling clear(false). Cal... | Romain Guy | 2009-05-25 | 1 | -15/+23 |
* | Add new orientation attribute to GestureOverlayView. This can be used to prev... | Romain Guy | 2009-05-25 | 1 | -4/+20 |
* | Fix drawing bug: opaque invalidations should not be taken into account when t... | Romain Guy | 2009-05-25 | 1 | -13/+39 |
* | Change when gestures listeners are fired. | Romain Guy | 2009-05-25 | 1 | -15/+15 |
* | Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th... | Romain Guy | 2009-05-24 | 5 | -404/+438 |
* | Add a new API to ListView: setGestures(int). This allows developers to enable... | Romain Guy | 2009-05-22 | 4 | -130/+203 |
* | Move the Gestures API to the framework in android.gesture. | Romain Guy | 2009-05-21 | 14 | -0/+2645 |