summaryrefslogtreecommitdiffstats
path: root/src
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-159-130/+3
|
* Add bootup option if you want the service without running as your defaultSteve Slaven2011-02-154-158/+224
| | | | | launcher, needed to restructure some initialization code because of that since Keys is not the primary entry point anymore
* struct classSteve Slaven2011-01-271-0/+115
|
* Add power/volume up/volume down keys to service and home screen, addSteve Slaven2011-01-276-79/+210
| | | | connect bot shortcuts
* Null exception fixSteve Slaven2011-01-111-25/+27
|
* Remove all notification intent handlingSteve Slaven2011-01-111-26/+1
|
* 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-112-12/+43
|
* Disable noise in logSteve Slaven2011-01-111-1/+1
|
* Use explicit actions for notification buttons, extras are getting mangled,Steve Slaven2011-01-112-13/+46
| | | | remove global intents
* 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-103-2/+17
|
* changed back to just sending keypress not keydown/up since there is aSteve Slaven2011-01-103-20/+78
| | | | | keyrepeat issue. Here we can now detect longpress so we should modify the response based on that. Also init the shell early
* Add keydown/up methodsSteve Slaven2011-01-101-0/+27
|
* Pretty print key names, long press to toggle dpad viewSteve Slaven2011-01-103-11/+45
|
* Save numrows, update the buttons not the linearlayouts from beforeSteve Slaven2011-01-101-4/+18
|
* Configure extra buttons activitySteve Slaven2011-01-101-0/+133
|
* Switch to remotecontext instead of inputSteve Slaven2011-01-101-40/+47
|
* Add extra buttonsSteve Slaven2011-01-101-58/+258
|
* Pull out some customization stuff to allow application to other windowsSteve Slaven2011-01-101-62/+82
|
* Adds front-back mappingSteve Slaven2011-01-101-0/+94
|
* Fix doc navigation but on froyoSteve Slaven2011-01-061-0/+17
|
* Autogenerated nowSteve Slaven2011-01-061-44/+253
|
* Get width and height early for non-bitmap drawablesSteve Slaven2011-01-061-20/+35
|
* Default longpress launcher is softkeys interfaceSteve Slaven2011-01-061-1/+6
|
* Fix softkeys notificationSteve Slaven2011-01-061-0/+3
|
* 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-043-30/+15
| | | | send string
* Replaced some magic numbers with constantsSteve Slaven2011-01-041-5/+5
|
* Moved some constants and they key resolver out to a utility classSteve Slaven2011-01-042-14/+93
|
* Added keyid supportSteve Slaven2011-01-041-1/+4
|
* Moved main key sending stuff in to globals, added new smaller activity toSteve Slaven2011-01-044-132/+316
| | | | | 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-032-56/+72
| | | | of place
* Make getting started be whats new instead, based on last version code ofSteve Slaven2011-01-033-4/+15
| | | | softkeys installed.
* Make only the stop button rotate the service view, added a basic inputSteve Slaven2011-01-032-32/+25
| | | | | smoother though the display is still jittery, maybe it's a window management problem
* On first run show the home service like normal, allowing the popup to runSteve Slaven2011-01-032-25/+12
| | | | and the view to assemble correctly
* Allow overriding button layouts similar to the container by specifying theSteve Slaven2011-01-031-4/+33
| | | | | | nested id we need to use as the real button, resize background based on our height since that is the only known value we have and it helps for tiling backgrounds
* Adding smoother class to try and stop the drag jitter, currently it doesSteve Slaven2011-01-012-2/+118
| | | | 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
* 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-273-0/+109
|
* Allow specifying the button container id in the theme config if you want toSteve Slaven2010-12-271-22/+28
| | | | wrap it up in an override xml layout
* Allow specifying tiling modes in the theme config, allow overriding theSteve Slaven2010-12-272-3/+86
| | | | | button container view with some kind of wrapper view and specifying the actual view group to add buttons to
* Add theme flags to resize background the same way we resize icons soSteve Slaven2010-12-272-1/+44
| | | | everything is the same size
* Remove unused importsSteve Slaven2010-12-233-12/+0
|