summaryrefslogtreecommitdiffstats
path: root/src/net/hoopajoo/android/SoftKeys/SoftKeysService.java
Commit message (Expand)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
* Add power/volume up/volume down keys to service and home screen, addSteve Slaven2011-01-271-14/+77
* Don't intialize the orientation listener until we've finished setting upv3.04Steve Slaven2011-01-101-8/+8
* 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
* 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
* Moved main key sending stuff in to globals, added new smaller activity toSteve Slaven2011-01-041-37/+56
* 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
* Make only the stop button rotate the service view, added a basic inputSteve Slaven2011-01-031-3/+4
* Adding smoother class to try and stop the drag jitter, currently it doesSteve Slaven2011-01-011-2/+9
* Correctly handle hiding background for button_container views created fromSteve Slaven2010-12-281-3/+20
* Initial commitv3.00Steve Slaven2010-12-231-0/+440