summaryrefslogtreecommitdiffstats
path: root/src/net/hoopajoo/android/SoftKeys/Keys.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up importsSteve Slaven2011-02-151-15/+2
|
* Add bootup option if you want the service without running as your defaultSteve Slaven2011-02-151-132/+4
| | | | | 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-7/+64
| | | | connect bot shortcuts
* Null exception fixSteve Slaven2011-01-111-25/+27
|
* Bypass first run flag if we've shown the whats new dialog already so weSteve Slaven2011-01-111-0/+4
| | | | come up full on boot
* Move all the key actions stuff back in the main keys activitySteve Slaven2011-01-111-5/+39
|
* Use explicit actions for notification buttons, extras are getting mangled,Steve Slaven2011-01-111-5/+12
| | | | remove global intents
* Handle long-press search actionSteve Slaven2011-01-101-1/+6
|
* changed back to just sending keypress not keydown/up since there is aSteve Slaven2011-01-101-2/+1
| | | | | keyrepeat issue. Here we can now detect longpress so we should modify the response based on that. Also init the shell early
* Pretty print key names, long press to toggle dpad viewSteve Slaven2011-01-101-2/+7
|
* Fix softkeys notificationSteve Slaven2011-01-061-0/+3
|
* Fixed service to call global sendkeys directly, fixed sendkeys to build theSteve Slaven2011-01-041-13/+0
| | | | send string
* Replaced some magic numbers with constantsSteve Slaven2011-01-041-5/+5
|
* Moved main key sending stuff in to globals, added new smaller activity toSteve Slaven2011-01-041-91/+41
| | | | | receive the intents, intents are generic now allowing sending any keycode once the extras are set
* Make getting started be whats new instead, based on last version code ofSteve Slaven2011-01-031-2/+10
| | | | softkeys installed.
* On first run show the home service like normal, allowing the popup to runSteve Slaven2011-01-031-25/+11
| | | | and the view to assemble correctly
* Pop getting started before we hide first timeSteve Slaven2010-12-281-5/+5
|
* Add real menu so people may see "help" quicker instead of digging in theSteve Slaven2010-12-281-1/+30
| | | | prefs
* Add help/getting started documentsSteve Slaven2010-12-271-0/+12
|
* Remove unused importsSteve Slaven2010-12-231-8/+0
|
* Initial commitv3.00Steve Slaven2010-12-231-0/+656