summaryrefslogtreecommitdiffstats
path: root/src/net/hoopajoo/android/SoftKeys/InputSmoother.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up importsSteve Slaven2011-02-151-4/+0
|
* Repost the new calc coords after ending touch event in case it jittered outSteve Slaven2011-01-031-3/+3
| | | | of place
* Make getting started be whats new instead, based on last version code ofSteve Slaven2011-01-031-0/+3
| | | | softkeys installed.
* Make only the stop button rotate the service view, added a basic inputSteve Slaven2011-01-031-29/+21
| | | | | 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-0/+109
not smoothing but should allow swapping out smoothing ideas pretty easy