1. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  2. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  3. 3b96bfb am 9b0109eb: am c7aa8fe6: Merge "Removing some more FloatMath references" by Neil Fuller · 10 years ago
  4. 6de42da Removing some more FloatMath references by Neil Fuller · 10 years ago
  5. c2a0b44 resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp by Neil Fuller · 10 years ago
  6. 33253a4 Switch from FloatMath -> Math and Math.hypot where possible by Neil Fuller · 10 years ago
  7. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  8. 46bfc48 Fix hardware layers lifecycle Bug #10075732 by Romain Guy · 11 years ago
  9. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  10. 02739a8 Fix javadoc issues by Romain Guy · 13 years ago
  11. ea46dea Prevent possible NPE in android.gesture.Learner by Kenny Root · 14 years ago
  12. 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 14 years ago
  13. a54bec5 Added comments for GestureUtilities. by Yang Li · 15 years ago
  14. c7f930f5 Made GestureUtilities's several methods public; Changed GestureStroke's smoothening threshold. by Yang Li · 15 years ago
  15. ec83718 Added a method for spatial sampling. by Yang Li · 15 years ago
  16. fe86b04 Merge "Added clone to these three classes and added more comments." by Romain Guy · 15 years ago
  17. 6fc1f15 Added clone to these three classes and added more comments. by Yang Li · 15 years ago
  18. 55732c5 Added non-uniform scaling for spatial sampling. by Yang Li · 15 years ago
  19. 5c79dee Added non-uniform scaling for spatial sampling and converted double to float. by Yang Li · 15 years ago
  20. 4758f12 Added the Protractor algorithm for calculating the minimum cosine distance between gestures by Yang Li · 15 years ago
  21. 51099c5 Add @Widget annotation to GestureOverlayView to make it usable in ADT. by Romain Guy · 15 years ago
  22. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  23. ef0e9ae Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView. by Romain Guy · 15 years ago
  24. 423d679 Unhide android.gestures. by Romain Guy · 15 years ago
  25. e705f2c Make gestures visible again. by Romain Guy · 15 years ago
  26. b973eef Fixes #1899284 and #1899287. Give applications more control over the gesture's path. by Romain Guy · 15 years ago
  27. 763a572 Hide gestures API. by Romain Guy · 15 years ago
  28. cfbe8cf Fix the way gestures are rasterized to bitmaps. by Romain Guy · 15 years ago
  29. 0e1ca57 Add support for gestures in Home. by Romain Guy · 15 years ago
  30. 27a2b50 Add a hidden API to modify the paint used to draw gestures. by Romain Guy · 15 years ago
  31. 03f0b21 Fix several issues in the gestures libraries. by Romain Guy · 15 years ago
  32. 2d2b231 Merge change 3561 into donut by Android (Google) Code Review · 15 years ago
  33. 73d2589 Fix multiple strokes support when fade is disabled. by Romain Guy · 15 years ago
  34. 7fe416e Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems. by Romain Guy · 15 years ago
  35. f642aa2 Removes gestures from ListView. by Romain Guy · 15 years ago
  36. 834f039 Fixes #1899273. by Romain Guy · 15 years ago
  37. 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
  38. 8d78756 Fix the build. by Romain Guy · 15 years ago
  39. 0a63716 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. by Romain Guy · 15 years ago
  40. 7a8c437 Merge change 2737 into donut by Android (Google) Code Review · 15 years ago
  41. d1c67d4 Fixes #1878499. by Romain Guy · 15 years ago
  42. 9ffe1ae Fix for #1878497. by Romain Guy · 15 years ago
  43. f3ede86 Converted the angle of OrientedBoundingBox to degrees by Yang Li · 15 years ago
  44. 401bbb0 Merge change 2593 into donut by Android (Google) Code Review · 15 years ago
  45. 58b3590 Bug fixes and performance improvements by Yang Li · 15 years ago
  46. 8ae3f61 Fix another crash in Gestures, this one caused by the data file by Marco Nelissen · 15 years ago
  47. b082cee Removed Matrix from spatial sampling for GestureUtilities by Yang Li · 15 years ago
  48. 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
  49. 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
  50. 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
  51. ff686ce Change when gestures listeners are fired. by Romain Guy · 15 years ago
  52. 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
  53. 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
  54. db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 15 years ago