summaryrefslogtreecommitdiffstats
path: root/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java
Commit message (Collapse)AuthorAgeFilesLines
* 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