summaryrefslogtreecommitdiffstats
path: root/tests/sketch
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Squashed commit of the following:"Yang Li2009-05-1529-3060/+712
| | | | This reverts commit f8173411cc612017ecfa115d71fb823b0714d982.
* Squashed commit of the following:Yang Li2009-05-1529-712/+3060
| | | | | | | | | | | | | | | | | | | | | | | 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).
* Get Sketch compiling.Joe Onorato2009-04-174-11/+8
| | | | | | Add an Android.mk. Android compiles with Java5, which doesn't let you put @Override on interface methods.
* Add sketch gesture demo application.Joe Onorato2009-04-1717-0/+2144
Initial checkin, there's no Android.mk yet.