1. 356bd4c Don't scale screen brightness by electron beam level. by Jeff Brown · 14 years ago
  2. 5244c93 Dim the screen quickly in response to user activity timeout. by Jeff Brown · 14 years ago
  3. e941b1e Improve auto-brightness hysteresis. by Jeff Brown · 14 years ago
  4. 32dafe2 Reduce screen on/off latency. by Jeff Brown · 14 years ago
  5. ed108f3 Frameworks base: Promote dream setting defaults to config. by John Spurlock · 14 years ago
  6. 4f0e969 Reduce auto-brightness jitter. by Jeff Brown · 14 years ago
  7. ec6aa59 Dream when user activity times out while docked if appropriate. by Jeff Brown · 14 years ago
  8. 016ff14 Stop dreaming if the battery not charging effectively. by Jeff Brown · 14 years ago
  9. ab887a0 Cleanup some internal documentation. by Jeff Brown · 14 years ago
  10. 78eb122 Dejank electron beam. by Jeff Brown · 14 years ago
  11. 3c584f2 Use exactly the same timings for the ElectronBeam as JB. by Jeff Brown · 14 years ago
  12. 20767b2 Don't consider the boot completed until the animation is over. by Jeff Brown · 14 years ago
  13. 1042874 Prevent full wake lock from keeping device awake while dreaming. by Jeff Brown · 14 years ago
  14. 9e316a1 Blank or unblank all displays as need. by Jeff Brown · 14 years ago
  15. 252c206 Improve the power off fade animation. by Jeff Brown · 14 years ago
  16. 8b9cf1c Reduce screen on latency, eliminate flashes. by Jeff Brown · 14 years ago
  17. b76eebff Allow the dim brightness to be brighter than the minimum. by Jeff Brown · 14 years ago
  18. 9fca9e9 Ensure that dreams show while docked. by Jeff Brown · 14 years ago
  19. c38c9be Coordinate screen on with the window manager. by Jeff Brown · 14 years ago
  20. a52772f Support animating just the backlight when turning off. by Jeff Brown · 14 years ago
  21. 5430835 Ensure we send at least one wakeup/gotosleep transition. by Jeff Brown · 14 years ago
  22. 93cbbb2 Allow phone to go to sleep while in call. by Jeff Brown · 14 years ago
  23. c428aae Fix issue #7267494, issue #7212347 by Dianne Hackborn · 14 years ago
  24. 645832d Ensure dreams can be started when not powered. by Jeff Brown · 14 years ago
  25. ff53254 Improve the screen dim duration calculation. by Jeff Brown · 14 years ago
  26. f3fb895 Implement screen on hack for wireless chargers. by Jeff Brown · 14 years ago
  27. a4d8204 Fix some synchronization issues in BatteryService. by Jeff Brown · 14 years ago
  28. 9ba8d78 Fix CTS test failures. by Jeff Brown · 14 years ago
  29. db21284 Disable use of twilight mode for auto-brightness. by Jeff Brown · 14 years ago
  30. 1e3b98d New internal API to eliminate poke locks. by Jeff Brown · 14 years ago
  31. edce6a7 Remove clearUserActivityTimeout(). by Jeff Brown · 14 years ago
  32. 7f81320 Merge "Get rid of preventScreenOn()." into jb-mr1-dev by Jeff Brown · 14 years ago
  33. 1206648 Get rid of preventScreenOn(). by Jeff Brown · 14 years ago
  34. be87e2f Fix issue #7255954: API Review: rename Dream to DreamService by Dianne Hackborn · 14 years ago
  35. 62c82e4 Make DreamManagerService more robust. by Jeff Brown · 14 years ago
  36. d493596 Handle user switched for settings changes. by Jeff Brown · 14 years ago
  37. f4f6b4c Fire "dreaming started" and "dreaming stopped" broadcasts. by John Spurlock · 14 years ago
  38. 735f740f Set backlight brightness in correct order. by Jeff Brown · 14 years ago
  39. 631938f Enable auto-brightness adjustment feature with system prop. by Jeff Brown · 14 years ago
  40. ad73532 Refer to STAY_ON_WHILE_PLUGGED_IN in the global namespace by Christopher Tate · 14 years ago
  41. 4ed8fe7 More improvements to the display manager. by Jeff Brown · 14 years ago
  42. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 14 years ago
  43. bd6e150 Add initial multi-display support. by Jeff Brown · 14 years ago
  44. c479b55 Merge "Check proximity detector before powering off." into jb-mr1-dev by Craig Mautner · 14 years ago
  45. 4ccbdd1 Check proximity detector before powering off. by Craig Mautner · 14 years ago
  46. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 14 years ago
  47. d59db50 Merge "Initialize screen state earlier in the boot process." into jb-mr1-dev by Jeff Brown · 14 years ago
  48. f75724b Initialize screen state earlier in the boot process. by Jeff Brown · 14 years ago
  49. a2910d0 Make it easier to create asynchronous Handlers. by Jeff Brown · 14 years ago
  50. 10fb224 Disable screensavers if below first battery warning level. by John Spurlock · 14 years ago
  51. 21b53df Merge "Add framework support for multiple dreams." into jb-mr1-dev by John Spurlock · 14 years ago
  52. b9b5695 Merge "Eliminate special battery calls by WindowManager" into jb-mr1-dev by Craig Mautner · 14 years ago
  53. 1a868b7 Add framework support for multiple dreams. by John Spurlock · 14 years ago
  54. 5d03a53 Fix auto-brightness adjustment sentinel value. by Jeff Brown · 14 years ago
  55. 259328c Eliminate special battery calls by WindowManager by Craig Mautner · 14 years ago
  56. 00a8f4f Make the electron beam animation shorter. by Jeff Brown · 14 years ago
  57. aa202a6 Add a mechanism to adjust auto-brightness at night. by Jeff Brown · 14 years ago
  58. 330560f Add support for auto-brightness adjust, but leave it disabled. by Jeff Brown · 14 years ago
  59. 5356c7dc Disable electron beam on animation. by Jeff Brown · 14 years ago
  60. 5f47ba4 Adjust auto-brightness time constants. by Jeff Brown · 14 years ago
  61. 6307a15 Fix some proximity sensor bugs. by Jeff Brown · 14 years ago
  62. 98365d7 Refactor for multi-display support. by Jeff Brown · 14 years ago
  63. 13c589b Animate brightness with electron beam. by Jeff Brown · 14 years ago
  64. 122415f Set the brightness to zero on screen-off by Iliyan Malchev · 14 years ago
  65. 1a30b55 Use spline interpolation for auto-brightness. by Jeff Brown · 14 years ago
  66. 06565b6 Improve auto-brightness debounce. by Jeff Brown · 14 years ago
  67. 9630704 Power manager rewrite. by Jeff Brown · 14 years ago
  68. b9ba2b6 Fix screen timeout determination for starting dream. by John Spurlock · 14 years ago
  69. 015b9f4 Fix the dock-insertion Dream entry codepath. by Daniel Sandler · 14 years ago
  70. bc632a2 Re-enable dreams: frameworks/base by John Spurlock · 14 years ago
  71. b696de5 Move and rename user activity event type constants. by Jeff Brown · 14 years ago
  72. fa25bf5 Add display manager skeleton. by Jeff Brown · 14 years ago
  73. 9631314 Fix merge error, put in tmp workaround for input manager. by Matthew Xie · 14 years ago
  74. 0f42037 Non persistent adapter service by fredc · 14 years ago
  75. e21a4ac Add a new version of the disable API. by Jaikumar Ganesh · 14 years ago
  76. 1abb1cb Changes to Bluetooth Service structure. by Jaikumar Ganesh · 14 years ago
  77. 2c59c5b am 2dca20e1: am 4fa46485: Merge "Update dumpsys power output." into jb-dev by Craig Mautner · 14 years ago
  78. 5359bc3 am 2e8295ce: am 3bb98aec: Merge "Fix issue #6730064: When turning off Nakasi, it very often..." into jb-dev by Dianne Hackborn · 14 years ago
  79. 8411df2 Merge "Remove dead code in PowerManagerService." by Jeff Brown · 14 years ago
  80. 88c997a Remove dead code in PowerManagerService. by Jeff Brown · 14 years ago
  81. 223d224 am 071ed334: am fc32ec9a: Merge "Don\'t reset brightness to 0 on initial boot." into jb-dev by Jeff Brown · 14 years ago
  82. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 14 years ago