Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
9d9953d94de4d17722ba2c768b92bd4ebeec908c
/
tests
/
sketch
5a3a77d
base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
by San Mehat
· 17 years ago
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
· 17 years ago
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
· 17 years ago
380cd96
Fix the build
by Romain Guy
· 17 years ago
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
· 17 years ago
db567c3
Move the Gestures API to the framework in android.gesture.
by Romain Guy
· 17 years ago
ac6a4b8
Renamed setGestureType in GestureLibrary
by Yang Li
· 17 years ago
b6d99b7
Modify how GestureLibrary stores its data. The XML format is now replaced by a more efficient binary format which should speed up saving/loading. The format is very similar to the one used by the letters recognizer. The format is documented in GestureLibrary.java.
by Romain Guy
· 17 years ago
aeed181
Merge change 2219 into donut
by Android (Google) Code Review
· 17 years ago
e6ea003
Updated LetterRecognizer & related gesture recognition code
by Yang Li
· 17 years ago
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
· 17 years ago
c534727
First pass at cleaning up the gestures code.
by Romain Guy
· 17 years ago
35aa84b
Recovered the code of the gesture library
by Yang Li
· 17 years ago
935fd37
Revert "Squashed commit of the following:"
by Yang Li
· 17 years ago
f817341
Squashed commit of the following:
by Yang Li
· 17 years ago
8307a0c
Get Sketch compiling.
by Joe Onorato
· 17 years ago
6e93a3d
Add sketch gesture demo application.
by Joe Onorato
· 17 years ago