Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up imports | Steve Slaven | 2011-02-15 | 9 | -130/+3 |
| | |||||
* | Add bootup option if you want the service without running as your default | Steve Slaven | 2011-02-15 | 4 | -158/+224 |
| | | | | | launcher, needed to restructure some initialization code because of that since Keys is not the primary entry point anymore | ||||
* | 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 |
| | | | | connect bot shortcuts | ||||
* | 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 |
| | | | | come up full on boot | ||||
* | 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 |
| | | | | remove global intents | ||||
* | Don't intialize the orientation listener until we've finished setting upv3.04 | Steve Slaven | 2011-01-10 | 1 | -8/+8 |
| | | | | our views to eliminate force close race condition | ||||
* | 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 |
| | | | | | keyrepeat issue. Here we can now detect longpress so we should modify the response based on that. Also init the shell early | ||||
* | 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 |
| | | | | send string | ||||
* | 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 |
| | | | | | receive the intents, intents are generic now allowing sending any keycode once the extras are set | ||||
* | 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 |
| | | | | of place | ||||
* | Make getting started be whats new instead, based on last version code of | Steve Slaven | 2011-01-03 | 3 | -4/+15 |
| | | | | softkeys installed. | ||||
* | Make only the stop button rotate the service view, added a basic input | Steve Slaven | 2011-01-03 | 2 | -32/+25 |
| | | | | | smoother though the display is still jittery, maybe it's a window management problem | ||||
* | On first run show the home service like normal, allowing the popup to run | Steve Slaven | 2011-01-03 | 2 | -25/+12 |
| | | | | and the view to assemble correctly | ||||
* | Allow overriding button layouts similar to the container by specifying the | Steve Slaven | 2011-01-03 | 1 | -4/+33 |
| | | | | | | nested id we need to use as the real button, resize background based on our height since that is the only known value we have and it helps for tiling backgrounds | ||||
* | Adding smoother class to try and stop the drag jitter, currently it does | Steve Slaven | 2011-01-01 | 2 | -2/+118 |
| | | | | not smoothing but should allow swapping out smoothing ideas pretty easy | ||||
* | Correctly handle hiding background for button_container views created from | Steve Slaven | 2010-12-28 | 1 | -3/+20 |
| | | | | xml that have been nested inside another viewgroup | ||||
* | 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 |
| | | | | prefs | ||||
* | 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 |
| | | | | wrap it up in an override xml layout | ||||
* | Allow specifying tiling modes in the theme config, allow overriding the | Steve Slaven | 2010-12-27 | 2 | -3/+86 |
| | | | | | button container view with some kind of wrapper view and specifying the actual view group to add buttons to | ||||
* | Add theme flags to resize background the same way we resize icons so | Steve Slaven | 2010-12-27 | 2 | -1/+44 |
| | | | | everything is the same size | ||||
* | Remove unused imports | Steve Slaven | 2010-12-23 | 3 | -12/+0 |
| | |||||
* | Initial commitv3.00 | Steve Slaven | 2010-12-23 | 8 | -0/+1931 |