| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
|
|
|
|
| |
the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
* changes:
Updated LetterRecognizer & related gesture recognition code - added personalization for letter recognizer
|
| |
| |
| |
| | |
- added personalization for letter recognizer
|
|/
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
This reverts commit f8173411cc612017ecfa115d71fb823b0714d982.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit db1a75ffc2d5a811a8d983289dd4d0d9f2eeba5c
Author: Yang Li <liyang@google.com>
Date: Fri May 1 17:49:29 2009 -0700
Fixed a few more styles issues and made some methods package private
commit f9735c3f1bbe6183337df226aa730b4be1225d55
Author: Yang Li <liyang@google.com>
Date: Fri May 1 16:38:16 2009 -0700
- Refactored the code for Android coding styles and performance
- Renamed GesturePad to GestureOverlay
- Added GestureAdapter for default touch-through interactions of GestureOverlay
- Added a new exmaple, ContactListGestureOverlay, to show how to gesture over an arbitary view
commit 31050183c6d85091612f53155126c2488b920e32
Author: Yang Li <liyang@google.com>
Date: Wed Apr 29 18:41:54 2009 -0700
Refactored the Gesture Library (An initial check-in).
|
|
|
|
|
|
| |
Add an Android.mk.
Android compiles with Java5, which doesn't let you put @Override on
interface methods.
|
|
Initial checkin, there's no Android.mk yet.
|