summaryrefslogtreecommitdiffstats
path: root/src/net/hoopajoo/android/SoftKeys/Globals.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up importsSteve Slaven2011-02-151-1/+0
|
* Add bootup option if you want the service without running as your defaultSteve Slaven2011-02-151-21/+172
| | | | | launcher, needed to restructure some initialization code because of that since Keys is not the primary entry point anymore
* Add power/volume up/volume down keys to service and home screen, addSteve Slaven2011-01-271-1/+22
| | | | connect bot shortcuts
* Handle long-press search actionSteve Slaven2011-01-101-0/+6
|
* changed back to just sending keypress not keydown/up since there is aSteve Slaven2011-01-101-4/+15
| | | | | 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 methodsSteve Slaven2011-01-101-0/+27
|
* Switch to remotecontext instead of inputSteve Slaven2011-01-101-40/+47
|
* Default longpress launcher is softkeys interfaceSteve Slaven2011-01-061-1/+6
|
* Fixed service to call global sendkeys directly, fixed sendkeys to build theSteve Slaven2011-01-041-1/+6
| | | | send string
* Moved main key sending stuff in to globals, added new smaller activity toSteve Slaven2011-01-041-4/+110
| | | | | receive the intents, intents are generic now allowing sending any keycode once the extras are set
* On first run show the home service like normal, allowing the popup to runSteve Slaven2011-01-031-0/+1
| | | | and the view to assemble correctly
* Initial commitv3.00Steve Slaven2010-12-231-0/+94