| Commit message (Expand) | Author | Age | Files | Lines |
* | struct class | Steve Slaven | 2011-01-27 | 1 | -0/+115 |
|
|
* | Add power/volume up/volume down keys to service and home screen, add | Steve Slaven | 2011-01-27 | 6 | -79/+210 |
|
|
* | Null exception fix | Steve Slaven | 2011-01-11 | 1 | -25/+27 |
|
|
* | Remove all notification intent handling | Steve Slaven | 2011-01-11 | 1 | -26/+1 |
|
|
* | Bypass first run flag if we've shown the whats new dialog already so we | Steve Slaven | 2011-01-11 | 1 | -0/+4 |
|
|
* | Move all the key actions stuff back in the main keys activity | Steve Slaven | 2011-01-11 | 2 | -12/+43 |
|
|
* | Disable noise in log | Steve Slaven | 2011-01-11 | 1 | -1/+1 |
|
|
* | Use explicit actions for notification buttons, extras are getting mangled, | Steve Slaven | 2011-01-11 | 2 | -13/+46 |
|
|
* | Don't intialize the orientation listener until we've finished setting upv3.04 | Steve Slaven | 2011-01-10 | 1 | -8/+8 |
|
|
* | Fix transparency bug | Steve Slaven | 2011-01-10 | 1 | -7/+11 |
|
|
* | Handle long-press search action | Steve Slaven | 2011-01-10 | 3 | -2/+17 |
|
|
* | changed back to just sending keypress not keydown/up since there is a | Steve Slaven | 2011-01-10 | 3 | -20/+78 |
|
|
* | Add keydown/up methods | Steve Slaven | 2011-01-10 | 1 | -0/+27 |
|
|
* | Pretty print key names, long press to toggle dpad view | Steve Slaven | 2011-01-10 | 3 | -11/+45 |
|
|
* | Save numrows, update the buttons not the linearlayouts from before | Steve Slaven | 2011-01-10 | 1 | -4/+18 |
|
|
* | Configure extra buttons activity | Steve Slaven | 2011-01-10 | 1 | -0/+133 |
|
|
* | Switch to remotecontext instead of input | Steve Slaven | 2011-01-10 | 1 | -40/+47 |
|
|
* | Add extra buttons | Steve Slaven | 2011-01-10 | 1 | -58/+258 |
|
|
* | Pull out some customization stuff to allow application to other windows | Steve Slaven | 2011-01-10 | 1 | -62/+82 |
|
|
* | Adds front-back mapping | Steve Slaven | 2011-01-10 | 1 | -0/+94 |
|
|
* | Fix doc navigation but on froyo | Steve Slaven | 2011-01-06 | 1 | -0/+17 |
|
|
* | Autogenerated now | Steve Slaven | 2011-01-06 | 1 | -44/+253 |
|
|
* | Get width and height early for non-bitmap drawables | Steve Slaven | 2011-01-06 | 1 | -20/+35 |
|
|
* | Default longpress launcher is softkeys interface | Steve Slaven | 2011-01-06 | 1 | -1/+6 |
|
|
* | Fix softkeys notification | Steve Slaven | 2011-01-06 | 1 | -0/+3 |
|
|
* | Add long press handler for service home button to use settings from prefs | Steve Slaven | 2011-01-04 | 1 | -1/+1 |
|
|
* | Fixed service to call global sendkeys directly, fixed sendkeys to build the | Steve Slaven | 2011-01-04 | 3 | -30/+15 |
|
|
* | Replaced some magic numbers with constants | Steve Slaven | 2011-01-04 | 1 | -5/+5 |
|
|
* | Moved some constants and they key resolver out to a utility class | Steve Slaven | 2011-01-04 | 2 | -14/+93 |
|
|
* | Added keyid support | Steve Slaven | 2011-01-04 | 1 | -1/+4 |
|
|
* | Moved main key sending stuff in to globals, added new smaller activity to | Steve Slaven | 2011-01-04 | 4 | -132/+316 |
|
|
* | Added more notes about the nook jitter | Steve Slaven | 2011-01-04 | 1 | -6/+11 |
|
|
* | Another attempt to reduce jitter by limiting max call per second | Steve Slaven | 2011-01-04 | 1 | -2/+12 |
|
|
* | Repost the new calc coords after ending touch event in case it jittered out | Steve Slaven | 2011-01-03 | 2 | -56/+72 |
|
|
* | Make getting started be whats new instead, based on last version code of | Steve Slaven | 2011-01-03 | 3 | -4/+15 |
|
|
* | Make only the stop button rotate the service view, added a basic input | Steve Slaven | 2011-01-03 | 2 | -32/+25 |
|
|
* | On first run show the home service like normal, allowing the popup to run | Steve Slaven | 2011-01-03 | 2 | -25/+12 |
|
|
* | Allow overriding button layouts similar to the container by specifying the | Steve Slaven | 2011-01-03 | 1 | -4/+33 |
|
|
* | Adding smoother class to try and stop the drag jitter, currently it does | Steve Slaven | 2011-01-01 | 2 | -2/+118 |
|
|
* | Correctly handle hiding background for button_container views created from | Steve Slaven | 2010-12-28 | 1 | -3/+20 |
|
|
* | Pop getting started before we hide first time | Steve Slaven | 2010-12-28 | 1 | -5/+5 |
|
|
* | Add real menu so people may see "help" quicker instead of digging in the | Steve Slaven | 2010-12-28 | 1 | -1/+30 |
|
|
* | Add help/getting started documents | Steve Slaven | 2010-12-27 | 3 | -0/+109 |
|
|
* | Allow specifying the button container id in the theme config if you want to | Steve Slaven | 2010-12-27 | 1 | -22/+28 |
|
|
* | Allow specifying tiling modes in the theme config, allow overriding the | Steve Slaven | 2010-12-27 | 2 | -3/+86 |
|
|
* | Add theme flags to resize background the same way we resize icons so | Steve Slaven | 2010-12-27 | 2 | -1/+44 |
|
|
* | Remove unused imports | Steve Slaven | 2010-12-23 | 3 | -12/+0 |
|
|
* | Initial commitv3.00 | Steve Slaven | 2010-12-23 | 8 | -0/+1931 |
|
|