Romain Guy
|
9edc4e8930
|
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.
|
2009-05-25 19:10:07 -07:00 |
|
Romain Guy
|
e7c36dda7a
|
Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay.
|
2009-05-25 13:51:00 -07:00 |
|
Romain Guy
|
ec25df9fbc
|
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.
|
2009-05-25 04:39:37 -07:00 |
|
Romain Guy
|
ff686ce11e
|
Change when gestures listeners are fired.
|
2009-05-25 01:33:19 -07:00 |
|
Romain Guy
|
82f3495b14
|
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.
|
2009-05-24 23:45:03 -07:00 |
|
Romain Guy
|
d6a463a9f2
|
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.
|
2009-05-22 01:59:59 -07:00 |
|
Romain Guy
|
db567c390b
|
Move the Gestures API to the framework in android.gesture.
|
2009-05-21 18:12:56 -07:00 |
|