1. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  2. c2a0b44 resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp by Neil Fuller · 10 years ago
  3. 33253a4 Switch from FloatMath -> Math and Math.hypot where possible by Neil Fuller · 10 years ago
  4. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  5. 46bfc48 Fix hardware layers lifecycle Bug #10075732 by Romain Guy · 11 years ago
  6. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  7. 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 14 years ago
  8. 51099c5 Add @Widget annotation to GestureOverlayView to make it usable in ADT. by Romain Guy · 15 years ago
  9. e705f2c Make gestures visible again. by Romain Guy · 15 years ago
  10. b973eef Fixes #1899284 and #1899287. Give applications more control over the gesture's path. by Romain Guy · 15 years ago
  11. cfbe8cf Fix the way gestures are rasterized to bitmaps. by Romain Guy · 15 years ago
  12. 0e1ca57 Add support for gestures in Home. by Romain Guy · 15 years ago
  13. 27a2b50 Add a hidden API to modify the paint used to draw gestures. by Romain Guy · 15 years ago
  14. 03f0b21 Fix several issues in the gestures libraries. by Romain Guy · 15 years ago
  15. 73d2589 Fix multiple strokes support when fade is disabled. by Romain Guy · 15 years ago
  16. 834f039 Fixes #1899273. by Romain Guy · 15 years ago
  17. 9af0b4f 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. by Romain Guy · 15 years ago
  18. 8d78756 Fix the build. by Romain Guy · 15 years ago
  19. d1c67d4 Fixes #1878499. by Romain Guy · 15 years ago
  20. 9edc4e8 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. by Romain Guy · 15 years ago
  21. e7c36dd Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay. by Romain Guy · 15 years ago
  22. ec25df9 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. by Romain Guy · 15 years ago
  23. ff686ce Change when gestures listeners are fired. by Romain Guy · 15 years ago
  24. 82f3495 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. by Romain Guy · 15 years ago
  25. d6a463a 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. by Romain Guy · 15 years ago
  26. db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 15 years ago[Renamed (84%) from tests/sketch/src/com/android/gesture/GestureOverlay.java]
  27. 7269d9a Tweak the Gestures Overlay demo. This shortens the fade duration to make it more usable and also adds a longer pause before the fade. This change also introduce a new compile-time setting to decide whether or not the overlay should steal the events from the underlying ListView. It is now off by default, per discussion with hackbod. It feel a little bit better but it may vary from user to user so studies will be necessary. by Romain Guy · 15 years ago
  28. c534727 First pass at cleaning up the gestures code. by Romain Guy · 15 years ago
  29. 35aa84b Recovered the code of the gesture library by Yang Li · 15 years ago
  30. 935fd37 Revert "Squashed commit of the following:" by Yang Li · 15 years ago
  31. f817341 Squashed commit of the following: by Yang Li · 15 years ago