Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle long-press search action | Steve Slaven | 2011-01-10 | 3 | -2/+17 |
| | |||||
* | Add some padding | Steve Slaven | 2011-01-10 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Add options for extra transparency | Steve Slaven | 2011-01-10 | 2 | -0/+10 |
| | |||||
* | Save numrows, update the buttons not the linearlayouts from before | Steve Slaven | 2011-01-10 | 1 | -4/+18 |
| | |||||
* | Make each button 1 row, 2 per row gets too squished | Steve Slaven | 2011-01-10 | 2 | -77/+31 |
| | |||||
* | Add exit option | Steve Slaven | 2011-01-10 | 1 | -0/+1 |
| | |||||
* | Add exit option | Steve Slaven | 2011-01-10 | 1 | -0/+2 |
| | |||||
* | Layouts for service extra buttons and configure extra buttons | Steve Slaven | 2011-01-10 | 2 | -0/+261 |
| | |||||
* | Change name to be a launcher style process name, add configure activity | Steve Slaven | 2011-01-10 | 1 | -2/+11 |
| | |||||
* | 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 |
| | |||||
* | bumpv3.02 | Steve Slaven | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | Fix doc navigation but on froyo | Steve Slaven | 2011-01-06 | 1 | -0/+17 |
| | |||||
* | bumpv3.01 | Steve Slaven | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | 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 | 5 | -138/+327 |
| | | | | | 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 | ||||
* | Background is white to match webview | Steve Slaven | 2011-01-03 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Nest all the prefs since there are so many | Steve Slaven | 2010-12-28 | 2 | -16/+27 |
| | |||||
* | 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 | 3 | -1/+40 |
| | | | | prefs | ||||
* | Add help/getting started documents | Steve Slaven | 2010-12-27 | 7 | -0/+168 |
| | |||||
* | 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 | 36 | -0/+2891 |