summaryrefslogtreecommitdiffstats
path: root/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix dragging popper causes dpad to toggle bug (longclick/drag interaction)HEADv3.08masterSteve Slaven2011-02-151-3/+6
|
* Clean up importsSteve Slaven2011-02-151-8/+0
|
* Add bootup option if you want the service without running as your defaultSteve Slaven2011-02-151-5/+12
| | | | | 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-14/+77
| | | | connect bot shortcuts
* Don't intialize the orientation listener until we've finished setting upv3.04Steve Slaven2011-01-101-8/+8
| | | | our views to eliminate force close race condition
* Fix transparency bugSteve Slaven2011-01-101-7/+11
|
* Handle long-press search actionSteve Slaven2011-01-101-1/+5
|
* changed back to just sending keypress not keydown/up since there is aSteve Slaven2011-01-101-14/+62
| | | | | 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-4/+12
|
* Save numrows, update the buttons not the linearlayouts from beforeSteve Slaven2011-01-101-4/+18
|
* Add extra buttonsSteve Slaven2011-01-101-58/+258
|
* Add long press handler for service home button to use settings from prefsSteve Slaven2011-01-041-1/+1
|
* Fixed service to call global sendkeys directly, fixed sendkeys to build theSteve Slaven2011-01-041-16/+9
| | | | send string
* Moved main key sending stuff in to globals, added new smaller activity toSteve Slaven2011-01-041-37/+56
| | | | | receive the intents, intents are generic now allowing sending any keycode once the extras are set
* Added more notes about the nook jitterSteve Slaven2011-01-041-6/+11
|
* Another attempt to reduce jitter by limiting max call per secondSteve Slaven2011-01-041-2/+12
|
* Repost the new calc coords after ending touch event in case it jittered outSteve Slaven2011-01-031-53/+69
| | | | of place
* Make only the stop button rotate the service view, added a basic inputSteve Slaven2011-01-031-3/+4
| | | | | smoother though the display is still jittery, maybe it's a window management problem
* Adding smoother class to try and stop the drag jitter, currently it doesSteve Slaven2011-01-011-2/+9
| | | | not smoothing but should allow swapping out smoothing ideas pretty easy
* Correctly handle hiding background for button_container views created fromSteve Slaven2010-12-281-3/+20
| | | | xml that have been nested inside another viewgroup
* Initial commitv3.00Steve Slaven2010-12-231-0/+440