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