| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a segfault when there is no power module. | Jeff Brown | 2012-10-09 | 1 | -6/+8 |
* | Blank or unblank all displays as need. | Jeff Brown | 2012-10-08 | 1 | -37/+19 |
* | Merge "Pass display arg to blank/unblank" into jb-mr1-dev | Andy McFadden | 2012-09-28 | 1 | -2/+4 |
|\ |
|
| * | Pass display arg to blank/unblank | Andy McFadden | 2012-09-27 | 1 | -2/+4 |
* | | Bundle correlated switch changes atomically. | Jeff Brown | 2012-09-27 | 1 | -6/+6 |
|/ |
|
* | Use more reasonable warning thresholds for power on/off. | Jeff Brown | 2012-09-25 | 1 | -6/+6 |
* | Make input system aware of multiple displays. | Jeff Brown | 2012-09-10 | 2 | -2/+11 |
* | Make display manager tell input system about viewports. | Jeff Brown | 2012-09-08 | 1 | -84/+42 |
* | Add plumbing for new surface flinger display API. | Jeff Brown | 2012-08-27 | 3 | -98/+0 |
* | Use new surface flinger API. | Jeff Brown | 2012-08-27 | 1 | -1/+5 |
* | BatteryService: Fix comment to match code | Scott Anderson | 2012-08-21 | 1 | -2/+2 |
* | Merge "Plumb the switch code into Dalvik." into jb-mr1-dev | Jeff Brown | 2012-08-20 | 1 | -11/+6 |
|\ |
|
| * | Plumb the switch code into Dalvik. | Jeff Brown | 2012-08-20 | 1 | -11/+6 |
* | | add wireless charger support | Brian Muramatsu | 2012-08-20 | 1 | -0/+12 |
|/ |
|
* | Power manager rewrite. | Jeff Brown | 2012-08-15 | 4 | -62/+78 |
* | Merge "screen-off animation won't be handled by SF anymore" into jb-mr1-dev | Mathias Agopian | 2012-08-02 | 1 | -2/+1 |
|\ |
|
| * | screen-off animation won't be handled by SF anymore | Mathias Agopian | 2012-08-02 | 1 | -2/+1 |
* | | Start moving away from DisplayMetrics.DENSITY_DEVICE. | Dianne Hackborn | 2012-08-01 | 1 | -3/+4 |
|/ |
|
* | Move and rename user activity event type constants. | Jeff Brown | 2012-07-27 | 2 | -4/+4 |
* | update to new getDisplayInfo API | Mathias Agopian | 2012-07-25 | 1 | -6/+2 |
* | Add display manager skeleton. | Jeff Brown | 2012-07-25 | 3 | -0/+97 |
* | Move power manager to a new package. | Jeff Brown | 2012-06-18 | 4 | -5/+5 |
* | PowerManagerService: call surfaceflinger blank and unblank through binder | Colin Cross | 2012-06-07 | 1 | -0/+3 |
* | Tolerate missing power HAL module. | Jeff Brown | 2012-05-16 | 1 | -14/+7 |
* | Tell power HAL when user activity occurs. | Jeff Brown | 2012-05-11 | 1 | -0/+9 |
* | Move power HAL interactions to PowerManagerService. | Jeff Brown | 2012-05-11 | 2 | -9/+102 |
* | Separate the internal and external display rotations. | Jeff Brown | 2012-05-02 | 1 | -8/+16 |
* | Improve handling of built-in keyboard. | Jeff Brown | 2012-05-01 | 1 | -33/+0 |
* | UsbService: Add support for accessory initiating USB audio support | Mike Lockwood | 2012-04-26 | 1 | -0/+13 |
* | Get alias for Bluetooth devices. | Jeff Brown | 2012-04-20 | 1 | -7/+32 |
* | Support loading keyboard layout overlays from resources. | Jeff Brown | 2012-04-17 | 2 | -1/+48 |
* | Add support for input devices that have vibrators. | Jeff Brown | 2012-04-13 | 1 | -0/+36 |
* | Notify applications when input devices change. | Jeff Brown | 2012-04-12 | 1 | -34/+44 |
* | Request key maps from input manager service. | Jeff Brown | 2012-04-10 | 1 | -81/+2 |
* | Fix lid switch interpretation. | Jeff Brown | 2012-04-09 | 1 | -1/+2 |
* | Ensure that apps crash if they throw exceptions. | Jeff Brown | 2012-04-06 | 1 | -2/+3 |
* | Add a unique input device descriptor. | Jeff Brown | 2012-04-06 | 1 | -2/+12 |
* | Refactor input system into its own service. | Jeff Brown | 2012-04-05 | 6 | -292/+230 |
* | fix libgui header location | Mathias Agopian | 2012-02-27 | 1 | -2/+1 |
* | frameworks/base refactoring | Mathias Agopian | 2012-02-20 | 1 | -0/+1 |
* | frameworks/base refactoring. | Mathias Agopian | 2012-02-17 | 1 | -1/+1 |
* | Merge "Remove the input dispatcher throttle." | Jeff Brown | 2012-02-13 | 1 | -10/+0 |
|\ |
|
| * | Remove the input dispatcher throttle. | Jeff Brown | 2012-02-07 | 1 | -10/+0 |
* | | BatteryService: Don't fail to register native methods if kernel power supply ... | Mike Lockwood | 2012-02-10 | 1 | -59/+59 |
* | | New Serial Manager API: | Mike Lockwood | 2012-02-10 | 3 | -0/+85 |
|/ |
|
* | Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE | Steve Block | 2012-01-09 | 1 | -1/+1 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 9 | -62/+62 |
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-06 | 2 | -4/+4 |
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 2 | -4/+4 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 4 | -12/+12 |