1. 5a0f4ec Ignore certain WindowManager flags when touch exploration is enabled by Alan Viverette · 11 years ago
  2. e660ecc Merge "Store decor rects per window for transition cropping." into klp-dev by John Spurlock · 11 years ago
  3. 95c4297 Private flags are masked in correct variable by Adam Lesinski · 11 years ago
  4. 4664623 Store decor rects per window for transition cropping. by John Spurlock · 11 years ago
  5. 6c9df50 Fix permissions on WindowManagerService.showAssistant() by Jim Miller · 11 years ago
  6. 46ac6fa Add force default orientation. by Craig Mautner · 11 years ago
  7. 80f00c1 Remove concept of system bar from window manager. by John Spurlock · 11 years ago
  8. 037aa8d Centralize all system InputEventReceiver monitors. by Craig Mautner · 11 years ago
  9. 04fe6eb Fix a bug resolving the correct icon/logo in action bars by Adam Powell · 11 years ago
  10. 04db176 Window manager cleanup. by John Spurlock · 11 years ago
  11. 967212c Implement stack splitting and task movement. by Craig Mautner · 11 years ago
  12. c4aad01 Formalize overscan metrics. by Dianne Hackborn · 12 years ago
  13. 3c17437 Create rotation animation modes. by Craig Mautner · 12 years ago
  14. c652de8 Implement display overscan support. by Dianne Hackborn · 12 years ago
  15. c229302 App ops: track system windows, monitoring changes. by Dianne Hackborn · 12 years ago
  16. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 12 years ago
  17. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  18. 4b71aa1 Move app transition constants by Craig Mautner · 12 years ago
  19. 545252f Refactoring of the screen magnification feature. by Svetoslav Ganov · 12 years ago
  20. 152e9bb Refactoring of the screen magnification feature. by Svetoslav Ganov · 12 years ago
  21. 4eeb4f6 Add mechanism to kick keyguard to show the assistant by Jim Miller · 12 years ago
  22. 2874a54 Merge "Add flag for displaying non-user's Windows to user." into jb-mr1-dev by Craig Mautner · 12 years ago
  23. 88400d3 Add flag for displaying non-user's Windows to user. by Craig Mautner · 12 years ago
  24. c38c9be Coordinate screen on with the window manager. by Jeff Brown · 12 years ago
  25. f752202 Plumbing to allow keyguard to be shown with user switcher (issue 7175023) by Adam Cohen · 12 years ago
  26. f1b6741 Fix deadlock in LockPatternUtils by using local id. by Craig Mautner · 12 years ago
  27. 1cf70bb Screen magnification - feature - framework. by Svetoslav Ganov · 12 years ago
  28. 69b0818 Limit certain actions to default Display. by Craig Mautner · 12 years ago
  29. 3983419 Minor refactors. by Craig Mautner · 12 years ago
  30. 9a538ee Add factory test feature to shut off on long press power. by Jeff Brown · 12 years ago
  31. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  32. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  33. dde331c We can now (kind-of) change screen density on the fly. by Dianne Hackborn · 12 years ago
  34. a4b7f2f Use two fingers to work some magic... by Dianne Hackborn · 12 years ago
  35. d7a04de Capture window manager's last ANR state in bug report. by Jeff Brown · 12 years ago
  36. cf39bdf Add support for switching between multiple keyboard layouts. by Jeff Brown · 12 years ago
  37. 2a7a6ca Merge "Implement new window cropping." into jb-dev by Dianne Hackborn · 12 years ago
  38. 85afd1b Implement new window cropping. by Dianne Hackborn · 12 years ago
  39. 7304c34 Move power HAL interactions to PowerManagerService. by Jeff Brown · 12 years ago
  40. c042ee2 Disable input dispatch until boot finished. by Jeff Brown · 12 years ago
  41. e849230 Merge "DO NOT MERGE : Backport I5723f627ce323b0d12b Reduce window resizing during IME transition" into jb-dev by satok · 12 years ago
  42. 1bc0a49 DO NOT MERGE : Backport I5723f627ce323b0d12b Reduce window resizing during IME transition by satok · 12 years ago
  43. 0632b35 Merge "Improve handling of built-in keyboard." into jb-dev by Jeff Brown · 12 years ago
  44. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  45. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  46. 0c2acff Clean up lock screen hide animation. by Dianne Hackborn · 12 years ago
  47. 7d276c3 New Android Dreams architecture, disabled for now. by Daniel Sandler · 13 years ago
  48. ac14351 Move some APIs from window manager to input manager. by Jeff Brown · 12 years ago
  49. f87d196 Clean up status bar, system bar, navigation bar management. by Dianne Hackborn · 12 years ago
  50. 61ac6bb Extract code from performLayoutAndPlaceSurfacesInnerLocked() into multiple methods. by Craig Mautner · 13 years ago
  51. d3fe9ab am ab9601cd: am 230a7092: Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 13 years ago
  52. 230a709 Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 13 years ago
  53. 93c518e Fix 5863053: Add method to lock screen immediately. by Jim Miller · 13 years ago
  54. f88d149 am 10065177: am 2e282f35: Merge "Fix issue #5823276: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 13 years ago
  55. 01b02a7 Fix issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  56. ee4d45f am 0be53567: am 19a06fe9: Merge "Fix issue #5755172: Soft menu key disappears when menu is open" into ics-mr1 by Dianne Hackborn · 13 years ago
  57. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  58. 32cbc3855 Refactor InputQueue as InputEventReceiver. by Jeff Brown · 13 years ago
  59. 0c4ccff Add hasNavigationBar() to the window manager. by Daniel Sandler · 13 years ago
  60. d5bb82d DO NOT MERGE. Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  61. df89e65 Fix how we hide and show the nav bar. by Dianne Hackborn · 13 years ago
  62. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  63. 4c25311 Merge "Prevent unintended rotations. Bug: 4981385" by Jeff Brown · 13 years ago
  64. c0347aa Prevent unintended rotations. Bug: 4981385 by Jeff Brown · 13 years ago
  65. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  66. 01a98dd Handle orientation changes more systematically. Bug: 4981385 by Jeff Brown · 13 years ago
  67. bc1aa7b Fix issue #5312624: Lock screen very flickery by Dianne Hackborn · 13 years ago
  68. 38e29a6 Fix issue #5242779: Device not responding to touch on unlock screen by Dianne Hackborn · 13 years ago
  69. 1f903c3 Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly by Dianne Hackborn · 13 years ago
  70. ba24e4d Fix issue #5229575: Youtube link shared through messaging is not... by Dianne Hackborn · 13 years ago
  71. d040edb Use floating point window positions. by Dianne Hackborn · 13 years ago
  72. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  73. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  74. ed60f81 resolved conflicts for merge of 76450622 to master by Dianne Hackborn · 13 years ago
  75. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  76. 81e56d5 Rework how we decide whether to use system or status bar. by Dianne Hackborn · 13 years ago
  77. 8c1132e Merge "Framework support for Android Dreams." by Daniel Sandler · 13 years ago
  78. 0601eb7 Framework support for Android Dreams. by Daniel Sandler · 13 years ago
  79. 161e67f resolved conflicts for merge of 06a8ceac to master by Dianne Hackborn · 13 years ago
  80. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  81. 68066c2 DO NOT MERGE. From main -- Start work on simulating landscape/portrait when orientation is locked. by Dianne Hackborn · 13 years ago
  82. 2973568 DO NOT MERGE: From master -- Fix bug in deciding which rotation to use for an orientation. by Dianne Hackborn · 13 years ago
  83. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  84. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  85. dacea8c Start work on simulating landscape/portrait when orientation is locked. by Dianne Hackborn · 13 years ago
  86. 9d13264 Fix bug in deciding which rotation to use for an orientation. by Dianne Hackborn · 13 years ago
  87. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  88. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  89. 520d8bc KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure() by Mike Lockwood · 14 years ago
  90. 664644d visibility ("lights out") API. by Joe Onorato · 14 years ago
  91. f99f9c5 Fix issue #3153930: orphan window left on screen by Dianne Hackborn · 14 years ago
  92. ad7fa7f WM part of #3293405: Screen needs to be redrawn when HDMI is plugged in by Dianne Hackborn · 14 years ago
  93. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  94. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  95. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  96. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  97. b73617d Rotation lock. by Daniel Sandler · 14 years ago
  98. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  99. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  100. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago