| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename GestureUtilities to GestureUtils. | Romain Guy | 2010-02-04 | 1 | -1/+1 |
* | Add @Widget annotation to GestureOverlayView to make it usable in ADT. | Romain Guy | 2009-09-11 | 1 | -0/+2 |
* | 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 |
* | Fix the way gestures are rasterized to bitmaps. | Romain Guy | 2009-06-10 | 1 | -0/+1 |
* | Add support for gestures in Home. | Romain Guy | 2009-06-09 | 1 | -0/+8 |
* | 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 | 1 | -8/+15 |
* | Fix multiple strokes support when fade is disabled. | Romain Guy | 2009-06-09 | 1 | -6/+14 |
* | 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 |
* | Fixes #1878499. | Romain Guy | 2009-05-29 | 1 | -45/+55 |
* | 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 | 1 | -201/+363 |
* | Add a new API to ListView: setGestures(int). This allows developers to enable... | Romain Guy | 2009-05-22 | 1 | -94/+151 |
* | Move the Gestures API to the framework in android.gesture. | Romain Guy | 2009-05-21 | 1 | -0/+419 |